Getting Started with Conductor for Gemini CLI
# Introduction When you open Gemini CLI, describe a feature you need to build, and…
Agentic RAG: Let the Agent Search
application we build is a RAG app. The recipe is simple: chunk, embed, retrieve, then…
Why Momentum Really Works
Step-size α = 0.02 Momentum β = 0.99 We often think of Momentum as a…
Fine-Tuning Explained for Noobs (How Pretrained Models Learn New Skills)
# Inroduction This article is part of my noob series where we write about the…
PySpark for Beginners: Building Intermediate-Level Skills
my first two articles in this series, you’ve already covered a lot of ground. You…
Feature Visualization
There is a growing sense that neural networks need to be interpretable to humans. The…
How to Clean Messy CSV Files with Python: A Beginner’s Guide
# Introduction When you are just starting out with data analysis, one of the first…
Proxy-Pointer RAG: Temporal Reasoning Without Semantic Precompilation
Retrieval-Augmented Generation (RAG) has evolved rapidly in recent times. The original RAG paradigm was designed…
Sequence Modeling with CTC
Introduction Consider speech recognition. We have a dataset of audio clips and corresponding transcripts. Unfortunately,…