What is the appropriate Method to normalize inputs data ????
Afficher commentaires plus anciens
I used sigmoidal function as activation function in hidden layer (forecasting issues).who is interval can i choose to normalize my inputs datasets [-1,1] or [0.1,0.9] ?? and how can i do it ?? by default i used these following commands :
net.inputs{1}.processFcns = {'removeconstantrows','mapminmax'};
net.outputs{2}.processFcns = {'removeconstantrows','mapminmax'};
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Image Data Workflows dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!