INeuralNetwork.NormalizeSynapses

Fore Syntax

NormalizeSynapses;

Fore.NET Syntax

NormalizeSynapses();

Description

The NormalizeSynapses method normalizes values of synapse weights for all network layers.

Comments

To normalize the values of synapse weights of the specified layer, use INeuralNetwork.NormalizeSynapsesEx; 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