  | BackpropagationSettingsLearningRate Field | 
 
                The learning rate is used by the backpropagation training algorithm. The parameter determines the speed
                of the training.
            
 
    Namespace: 
   RavingBots.MagicGestures.AI.Neural.Classic
    Assembly:
   Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic float LearningRate
Field Value
Type: 
Single
Remarks
                If the value is too small, the training may require a large number of training iterations. However,
                if it is too high, the training error may oscillate and never reach the target value.
            
See Also