Click or drag to resize

GestureLearnerMLP Property

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#
public MultilayerPerceptron MLP { get; set; }

Property 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