norse.torch.module.lif#
A very popular neuron model that combines a norse.torch.module.leaky_integrator
with
spike thresholds to produce events (spikes).
See norse.torch.functional.lif
for more information.
Classes
|
A neuron layer that wraps a |
|
Module that computes a single euler-integration step of a leaky integrate-and-fire (LIF) neuron-model without recurrence and without time. |
|
A neuron layer that wraps a |
|
Module that computes a single euler-integration step of a leaky integrate-and-fire (LIF) neuron-model with recurrence but without time. |