indexStatistical Machine Learning#machine-learning#supervised-learning

Machine Learning

Where Foundations holds the model-agnostic concepts, this branch is the practical classical toolkit: the algorithms, the supervised workflow, and the habits that decide whether a model is trustworthy. Most of it predates deep learning — and for tabular data it still wins, ships faster, and is far easier to debug than a neural net.

Rule of thumb: reach for a gradient-boosted tree before a neural network on tabular data. Start simple; earn complexity.

Mental model

Statistical machine learning selects a hypothesis from data under a loss, regularization, and validation protocol. The algorithm matters, but representation, leakage control, calibration, and error analysis usually determine whether measured performance survives deployment.

Roadmap: workflow and algorithms

Core algorithms

Making models work

Connects to: Learning Foundations · Data for AI · Evaluation and Measurement

Core sources