INeuralNetwork.SetNju

Syntax

SetNju(newNju: Double);

Parameters

SetNju. Network learning speed. The value is in the range [0.0; 1.0].

Description

The SetNju method sets learning speed of the back-propagation network.

Comments

Learning speed determines to what extent synapse weights will be changed in the process of learning. Usually, the given value does not exceed 0.5 at the beginning of learning and tends to zero by its end.

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

See also:

INeuralNetwork