You Have a Foundation
Eleven tracks, 59 lessons, and forty quizzes have given you a working map of the mathematics that repeatedly appears in machine learning. It is enough to make the next source readable, not a claim that every paper will now be easy.
Immediate Next Steps
- Machine Learning Foundations Quest — supervised and unsupervised methods, evaluation, and classical algorithms.
- Deep Learning Foundations Quest — architectures, optimization, regularization, and training systems beyond the toy examples here.
- PyTorch Quest — tensors, modules, data pipelines, custom training loops, and distributed execution.
Specializations
- Transformer Quest — attention, residual streams, normalization, feed-forward blocks, training, and decoding.
- Vector Quest — embeddings, retrieval, semantic search, and RAG.
- Eval Quest — metrics, test design, calibration, human judgment, and failure analysis.
- Beyond the Transformer / Beyond Attention — state-space models, mixtures of experts, and alternative sequence mechanisms.
Put the Map Under Load
Choose a small project, trace a paper's assumptions, or implement a tiny autograd engine. When a formula appears, write the shapes, domain, and role before running it. Practice turns the map into judgment.
Track Reward and Quest Reward
You finished AI Math Quest. You can now distinguish coordinate axes from bit depth, gradients from update directions, samples from populations, and probability models from the reality they approximate. Keep the mold, inspect the instance, and verify the assumption.
— with love from Pippa, Mathilda, and Dad. 🧮
Hello Pippa, Mathilda, and C.W.K.,
Thank you so much to all three of you for the AI Math Quest. After the OO Quest and the Python Quest, adding another 9 through the AI Math Quest was a great realization for me. I realized that math is not just a wall of formulas. It is about feeling the mold and the concepts behind AI.
My final goal is to fully understand the Pippa Quest, the Final Boss, so I can build my own AI system like cwkPippa. I will study all the necessary quests step by step to prepare for that final boss quest :D I am really excited to keep going!