Educational Cards

Learn from video content, text, and interactive tasks

Filters
Clear
Vector addition: head-to-tail choreography

To add mathbfu and mathbfv, draw mathbfu, place the tail of mathbfv at the tip of mathbfu, and the...

Beginner Mathematics
Geometry: eigen directions reveal intrinsic stretching

Reading columns shows where basis vectors land, but eigenvectors summarize natural axes of strain...

Advanced Mathematics
Many things are "vectorish"

Arrows in the plane, tuples of numbers, polynomials, and signals can all reuse linear algebra...

Advanced Mathematics
Coordinates as translators between vectors and tuples

Once a basis is fixed, every vector gains a numeric fingerprint: the ordered coefficients. Changing...

Beginner Mathematics
Grids become parallelepiped lattices, still linear

Chapter 4 made two-dimensional grids bend into parallelogram lattices while preserving the linear...

Intermediate Mathematics
Why depth needs nonlinear breaks

Before the algebra, the narrative asks for a hope about hidden layers: maybe a penultimate layer...

Beginner Machine learning
Alignment after pretraining

Pre-training imitates internet-scale text, including toxicity, bias, and unsafe instructions....

Intermediate Machine learning
Bridge to transformer mechanisms

Language models before transformers often used RNNs : a hidden state updated serially along time,...

Intermediate Machine learning
Non-commutativity: order usually matters

Even when both AB and BA exist, they often differ. Different pipelines deform space differently...

Beginner Mathematics
Composition: the matrix nearest the vector acts first

If S applies first then T, the composite on column vectors is TS, so (TS)mathbfx = T(Smathbfx)...

Beginner Mathematics
Guest bridge: from classical optimization to generative stacks

Welch Labs extends the playlist's visual vocabulary toward image and video synthesis. The same...

Intermediate Machine learning
Training stability at scale

Training billion-parameter transformers is as much engineering as theory. AdamW decouples weight...

Intermediate Machine learning