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