The Beginner Track: Probability → Probabilistic ML → Probabilistic Computing
For readers starting from a light background who want to end up genuinely fluent in probabilistic machine learning — through neural networks, LLMs, and the ethics of deployed models.
The roadmap
graph TB
A[I. Foundations<br>counting → Bayes] --> B[II. The Tools<br>GenJAX]
B --> C[III. Continuous Probability<br>& Bayesian Learning]
C --> D[IV. Structure<br>generalization*, Bayes nets, hierarchies]
D --> E[V. Chains, Walks & Sampling<br>Markov chains, MC, MCMC]
E --> F[VI. Decisions & RL<br>MDPs, Q-learning, POMDPs]
F --> G[VII. Model Complexity<br>bias-variance, DPMM, GPs]
G --> H[VIII. Deep Networks<br>NNs, transformers, LLMs]
H --> I[IX. Ethics, Fairness & Safety]
style A fill:#1565c0,color:#fff
style H fill:#27ae60,color:#fff
style I fill:#27ae60,color:#fffReading order
- Part I — Foundations: all chapters
- Part II — The Tools (GenJAX): all chapters
- Part III — Continuous Probability & Bayesian Learning: all chapters
- Part IV — Structure: Generalization (the setup and number-game parts are enough — the Shepard and No-Free-Lunch parts are the CogSci deep end), then Bayes nets, conditional independence, causality, information theory, hierarchical Bayes
- Part V — Chains, Walks & Sampling: Markov chains, random walks, Monte Carlo, particle filtering, MCMC (memory search and Sampling the Mind are CogSci-badged extras)
- Part VI — Decisions & RL: decision theory, MDPs, Q-learning, POMDPs, modern RL (Inverse RL is a CogSci-badged extra — skim its RLHF section)
- Part VII — Model Complexity: all chapters — this Part is for you
- Part VIII — Deep Networks: all chapters
- Part IX — Ethics, Fairness & Safety: all chapters
Off-track chapters are never forbidden — they are dimmed, not hidden. If a 🧠-badged chapter looks interesting, read it.
This project is generously funded by the Japanese Probabilistic Computing Consortium Association (JPCCA).