Data normalization in neural network
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Greg Heath
il 26 Gen 2016
Solve the equation for data!
Hope this helps.
Thank you for formally accepting my answer
Greg
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Sequence and Numeric Feature Data Workflows in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!