Click or drag to resize

GestureLearnerHiddenLayers Field

The number of hidden layers in the neural network.

Namespace:  RavingBots.MagicGestures.AI
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public int HiddenLayers

Field Value

Type: Int32
Remarks
In most cases, one or two hidden layers are enough to obtain satisfying results. The bigger the number of layers, the more neurons and connections must be processed by the neural network. As the number grows, the neural network loses its generalisation capabilities, and a larger training set must be provided.
See Also