norse.torch.module.lif_refrac

norse.torch.module.lif_refrac#

Classes

LIFRefracCell([p])

Module that computes a single euler-integration step of a LIF neuron-model with absolute refractory period without recurrence.

LIFRefracRecurrent(input_size, hidden_size)

A neuron layer that wraps a LIFRefracRecurrentCell in time such that the layer keeps track of temporal sequences of spikes.

LIFRefracRecurrentCell(input_size, hidden_size)

Module that computes a single euler-integration step of a LIF neuron-model with absolute refractory period.