INeuralNetwork.SetLearnRate

Syntax

SetLearnRate(newLearnRate: Double);

Parameters

newLearnRate. Learning rate value.

Description

The SetLearnRate method sets learning rate.

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.

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

See also:

INeuralNetwork