norse.torch.module#
Modules for spiking neural network, adhering to the torch.nn.Module
interface.
Modules
Stateful encoders as torch modules. |
|
Exponential smoothing is rule of thumb techique for smoothing time series data using the exponential window function. |
|
Leaky integrators describe a leaky neuron membrane that integrates incoming currents over time, but never spikes. |
|
Leaky integrators describe a leaky neuron membrane that integrates incoming currents over time, but never spikes. |
|
A very popular neuron model that combines a |
|
A simplified version of the popular leaky integrate-and-fire neuron model that combines a |
|
Long-short term memory module, building on the work by [G. |
|
These receptive fields are derived from scale-space theory, specifically in the paper Normative theory of visual receptive fields by Lindeberg, 2021. |
|
This module contains ``torch.nn.Module``s for regularisation operations on spiking layers, where it can be desirable to regularise spikes, membrane parameters, or other properties over time. |
|
Base module for spiking neural network (SNN) modules. |
|