norse.torch.functional.izhikevich.class_2_exc#
- norse.torch.functional.izhikevich.class_2_exc = IzhikevichSpikingBehavior(p=IzhikevichParameters(a=0.2, b=0.26, c=-65, d=0, sq=0.04, mn=5, bias=140, v_th=30, tau_inv=250, method='super', alpha=100.0), s=IzhikevichState(v=tensor(-64., requires_grad=True), u=tensor(-16.6400)))#
Spiking behavior of a Izhikevich neuron
- Parameters:
p (IzhikevichParameters) : parameters of the Izhikevich neuron model s (IzhikevichState) : state of the Izhikevich neuron model