Jethro's Braindump

Leaky Integrate-And-Fire

tags
Spiking Neural Networks

A Leaky Integrate-and-Fire neuron at layer l and index i can be described in differential form as:

τmemdUi(l)dt=(Ui(l)Urest)+RIi(l)

where the terms denote:

Ui(t)
membrane potential
Urest
resting potential
τmem
membrane time constant
R
input resistance
ii(t)
input current

Ui acts as a leaky integrator of the input current Ii. Neurons emit spikes when the membrane voltage reaches firing threshold θ, and resets to resting potential U\rest.

Equation eq:lif only describes the dynamics of a LIF neuron sub-threshold.