norse.torch.functional.adjoint.lif_refrac_adjoint

norse.torch.functional.adjoint.lif_refrac_adjoint#

Functions

lif_refrac_adjoint_step(input, s, ...[, p, dt])

Implementes a single euler forward and adjoint backward step of a leaky integrate and fire neuron with current based exponential synapses and a refractory period.

lif_refrac_adjoint_step_sparse(input, s, ...)

lif_refrac_feed_forward_adjoint_step(input, s)

Implementes a single euler forward and adjoint backward step of a leaky integrate and fire neuron with current based exponential synapses and a refractory period.

Classes

LIFAdjointRefracFeedForwardFunction(*args, ...)

LIFAdjointRefracFunction(*args, **kwargs)

LIFSparseAdjointRefracFunction(*args, **kwargs)