norse.torch.module.snn

norse.torch.module.snn#

Base module for spiking neural network (SNN) modules.

Classes

SNN(activation, state_fallback, p[, dt, ...])

The base module for spiking neural networks (RSNN) with time (without recurrence).

SNNCell(activation, state_fallback, p[, dt, ...])

Initializes a feedforward neuron cell without time.

SNNRecurrent(activation, state_fallback, ...)

The base module for recurrent spiking neural networks (RSNN) with time.

SNNRecurrentCell(activation, state_fallback, ...)

The base module for recurrent neuron cell without time.