Normal

Contents

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.