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

 Respuesta aceptada

Greg Heath
Greg Heath el 26 de En. de 2016

0 votos

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

Más respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Preguntada:

el 25 de En. de 2016

Respondida:

el 26 de En. de 2016

Community Treasure Hunt

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

Start Hunting!

Translated by