Data normalization in neural network
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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
0 Kommentare
Akzeptierte Antwort
Greg Heath
am 26 Jan. 2016
Solve the equation for data!
Hope this helps.
Thank you for formally accepting my answer
Greg
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Sequence and Numeric Feature Data Workflows 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!