# topic/math/linear-algebra

17 notes · all tags

Cross Product

The cross product is defined only in and and produces a vector (unlike the Dot Product which produces a scalar):

2 links · 0 backlinks
# topic/math/linear-algebra

Determinant and Inverse

The determinant of a square matrix is a scalar that captures how the transformation scales volume:

5 links · 1 backlinks
# topic/math/linear-algebra

Dot Product

The dot product (inner product) of two vectors can be understood through two equivalent views:

3 links · 5 backlinks
# topic/math/linear-algebra

Eigendecomposition

An eigenvector of matrix is a nonzero vector whose direction is unchanged by the transformation: , where is the eigenvalue.

4 links · 9 backlinks
# topic/math/linear-algebra

Gaussian Elimination

Gaussian elimination transforms a matrix into row echelon form (REF) using elementary row operations to solve linear systems .

2 links · 4 backlinks
# topic/math/linear-algebra

Linear Algebra

Linear algebra studies vector spaces and linear maps between them. The useful mental model is: vectors live in spaces, bases give coordinates, matrices represent transformations…

13 links · 2 backlinks
# topic/math/linear-algebra

Linear Transformations

A linear transformation satisfies . Every linear transformation can be represented as multiplication by a matrix , and every matrix defines one.

6 links · 2 backlinks
# topic/math/linear-algebra

LoRA

LoRA (Low-Rank Adaptation) makes fine-tuning large models practical by training only small low-rank matrices.

3 links · 5 backlinks
# topic/ai-ml/deep# topic/math/linear-algebra

Matrix Multiplication

Matrix multiplication can be understood through three equivalent views:

3 links · 5 backlinks
# topic/math/linear-algebra

Norms and Distance Metrics

A norm measures the "size" of a vector. Norms underlie nearly every loss function, regularizer, and similarity measure in ML.

5 links · 4 backlinks
# topic/math/linear-algebra

Orthogonality and Projections

Two vectors are orthogonal if . An orthonormal set has all vectors mutually orthogonal with unit length.

4 links · 2 backlinks
# topic/math/linear-algebra

Positive Definite Matrices

A symmetric matrix is positive definite (PD) if for all nonzero . Positive semi-definite (PSD) allows .

4 links · 8 backlinks
# topic/math/linear-algebra

Power Iteration

Power iteration is a simple algorithm to find the dominant eigenvalue (largest in absolute value) and its eigenvector.

2 links · 1 backlinks
# topic/math/linear-algebra

Principal Component Analysis (PCA)

PCA finds the directions of maximum variance in data and projects onto them for dimensionality reduction.

3 links · 9 backlinks
# topic/math/linear-algebra# topic/ai-ml/classical

Rank and Null Space

For a matrix ( ):

3 links · 7 backlinks
# topic/math/linear-algebra

Singular Value Decomposition (SVD)

Every matrix (any shape) can be decomposed as :

4 links · 8 backlinks
# topic/math/linear-algebra

Vector Spaces and Basis

A vector space over is a set of vectors closed under addition and scalar multiplication. is the canonical example.

6 links · 4 backlinks
# topic/math/linear-algebra