norse.torch.functional.izhikevich

norse.torch.functional.izhikevich#

Functions

create_izhikevich_spiking_behavior(a, b, c, ...)

A function that allows for the creation of custom Izhikevich neurons models, as well as a visualization of their behavior on a 250 ms time window.

izhikevich_feed_forward_step(input_current, s, p)

izhikevich_recurrent_step(input_current, s, ...)

Classes

IzhikevichParameters(a, b, c, d[, sq, mn, ...])

Parametrization of av Izhikevich neuron

IzhikevichRecurrentState(z, v, u)

State of a Izhikevich neuron

IzhikevichSpikingBehavior(p, s)

Spiking behavior of a Izhikevich neuron

IzhikevichState(v, u)

State of a Izhikevich neuron