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