indexLearning Foundations#foundations#vocabulary

Learning Foundations

Foundations hold the concepts that make every later branch easier. These notes are model-agnostic: they apply to a logistic regression and to a frontier LLM alike, because both are systems that learn a function from data and then have to behave on data they have never seen.

If you only internalize one thing here: machine learning is the discipline of generalizing from finite examples to unseen cases — everything else is detail in service of that.

Mental model

A learning system turns finite observations into behavior on unseen inputs. Its core contract is therefore not training fit but generalization under explicit assumptions about data, loss, inductive bias, and deployment distribution.

Roadmap: core concepts

Data & uncertainty

The math you actually use

Judging models

Systems view

Knowing the limits

Connects to: Mathematics for AI · Statistical Machine Learning · Evaluation and Measurement

Core sources