Data normalization in neural network
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
coqui
le 25 Jan 2016
Réponse apportée : Greg Heath
le 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 commentaires
Réponse acceptée
Greg Heath
le 26 Jan 2016
Solve the equation for data!
Hope this helps.
Thank you for formally accepting my answer
Greg
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Sequence and Numeric Feature Data Workflows dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!