Prompt20
All posts
machine-learningdeep-learningml-systemscanonreading-listpaperstransformersdistributed-trainingreference

The AI Canon

The deep-learning and ML-systems papers, books, and courses that have stood the test of time.

By Prompt20 Editorial · 20 min read

The AI Canon is a curated, opinionated reading list of the papers, books, and courses that built modern AI — the works worth reading before the hype, from information theory through to today's frontier models and systems. If you read only three to begin: Shannon's A Mathematical Theory of Communication (1948), Rumelhart, Hinton & Williams on backpropagation (1986), and The Elements of Statistical Learning (2009). Everything else builds on these. Last reviewed June 2026.

New here? Pair the canon with where AI is headed over the next decade and the certifications and courses actually worth your time.

Foundations, Books & Theory

  • A Mathematical Theory of Communication — Claude Shannon / Bell System Technical Journal (1948) — Founded information theory; entropy and cross-entropy underpin nearly every loss function in ML. #
  • Learning representations by back-propagating errors — Rumelhart, Hinton & Williams / Nature (1986) — Popularized backpropagation as the practical training algorithm for multi-layer networks, the engine under everything that followed. #
  • The Elements of Statistical Learning — Hastie, Tibshirani & Friedman / Springer (2009) — The statistical-learning bible that grounds modern ML in regression, regularization, and the bias-variance tradeoff. #
  • Pattern Recognition and Machine Learning — Christopher Bishop / Springer (2006) — The canonical Bayesian-flavored ML text; "PRML" is shorthand for rigor in probabilistic modeling. #
  • Machine Learning: A Probabilistic Perspective — Kevin Murphy / MIT Press (2012) — Encyclopedic unification of ML through a probabilistic lens, a standard reference and course text. #
  • Deep Learning — Goodfellow, Bengio & Courville / MIT Press (2016) — The first comprehensive graduate textbook of the modern era and still the standard reference for fundamentals. #
  • Deep learning — LeCun, Bengio & Hinton / Nature (2015) — The trio's manifesto-review that defined the field's vocabulary for a generation of readers. #

Convolutional Networks & Computer Vision

Optimization, Regularization & Normalization

Sequence Models & Word Embeddings

Transformers & Large Language Models

Scaling Laws & Training Dynamics

Generative Models: GANs, VAEs & Diffusion

Reinforcement Learning

Distributed Systems Foundations

ML Systems: Efficient Training & Inference

Retrieval, Tools & Agents

Courses, Talks & Reference Media

  • CS231n: Convolutional Neural Networks for Visual Recognition — Karpathy, Li, Johnson et al. / Stanford (2015–) — The course that taught a generation to build and understand CNNs from scratch. #
  • CS224n: Natural Language Processing with Deep Learning — Manning et al. / Stanford — The definitive deep-learning NLP course, tracking the field from word vectors to Transformers. #
  • The Annotated Transformer — Sasha Rush et al. / Harvard NLP (2018) — The line-by-line PyTorch walkthrough that taught the field how the Transformer actually works. #
  • Distill — Olah, Carter et al. (2016–2021) — The interactive journal that set the standard for explaining deep learning visually and rigorously. #
  • Neural Networks: Zero to Hero — Andrej Karpathy (2022–) — Builds autograd, language models, and a GPT from first principles; the modern canonical from-scratch curriculum. #
  • Machine Learning (Coursera) — Andrew Ng / Stanford & DeepLearning.AI (2011) — The original mega-MOOC that taught millions their first ML and effectively launched modern online AI education. #
  • Practical Deep Learning for Coders — Jeremy Howard & Rachel Thomas / fast.ai (2016–) — The canonical top-down course that put working deep-learning models in practitioners' hands without a PhD prerequisite. #
  • MIT 6.S191: Introduction to Deep Learning — Alexander Amini & Ava Amini / MIT (2017–) — MIT's fast-paced annual bootcamp, the most-watched single-semester intro to the whole field. #
  • Reinforcement Learning Lectures — David Silver / DeepMind x UCL (2015) — The definitive lecture series on RL fundamentals, still the standard first course before any deep-RL text. #
  • Neural Networks (Deep learning series) — Grant Sanderson / 3Blue1Brown (2017) — The visual explainer that gave a generation its mental picture of how networks and backprop actually work. #
  • State of GPT — Andrej Karpathy / Microsoft Build (2023) — The landmark keynote that mapped the full LLM training stack (pretraining → SFT → RLHF) for a mainstream audience. #
  • Hugging Face LLM Course — Hugging Face (2021–) — The de-facto hands-on curriculum for the Transformers/Datasets/Tokenizers stack that most practitioners actually ship on. #
  • PyTorch Tutorials & Documentation — The PyTorch Team / Meta & Linux Foundation (n.d.) — The authoritative reference for the framework that dominates AI research and the most-linked docs in the field. #
  • Dive into Deep Learning — Zhang, Lipton, Li & Smola (2023) — The free, runnable, multi-framework textbook adopted at hundreds of universities as a notebook-native standard. #
  • Speech and Language Processing (3rd ed.) — Dan Jurafsky & James H. Martin (2025 draft) — The canonical NLP reference, continuously updated from classical methods through LLMs and freely hosted online. #
  • Spinning Up in Deep RL — Josh Achiam / OpenAI (2018) — The self-study resource that became the standard on-ramp to deep RL, pairing clean theory with reference implementations. #
  • Understanding LSTM Networks — Christopher Olah (2015) — The diagram-driven post that made recurrent gating intuitive and is still the first link sent to anyone learning LSTMs. #
  • The Illustrated Transformer — Jay Alammar (2018) — The visual companion to "Attention Is All You Need," translated into a dozen languages and cited in courses worldwide. #
  • Attention? Attention! — Lilian Weng / Lil'Log (2018) — A canonical entry in the most-recommended technical blog in modern ML, the go-to deep-dive on attention mechanisms. #
  • The Matrix Calculus You Need For Deep Learning — Terence Parr & Jeremy Howard (2018) — The single reference that demystifies the gradients and Jacobians behind backpropagation for self-taught practitioners. #

Essays & Perspectives

FAQ

What is the AI Canon? A curated, opinionated reading list of the deep-learning and ML-systems works — papers, books, and courses — that have genuinely stood the test of time. The bar for inclusion is durability: each entry either founded a subfield, set a paradigm that still holds, or is the reference practitioners keep returning to years later. It deliberately favors the load-bearing classics over the latest preprint.

Which works matter most if I only read a few? Five give you the spine of the modern field: "Attention Is All You Need" (the Transformer), "Deep Residual Learning" (ResNet / trainable depth), "Adam" (the default optimizer), "Scaling Laws for Neural Language Models" (why scale works), and "Training language models to follow instructions with human feedback" (RLHF / how raw models became assistants). Add "The Bitter Lesson" for the field's guiding philosophy.

Where should a beginner start? With the courses, not the papers. Andrew Ng's Machine Learning, fast.ai's Practical Deep Learning, and Karpathy's Neural Networks: Zero to Hero build the intuition that makes the papers readable. Pair them with the Goodfellow–Bengio–Courville Deep Learning textbook for fundamentals, then read the original papers once the vocabulary is familiar — they are far more approachable in that order.

How is this canon chosen and maintained? Entries are selected for lasting influence rather than recency, organized by topic from foundations through transformers, scaling, generative models, RL, distributed systems, and ML-systems efficiency. It is reviewed and updated as genuinely durable work emerges — the goal is a stable reference, so additions are rare and removals rarer. Each entry links to the primary source with a one-line note on why it earned its place.