brainpy.initialize.Normal#

class brainpy.initialize.Normal(mean=0.0, scale=1.0, seed=None)[source]#

Initialize weights with normal distribution.

Parameters

scale (float) – The gain of the derivation of the normal distribution.

__init__(mean=0.0, scale=1.0, seed=None)[source]#

Methods

__init__([mean, scale, seed])