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

Function zero

mla/neuralnet/initializations.py:18–19  ·  view source on GitHub ↗
(shape, **kwargs)

Source from the content-addressed store, hash-verified

16
17
18def zero(shape, **kwargs):
19 return np.zeros(shape)
20
21
22def one(shape, **kwargs):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected