Is it necessary to initialized the wieghts for retraining in matlab with nntool?
Afficher commentaires plus anciens
i am doing a speech recognition problem; using nntool; i have found most of time that during the first attempt of training; the output is not good; so i have to retrain.
but my queries is: should i need to reinitialized the weights for retrain.
What if i don't re-initialized and train again?; actually i found better result without re-initializing.
i want to know which approach is right and why?
1 commentaire
Greg Heath
le 9 Sep 2012
The short answer is I typically make several runs (~ 10) with random weight intialization for each setting of other parameters (e.g., No. of hidden nodes). Poor results caused by converging to a high local miimum are best cured by reinitialization.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Deep Learning Toolbox 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!