Data normalization in neural network

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

 Réponse acceptée

Greg Heath
Greg Heath le 26 Jan 2016

0 votes

Solve the equation for data!
Hope this helps.
Thank you for formally accepting my answer
Greg

Plus de réponses (0)

Catégories

En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by