INeuralNetwork.NormalizeSynapsesEx

Fore Syntax

NormalizeSynapsesEx(layerIndex: Integer);

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

Fore and Fore.NET Examples

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

See also:

INeuralNetwork