Click or drag to resize
Accord.NET (logo)

NetworkRandomize Method

Randomize layers of the network.

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 network's layers by calling Randomize method of each layer.
See Also