Reference · Official + learning links
Resources
Official competition links and curated free learning material, organized by module.
M0 · Python & data
Math Academy (if it offers CS), official NumPy/pandas docs, Kaggle "Python" & "Pandas" micro-courses (free).
M1 · Math for AI
Math Academy (Linear Algebra, Calculus, Prob & Stats); 3Blue1Brown "Essence of Linear Algebra" & "Essence of Calculus" (YouTube).
M2–M3 · Classical ML
Andrew Ng Machine Learning Specialization (Coursera, audit free); StatQuest (YouTube) for intuition; scikit-learn user guide.
M4–M5 · Deep learning + CNN
3Blue1Brown "Neural Networks"; official PyTorch tutorials; Andrej Karpathy "Zero to Hero" (micrograd) for backprop by hand.
M6 · Transformers & NLP
Karpathy "Let's build GPT"; "The Illustrated Transformer" (Jay Alammar); Hugging Face course (free).
M7 · Generative AI
Hugging Face Diffusion course; "The Illustrated Stable Diffusion"; original VAE/GAN/DDPM explainer blogs.