norse.torch.functional#
Stateless spiking neural network components.
Modules
Adjoint-based neuron activation functions and optimization code. |
|
Stateless decoding functionality for Norse, where events in time are converted to numerical representations. |
|
Stateless encoding functionality for Norse, offering different ways to convert numerical inputs to the spiking domain. |
|
An Exponential smoothing or exponential filter that smoothing time series data using the exponential window function. |
|
A heaviside step function that truncates numbers <= 0 to 0 and everything else to 1. |
|
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 popular neuron model that combines a |
|
A simplified version of the popular leaky integrate-and-fire neuron model that combines a |
|
|
Creates a lifted version of the given activation function which applies the activation function in the temporal domain. |
Long-short term memory module, building on the work by [G. |
|
This module contains functional components for regularization operations on spiking layers, where it can be desirable to regularize spikes, membrane parameters, or other properties over time. |
|
Functions for reset mechanisms. |
|