MCPcopy Create free account
hub / github.com/rushter/MLAlgorithms / normal

Function normal

mla/neuralnet/initializations.py:10–11  ·  view source on GitHub ↗
(shape, scale=0.5)

Source from the content-addressed store, hash-verified

8
9
10def normal(shape, scale=0.5):
11 return np.random.normal(size=shape, scale=scale)
12
13
14def uniform(shape, scale=0.5):

Callers 2

glorot_normalFunction · 0.85
he_normalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected