Click or drag to resize
Accord.NET (logo)

LayerRandomize Method

Randomize neurons of the layer.

Namespace:  Accord.Neuro
Assembly:  Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax
public virtual void Randomize()
Request Example View Source
Remarks
Randomizes layer's neurons by calling Randomize method of each neuron.
See Also