Data normalization in neural network

5 views (last 30 days)
I have used this formula to normalize the data between -1 and 1:
Y = -1 + 2.*(data - min(data))./(max(data) - min(data));
how I can reverse it ?
Thanks

Accepted Answer

Greg Heath
Greg Heath on 26 Jan 2016
Solve the equation for data!
Hope this helps.
Thank you for formally accepting my answer
Greg

More Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!