|
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
)
Public Sub Randomize (
layerIndex As Integer
)
Request Example
View SourceParameters
- layerIndex
- Type: SystemInt32
See Also