MATLAB: Is possible to normalize just the training data instead of the whole data using Neural Network toolbox

neural networknormalizaition

Using the Matlab functions, it is possible to normalize the input and output data that will feed the Neural Network. However, is possible to just normalize the training data instead of the whole data set? Is this a better approach than normalizing the whole data?

Best Answer

The normalization parameters ARE obtained from the training subset; then applied to all of the data.
So, you have no problem!
Hope this helps.
Greg