/kb — notes I prepared

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.

// suggested study order

  1. Do 01 until backprop feels mechanical — everything else is built on it.
  2. 02 + 03 teach the two classic inductive biases: spatial and sequential.
  3. 04 + 05 are the heart of modern AI — spend the most time here.
  4. 06–09 are the applied layer that turns models into products.
  5. Dip into 10 whenever a derivation uses math you want to re-ground.