🧭 The Complete Journey · 15 Modules
AI Fundamentals
From a single pixel to building your own working language model. Every concept behind modern AI — taught visually, one interactive module at a time. Start at the top and click Continue through to the end.
▶ Start with Module 1
PART A
Foundations — How a Neural Network Works
Before language, the basics: how a computer sees, what a neuron is, and how a network learns from its mistakes.
↓
PART B
Words & Language — Teaching Machines to Read
Now apply networks to text: turn words into meaning-vectors, predict what comes next, and judge sentiment.
↓
PART C
Sequence & Attention — The Road to Transformers
The heart of the course: how models handle order & memory, why the old way failed, and the breakthrough that fixed it — attention.
↓
PART D
Transformers & LLMs — The Modern Machine
Assemble everything into the full Transformer, look inside a decoder as it writes, and run a model yourself.
↓
🏗️ CAPSTONE
Build an AI — Put It All Together
The finale. Assemble a working text model from raw data to generation — using everything you learned.
↓
🎓 BONUS
How Models Really Learn
The deep-dive everyone asks about: how a real LLM actually gets trained to become a helpful assistant.
🎓 By the end, you'll understand — and be able to build — the whole pipeline:
✓ Pixels → vectors
✓ Neurons & learning
✓ Word embeddings
✓ Next-word prediction
✓ Sentiment
✓ RNNs & memory
✓ Vanishing gradient
✓ Attention
✓ Query/Key/Value
✓ Transformers
✓ Inside the decoder
✓ Running LLMs
✓ Building one yourself
✓ How models are trained (RLHF)
How to use this map: each module is self-contained and builds on the last. Click any card to jump in, or just hit "Start with Module 1" and use the Continue → button at the bottom of every page to walk the whole path. You can always come back here to jump around.
🚀 Finished the fundamentals? Continue to
Applied AI — the hands-on sequel where you build it all in real PyTorch: train a GPT from scratch, fine-tune with LoRA, and set up RAG.
⚙️ Go to the Applied AI course →