C# (CSharp) NNX.Core.Training SimpleGradientTrainer - 6 examples found. These are the top rated real world C# (CSharp) examples of NNX.Core.Training.SimpleGradientTrainer extracted from open source projects. You can rate examples to help us improve the quality of examples.
A SimpleGradientTrainer is an on-line gradient descent trainer that applies backpropagation (with a few adjustments) NumEpochs times. Next input/target pair is selected randomly from the training set.