Click or drag to resize

GestureLearner_mlp Field

The neural network used for recognizing the gestures.

Namespace:  RavingBots.MagicGestures.AI
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
private MultilayerPerceptron _mlp

Field Value

Type: MultilayerPerceptron
Remarks

Because the training happens in the background, and the network is not usable until the training is complete, we distinguish between the network being trained and the network being used to recognize the gestures. After the training is complete, this instance will be replaced by the other one.

See Also