brainpy.math.surrogate.Arctan

brainpy.math.surrogate.Arctan#

class brainpy.math.surrogate.Arctan(alpha=1.0)[source]#

Judge spiking state with an arctan function.

See also

arctan

__init__(alpha=1.0)[source]#

Methods

__init__([alpha])

surrogate_fun(x)

The surrogate function.

surrogate_grad(x)

The gradient function of the surrogate function.