Loading...
Loading...
Ten visual chapters that build a neural network from a single neuron up to the transformers behind modern language models — and show you exactly why each piece is there.

Most introductions to deep learning ask you to accept a diagram and move on. This one does the opposite. Across ten chapters it builds the machinery in front of you — a neuron, then a layer, then the algorithm that tunes thirteen thousand parameters, then the architecture behind every language model you have used — and at each step the question is not only what the component does but why it has to be there at all.
The course is assembled from Grant Sanderson's 3Blue1Brown neural-networks series, which is widely regarded as the clearest visual explanation of the subject ever produced. The animations are not illustrations bolted onto an explanation; they are the explanation. Watching a gradient descend a surface, or an attention pattern light up across a sentence, does something a paragraph of prose cannot.
Around the videos, each module adds written notes that pin down the notation, audit the dimensions, and set self-check questions — the parts that are easy to nod along to and hard to reproduce. The course closes with a capstone: implement the Chapter 1 network from scratch, with no framework, verify your gradients numerically, and write the explanation that proves you understood it.
You will finish able to read a modern architecture diagram and know what every block is for, follow the mathematics in a machine-learning paper without stalling on notation, and explain to somebody else what a model is actually doing when it learns. What this course does not claim to do is explain why a very large model can hold a conversation — that remains an open research question, and the course is honest about where the explanation stops.