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:#fff

Reading order

  1. Part I — Foundations: all chapters
  2. Part II — The Tools (GenJAX): all chapters
  3. Part III — Continuous Probability & Bayesian Learning: all chapters
  4. 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
  5. Part V — Chains, Walks & Sampling: Markov chains, random walks, Monte Carlo, particle filtering, MCMC (memory search and Sampling the Mind are CogSci-badged extras)
  6. Part VI — Decisions & RL: decision theory, MDPs, Q-learning, POMDPs, modern RL (Inverse RL is a CogSci-badged extra — skim its RLHF section)
  7. Part VII — Model Complexity: all chapters — this Part is for you
  8. Part VIII — Deep Networks: all chapters
  9. 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).