Phase 01 Foundations
Foundations define what a system can represent, infer, optimize, and verify. They include mathematical objects, executable computation, explicit reasoning algorithms, statistical learning assumptions, and the data-generating process.
Mental model
Representation defines what can be expressed; probability and data define uncertainty; objectives define preference; computation and algorithms determine what can actually be solved.
Roadmap
- Mathematics for AI
- Computation and Autodiff
- Classical AI and Reasoning
- Learning Foundations
- Statistical Machine Learning
- Data for AI
Exit criteria
You can define shapes and distributions, compute a gradient update, trace reverse-mode autodiff, compare search with learned policies, design a valid split, identify leakage and shift, and state what the data cannot support.
Connects to: Phase 00 — Orientation · Phase 02 — Learning and Models
Core sources
- Mathematics for Machine Learning — mathematical bridge into ML.
- Artificial Intelligence: A Modern Approach — search, reasoning, probability, and learning.
- An Introduction to Statistical Learning — statistical learning and reproducible labs.