BackpropagationRunAsyncTraining Method |
Namespace: RavingBots.MagicGestures.AI.Neural.Classic
public void RunAsyncTraining( MultilayerPerceptron mlp, SampleData[] samples, BackpropagationSettings settings )
Important |
---|
This method does not wait until the training completes. If the previous training is still running, it will be interrupted. |
Important |
---|
The training set must be valid (IsValidTrainingSet(SampleData)). The neural network instance must match the training set (IsMatching(SampleData)). The settings must be valid (IsValid). |