Domain Neighborhood

Linear Algebra

Vectors, matrices, and linear maps: the language of representations, optimization, and modern deep learning.

9 concepts5 published5 demos

Recommended Route

This sequence is ordered for learning rather than inventory: lower difficulty, fewer prerequisites, and more central concepts come first.

  1. 01
    Vector Spaces

    A vector space is a set of objects you can add and scale, where those operations behave consistently.

    10 mincodedemoentry point

    Entry point: build the first mental model here.

  2. 02
    Dot Product

    The dot product measures alignment: it connects angles, lengths, and projections, and underlies cosine similarity in ML.

    12 mincodedemoafter Vector Spaces

    Why this follows: Dot Product uses Vector Spaces directly.

  3. 03
    Orthogonality, Projections, and Least-Squares Geometry

    Orthogonal projection turns least squares into geometry: the fitted point is closest in a subspace, and the leftover residual is perpendicular to that subspace.

    18 mincodedemoafter Dot Product, Norms, Basis and Span

    Why this follows: Orthogonality, Projections, and Least-Squares Geometry uses Dot Product directly.

  4. 04
    Matrix Decompositions: Eigendecomposition, SVD, and Spectral Structure

    Matrix decompositions open a linear map into directions and scales: eigendecomposition works when one space has enough eigenvectors, while SVD always gives input directions, output directions, and low-rank channels.

    20 mincodedemoafter Dot Product, Norms, Basis and Span

    Why this follows: both pages keep the linear algebra thread active.

  5. 05
    Rank, Null Space, Column Space, and Conditioning

    Rank says which outputs a matrix can reach, null space says which inputs disappear, and conditioning says how fragile those directions are numerically.

    18 mincodedemoafter Vector Spaces, Basis and Span, Linear Independence

    Why this follows: both pages keep the linear algebra thread active.

All Published Notebooks

Browse the territory.

In Progress

Notebooks still below the publish bar.

Linear IndependenceNormsBasis and SpanLinear Transformations