AI Learning Resources
A curated collection of the best courses, visual guides, papers, and tools for understanding modern AI.
Neural Networks: Zero to Heroβ
Andrej Karpathy
Build neural networks from scratch in code β from backprop to GPT.
fast.ai β Practical Deep Learningβ
Jeremy Howard & Rachel Thomas
Top-down, code-first approach to deep learning with practical results from day one.
CS229: Machine Learningβ
Stanford β Andrew Ng
The foundational Stanford ML course covering supervised, unsupervised, and reinforcement learning.
MIT 6.S191: Intro to Deep Learningβ
MIT
MIT's fast-paced intro covering core deep learning methods and applications.
DeepLearning.AI Specializationsβ
Andrew Ng
Structured learning paths from neural network basics through advanced specializations.
UT Austin: Deep Learning (CS394D)β
Philipp KrΓ€henbΓΌhl β UT Austin
A rigorous deep learning course covering fundamentals, computer vision, NLP, RL, and generative modeling β with PyTorch labs.
UT Austin: Advances in Deep Learning (CS395T)β
Philipp KrΓ€henbΓΌhl β UT Austin
Graduate-level course on cutting-edge deep learning research β from modern architectures to frontier topics in vision and language.
The Illustrated Transformerβ
Jay Alammar
The gold-standard visual walkthrough of the transformer architecture.
The Illustrated GPT-2β
Jay Alammar
Visual guide to how GPT-2 generates text, with clear attention diagrams.
Neural Networks (3Blue1Brown)β
Grant Sanderson
Beautiful animated explanations of how neural networks learn.
Distill.pubβ
Various researchers
Interactive, peer-reviewed articles on machine learning concepts β visual-first research.
CNN Explainerβ
Georgia Tech
Interactive visualization of how convolutional neural networks process images.
Attention? Attention!β
Lilian Weng
Comprehensive survey of attention mechanisms in deep learning.
Attention Is All You Needβ
Vaswani et al., 2017
The paper that introduced the transformer architecture.
BERT: Pre-training of Bidirectional Transformersβ
Devlin et al., 2018
Bidirectional pre-training that transformed NLP benchmarks.
Denoising Diffusion Probabilistic Modelsβ
Ho et al., 2020
The foundational paper behind modern image generation models.
Retrieval-Augmented Generation (RAG)β
Lewis et al., 2020
Combining retrieval with generation for knowledge-grounded language models.
TensorFlow Playgroundβ
Tinker with a real neural network in your browser β instantly see how it learns.
Hugging Faceβ
Hugging Face
The hub for open-source models, datasets, and ML demos.
Papers With Codeβ
Community
ML papers with linked code implementations and benchmark leaderboards.
LLM Visualizationβ
Brendan Bycroft
Interactive 3D visualization of how a GPT-style language model works.