← Home
Book 0 · Part 2
Layer 0

Part 2 — Linear Algebra for ML

Models do not learn “meaning”. They learn geometry: vectors, distances, similarity, and transformations. This part defines the mathematical space where learning happens.
Purpose

Linear algebra is the language of representations. Every dataset becomes a matrix, every model is a function over vectors, and many learning algorithms are just repeated linear transforms plus non-linearities.

Concepts