norse.torch.functional.izhikevich.subthreshold_oscillation#

norse.torch.functional.izhikevich.subthreshold_oscillation = IzhikevichSpikingBehavior(p=IzhikevichParameters(a=0.05, b=0.26, c=-60, d=0, sq=0.04, mn=5, bias=140, v_th=30, tau_inv=250, method='super', alpha=100.0), s=IzhikevichState(v=tensor(-62., requires_grad=True), u=tensor(-16.1200)))#

Spiking behavior of a Izhikevich neuron

Parameters:

p (IzhikevichParameters) : parameters of the Izhikevich neuron model s (IzhikevichState) : state of the Izhikevich neuron model