norse.torch.module.lsnn#
Long-short term memory module, building on the work by [G. Bellec, D. Salaj, A. Subramoney, R. Legenstein, and W. Maass](IGITUGraz/LSNN-official).
See norse.torch.functional.lsnn
for more information.
Classes
|
A Long short-term memory neuron module without recurrence adapted from https://arxiv.org/abs/1803.09574 |
|
Euler integration cell for LIF Neuron with threshold adaptation without recurrence. |
|
A Long short-term memory neuron module wit recurrence adapted from https://arxiv.org/abs/1803.09574 |
|
Module that computes a single euler-integration step of a LSNN neuron-model with recurrence. |