INeuralNetwork.NormalizeSynapsesEx

Syntax

NormalizeSynapsesEx(layerIndex: Integer);

Parameters

layerIndex. Layer index.

Description

The NormalizeSynapsesEx method normalizes values of synapse weights of the specified layer.

Comments

Indexation of the layers is continuous and starts with zero.

To normalize the values of all the synapses, use INeuralNetwork.NormalizeSynapses; to normalize the input data, use INeuralNetwork.NormalizeInputValues.

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

See also:

INeuralNetwork