a visual course

How a Network
Actually Learns

(Backpropagation)

How a network turns 'that's wrong' into a fix for millions of weights — the backprop algorithm, visualized.

A free, visual course on backpropagation — how neural networks actually learn. From loss and the gradient to the chain rule, the backward pass, and the gradient-descent update that trains every modern model.

in the real world

Backprop is the one algorithm that trains almost everything — image models, LLMs, diffusion, speech and game-playing AI. Learn it and you understand how AI learns at all.

Start with a wrong guess →

Part 1 — The setup

Part 2 — The trick

Part 3 — Learning

Part 4 — Out in the world