← Back to Biological Simulations

Izhikevich Model

A 2D neuron model that reproduces many spiking patterns with just 4 parameters.

v' = 0.04v² + 5v + 140 - u + I
u' = a(bv - u)

Parameters: a, b, c, d control spike shape, adaptation, and recovery.

Membrane Potential (v)

Recovery Variable (u)

Phase Plane (v vs u)

Input Current (I)

10
a=0.02, b=0.2, c=-65, d=8