NormalizeSynapses;
The NormalizeSynapses method normalizes values of synapse weights for all network layers.
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: