INeuralNetwork.NormalizeSynapses

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.

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

See also:

INeuralNetwork