/kb — notes I preparedDeep Learning
Deep Learning
to Agentic AI.
A from-scratch, mathematically rigorous course in note form. Every module derives the math step-by-step, shows a tiny worked numeric example, and gives runnable code. Intuition → Math → Example → Code → Pitfalls.
// curriculum12 modules
// suggested study order
- Do 01 until backprop feels mechanical — everything else is built on it.
- 02 + 03 teach the two classic inductive biases: spatial and sequential.
- 04 + 05 are the heart of modern AI — spend the most time here.
- 06–09 are the applied layer that turns models into products.
- Dip into 10 whenever a derivation uses math you want to re-ground.