INeuralNetwork.GetMaximumWeightDelta

Syntax

GetMaximumWeightDelta: Integer;

Description

The GetMaximumWeightDelta method returns the maximum delta value of the weight of all the synapses.

Comments

The method is used only for back-propagation networks.

delta is a value of an error that is used to change the weight of the synapse.

The method use is given in the example for INeuralNetwork.LearnBack.

See also:

INeuralNetwork