MCPcopy Create free account
hub / github.com/MichalDanielDobrzanski/DeepLearningPython / default_weight_initializer

Method default_weight_initializer

network2.py:86–101  ·  view source on GitHub ↗

Initialize each weight using a Gaussian distribution with mean 0 and standard deviation 1 over the square root of the number of weights connecting to the same neuron. Initialize the biases using a Gaussian distribution with mean 0 and standard deviation 1.

(self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected