norse.torch.functional.izhikevich.class_1_exc#

norse.torch.functional.izhikevich.class_1_exc = IzhikevichSpikingBehavior(p=IzhikevichParameters(a=0.02, b=-0.1, c=-55, d=6, sq=0.04, mn=4.1, bias=108, v_th=30, tau_inv=250, method='super', alpha=100.0), s=IzhikevichState(v=tensor(-60., requires_grad=True), u=tensor(6.)))#

Spiking behavior of a Izhikevich neuron

Parameters:

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