Click or drag to resize
Accord.NET (logo)

GaussianWeightsRandomize Method (Int32)

Randomizes (initializes) the weights of the network using a Gaussian distribution.

Namespace:  Accord.Neuro
Assembly:  Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax
public void Randomize(
	int layerIndex
)
Request Example View Source

Parameters

layerIndex
Type: SystemInt32
See Also