MATLAB: How to use a personal function to normalization data in the neural network

neural networknormalization

I want to use personal function for normalization dataset include input and target to [-1,1] rang
but I think after normalization data by me, net maybe normalized data, too.

Best Answer

See the documentation
>> help nnparam.normalization
and
>> doc nnparam.normalization
Hope this helps
Thank you for formally accepting my answer
Greg