A Beginner’s Guide to Building a Data Science Portfolio Website with ChatGPT

A Beginner’s Guide to Building a Data Science Portfolio Website with ChatGPT. Create an engaging portfolio website from scratch with generative AI (+ a free prompt engineering crash course).

Tool Use, Agents, and the Voyager Paper

As LLMs continue to increase their reasoning ability, their capacity to plan and then act tends to increase. This has led to prompting templates where users give LLMs an end result they want and the…

Four Simple Steps to Build a Custom Self-Hosted Llama3 Application

Discover how to create a custom self-hosted Llama 3 chat assistant using Huggingface, Tornado, and Ngrok in four simple steps.

Bayesian Sensor Calibration

Glossary. The bolded terms are defined in the International Vocabulary of Metrology (known as the “VIM definitions”). Only the first occurrence is in bold. Code availability. An executable Jupyter…

Breaking down State-of-the-Art PPO Implementations in JAX

Since its publication in a 2017 paper by OpenAI, Proximal Policy Optimization (PPO) is widely regarded as one of the state-of-the-art algorithms in Reinforcement Learning. Indeed, PPO has…

The Math Behind LSTM

Dive into LSTMs, understand their mathematics, implement them from scratch, and explore their applications in algorithmic trading.

How to Implement and Test Phi3: Microsoft’s Powerful New Large Language Model

This article discusses the newly released Phi3 large language model from Microsoft, an LLM capable of performing various tasks with a uniquely large context window relative to the model’s size. I…

Unboxing Loss Functions in YOLOv8

YOLO has long been one of the first go-to models for object detection tasks. It’s fast and accurate. Besides, the API is concise and easy to work on. The lines of code required to run a training or…

Advanced SQL for Data Analysis —Part 1: Subqueries and CTE

As query complexity increases, there is a growing need to keep the code organized, modular, and readable. Therefore, it is important to know techniques to maintain code organization. This skill will…

Enhancing Direct Answer Accuracy in RAG Setup with Self-Retrieval Mechanisms

Enhancing Direct Answer Accuracy in RAG Setup with Self-Retrieval Mechanisms. Leveraging the power of LLMs to significantly enhance the quality of document context retrieved for direct answer generation in your RAG….