INeuralNetwork.GetLearnRate

Syntax

GetLearnRate(layerIndex: Integer): Double;

Parameters

layerIndex. Layer index.

Description

The GetLearnRate method returns learning rate value for the specified layer.

Comments

The method is applied only for Kohonen self-organizing maps.

The learning rate determines how fast neurons learn. Usually, the learning rate tends to zero value towards the end of learning.

Indexation of the layers is continuous and starts with a zero.

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

See also:

INeuralNetwork