Mathematical Psychology
About

Hebbian Learning

Hebbian learning is the principle that synaptic connections between neurons strengthen when they are co-activated: 'cells that fire together wire together.'

Δwᵢⱼ = η · xᵢ · xⱼ

Donald Hebb proposed in his 1949 book The Organization of Behavior that synaptic connections between neurons are strengthened when both neurons are simultaneously active. This simple principle — often paraphrased as "cells that fire together wire together" — has become the foundation for understanding both biological synaptic plasticity and artificial learning rules.

Hebb's Rule Δwᵢⱼ = η · xᵢ · xⱼ

wᵢⱼ = synaptic weight from neuron i to neuron j
xᵢ, xⱼ = activations of pre- and post-synaptic neurons
η = learning rate

Biological Basis

Hebbian learning received dramatic biological support with the discovery of long-term potentiation (LTP) by Bliss and Lømo in 1973. LTP shows that high-frequency stimulation of a synapse produces a lasting increase in synaptic strength — precisely the co-activation dependent strengthening that Hebb predicted. The NMDA receptor has been identified as a molecular coincidence detector that implements Hebbian synaptic modification.

Mathematical Extensions

The basic Hebbian rule has a fundamental problem: weights grow without bound. This has led to numerous extensions including Oja's rule (which normalizes the weight vector), BCM theory (which introduces a sliding threshold between potentiation and depression), and covariance learning rules. These extensions connect Hebbian learning to principal component analysis and competitive learning, providing mathematical rigor while preserving the core biological insight.

Interactive Calculator

Each row provides simultaneous activation of two neurons: x_pre (presynaptic) and x_post (postsynaptic). The calculator applies Hebb's rule: Δw = η·xᵢ·xⱼ with η=0.1.

Click Calculate to see results, or Animate to watch the statistics update one record at a time.

Related Topics

References

  1. Hebb, D. O. (1949). The organization of behavior: A neuropsychological theory. Wiley. https://doi.org/10.4324/9781410612403
  2. Bliss, T. V. P., & Lømo, T. (1973). Long-lasting potentiation of synaptic transmission in the dentate area of the anaesthetized rabbit following stimulation of the perforant path. The Journal of Physiology, 232(2), 331–356. https://doi.org/10.1113/jphysiol.1973.sp010273
  3. Oja, E. (1982). Simplified neuron model as a principal component analyzer. Journal of Mathematical Biology, 15(3), 267–273. https://doi.org/10.1007/BF00275687
  4. Bienenstock, E. L., Cooper, L. N., & Munro, P. W. (1982). Theory for the development of neuron selectivity: Orientation specificity and binocular interaction in visual cortex. Journal of Neuroscience, 2(1), 32–48. https://doi.org/10.1523/JNEUROSCI.02-01-00032.1982

External Links