Fatiguing Leaky Integrate and Fire Neurons
- I've spent most of my neural time working with Fatiguing Leaky
Integrate and Fire Neurons
- I model it via
- Integrate
- Fire
- Leak
- Fatigue is relatively novel in neural models.
- I model it with two constants, one for firing and one for not firing.
- A neuron increases its fatigue level by the first constant when it
fires, and decreases by a second (down to 0) when it doesn't.
- The fatigue is then added to the threshold.
- So, as a neuron fires more it becomes more difficult to fire.
- The idea is that as fatigue grows, the CA becomes harder to
support and automatically shuts down.
- We also simulate in discrete time cycles that we map to 10 ms. of
real biological time.
- The free parameters are threshold, decay, fatigue increase and
fatigue recovery.
- I found some biological data with clamped input.
- Setting threshold to 2.2, decay to 1.12 fatigue increase to .045 and
fatigue recovery to .01 gets about 90% of the spikes within two
cycles.