# Linear Algebra

The handful of linear-algebra concepts that show up constantly in ML: vectors, matrices, dot products, matrix multiplication, eigenvalues / eigenvectors at a high level, and the geometric intuition that ties them together.

## What's here

- [viz/](./viz/) — interactive HTML visualizations, added as I cover topics.

## Status

[ ] Not started — refreshing on demand.

## Prerequisites

None.

## Resources

See [`prereqs/resources.md`](../resources.md).
