dmccloskey / EvoNet

MIT License
2 stars 0 forks source link

Weight initializations #60

Closed dmccloskey closed 6 years ago

dmccloskey commented 6 years ago

Description

w=np.random.randn(layer_size[l],layer_size[l-1])*np.sqrt(2/layer_size[l-1])

Objectives

References