Summary: A mathematics YouTube channel by Grant Sanderson, known for visually-driven explanations of linear algebra, calculus, neural networks, and other topics.
Overview
3Blue1Brown produces animated video lessons that prioritise geometric intuition over symbol-pushing. The channel’s signature tool is Manim, an open-source Python animation engine Sanderson built for the series.
Relevance to this wiki
The 5-part Neural Networks series is the primary source for the foundational AI/ML concepts here:
- src-3b1b-neural-networks-ch1 — What is a neural network?
- src-3b1b-neural-networks-ch2 — Gradient descent
- src-3b1b-neural-networks-ch3 — Analyzing the trained network
- src-3b1b-neural-networks-ch4 — Backpropagation intuition
- src-3b1b-neural-networks-ch5 — Backpropagation calculus
Recommended companion resources (per the series)
- Michael Nielsen’s Neural Networks and Deep Learning — free online textbook with code
- Chris Olah’s blog — especially Neural Networks, Manifolds, and Topology
- Goodfellow, Bengio & Courville — Deep Learning (textbook)