Do i have to normalize the input as well as output data while using newff function for neural network?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
i am using Matlab 7.8.0 (R2009a) version. when i want to use newff function do i need to normalize the data in [-1 1] interval or the function itself normalize the data.
0 Commenti
Risposta accettata
Greg Heath
il 28 Dic 2015
NEWFF will automatically normalize input and target, then use the target statistics to unnormalize the output.
First run the examples in the command line documentation
help newff
doc newff
then use the other examples obtained from
help nndatasets
doc nndatasets.
Hope this helps.
Thank you for formally accepting my answer
Greg
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Matrix Indexing 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!