How to normalize a data serie which have negative and positive values for Prediction through ANN?
Afficher commentaires plus anciens
Hey,
I want normalize a data serie for prediction. The serie has negative and positive data.
First question, can I normalize data between 0 and 1 or should I normalize it between -1 and 1?
Second question, how do I normalize between -1 and 1?
Thank you
1 commentaire
Amit
le 22 Jan 2014
what is ANN?
Réponse acceptée
Plus de réponses (1)
Greg Heath
le 22 Jan 2014
Modifié(e) : Greg Heath
le 22 Jan 2014
Normalization to [ -1, 1] is a default for most of the ANN functions. This includes the most important timeseries functions timedelaynet, narnet and narxnet.
Details are available in the help and doc documentation. For example,
help narxnet
doc narxnet
Hope this helps.
Thank you for formally accepting my answer
Greg
Catégories
En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!