Click or drag to resize

Backpropagation Methods

The Backpropagation type exposes the following members.

Methods
  NameDescription
Private methodStatic memberAdjustWeights(Layer, Single, Single, Single)
Adjust the weights of every neuron.
Private methodStatic memberAdjustWeights(Perceptron, Single, Single, Single)
Adjust the weights of the given neuron.
Public methodStatic memberCalcError
Calculate new error values for the output layer.
Private methodStatic memberPropagateError
Propagate error values from the output layer backwards.
Private methodStatic memberResetNeurons
Reset every neuron on every layer in the given set.
Public methodRunAsyncTraining
Start training the given network.
Private methodRunTraining
Run the backpropagation algorithm.
Public methodStopAsyncTraining
Request the training in progress to be cancelled.
Private methodStatic memberTrainSample
Run a single iteration of the backpropagation.
Top
See Also