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:

  1. src-3b1b-neural-networks-ch1 — What is a neural network?
  2. src-3b1b-neural-networks-ch2 — Gradient descent
  3. src-3b1b-neural-networks-ch3 — Analyzing the trained network
  4. src-3b1b-neural-networks-ch4 — Backpropagation intuition
  5. src-3b1b-neural-networks-ch5 — Backpropagation calculus