Back to blog

Neuroscience

Slowly Reading Hodgkin–Huxley

Working through the 1952 paper with derivations, simulations, and the questions it leaves open.

Why read it now

The Hodgkin–Huxley paper is older than almost everything I read, and it is still one of the most rewarding technical reads I have done. Reproducing it as an undergraduate is a good way to feel where modern computational neuroscience actually comes from.

My method

  • Read one section a day.
  • Rewrite every equation in my own notation.
  • Simulate the model in a small notebook after each section.

What I actually learned

  1. The gating variables are a hypothesis, not a fact. Modern channels are more complicated, but the shape of the argument survives.
  2. The paper is a masterclass in fitting a model to data without overfitting the story.
  3. Numerical stability matters. My first Euler integration blew up; a small step size and a better integrator fixed it.

Reading old papers slowly is one of the fastest ways to learn.