NormalizeSynapsesEx(layerIndex: Integer);
layerIndex. Layer index.
The NormalizeSynapsesEx method normalizes values of synapse weights of the specified layer.
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: