Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
def
normal(shape, scale=0.5):
11
return
np.random.normal(size=shape, scale=scale)
12
13
14
def
uniform(shape, scale=0.5):
Callers
2
glorot_normal
Function · 0.85
he_normal
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected