Data normalization in neural network

1 Ansicht (letzte 30 Tage)
coqui
coqui am 25 Jan. 2016
Beantwortet: Greg Heath am 26 Jan. 2016
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

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by