Curated picks

Library

Books, courses, papers, and tools I actually used — from linear algebra through transformers, agents, and 2025–26 reasoning models. No affiliate links, no filler.

37 resources 6 books 6 videos 10 courses 7 papers 8 tools
Book

Mathematics for Machine Learning

Deisenroth, Faisal & Ong — Cambridge (free PDF)

Linear algebra, calculus, and probability with ML context. Still the best gap-filler before rigorous grad-level ML courses.

Book

Deep Learning

Goodfellow, Bengio & Courville — MIT Press (free online)

Reference text for optimisation, regularisation, and sequence models. Part II remains the practical core.

Book

Hands-On Large Language Models

Alammar & Grootendorst — O'Reilly

Code-first tour of modern LLMs — same authors as the DeepLearning.AI transformer short course. Best book-shaped companion to HF.

Book

AI Engineering

Chip Huyen — O'Reilly

Production LLM systems: data, eval, deployment, and agents. The shift in 2025–26 from 'train a model' to 'ship a product'.

Book

Designing Machine Learning Systems

Chip Huyen — O'Reilly

ML in production — data loops, monitoring, and iteration. Pairs with AI Engineering for the full systems picture.

Book

Reinforcement Learning: An Introduction

Sutton & Barto — MIT Press (free PDF)

RL foundations. Chapters 3–6 before DeepSeek-R1-style reasoning papers make sense.