norse.torch.functional.leaky_integrator_box#
Leaky integrators describe a leaky neuron membrane that integrates incoming currents over time, but never spikes. In other words, the neuron adds up incoming input current, while leaking out some of it in every timestep.
This module differs from the `leaky integrator`_ module by excluding the current term, so any inputs will have immediate, stepwise, impacts on the voltage (hence the “box”).
More information can be found on Wikipedia or in the book *Neuron Dynamics* by W. Gerstner et al., freely available online.
Functions
|
|
|
Single euler integration step of a leaky-integrator without a current term. |
Classes
|
Parameters of a leaky integrator without a current term |
|
State of a leaky-integrator without a current term |