INeuralNetwork.GetMaximumWeightDelta

Fore Syntax

GetMaximumWeightDelta: Integer;

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

INeuralNetwork