Dendritic Computation: Learning Without Forgetting
The unit at the base of deep learning is a single weighted sum — and a real neuron is not. Build the dendritic unit from the ground up: see why one point neuron can't solve XOR but a dendritic one can, watch a standard network catastrophically forget a task while a context-gated dendritic network keeps it, and recognize the same dendritic gating hiding inside attention and mixture-of-experts. It ends on the honest question — if the richer unit is better, why did the point neuron win? — and its answer: the hardware lottery. Grounded in Beniaguev 2021, Poirazi & Mel, Numenta's Active Dendrites, Chavlis & Poirazi 2025, and Hooker 2020.
▶ Start the course ← All coursesThe unit
The point neuron won on hardware and universality; the dendrite wins on what one unit can compute.
- L2The point neuron, and why it wonMeet the unit at the base of every network — one weighted sum and a threshold — and see both its power and its limit.→
- L3The neuron is a networkSee the load-bearing fact: a real neuron's dendrites each apply their own nonlinearity, so one neuron computes what a point neuron needs a whole network for.→
Forgetting
Why a shared network forgets, and how context-gated dendrites route each task to its own sub-network.
Why the better primitive still loses
The dendritic operation is already in the frontier — and the hardware lottery explains what's holding it back.
- L4The dendrite, hiding in the frontierSee that attention, mixture-of-experts and gated layers are the dendritic operation — multiplicative, conditional compute — in GPU-friendly form.→
- L4The hardware lotteryAnswer the real question: if the richer unit is better, why did the point neuron win? Because the hardware of this era rewards dense matrix multiplies.→