Is it necessary to initialized the wieghts for retraining in matlab with nntool?
Show older comments
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 Comment
Greg Heath
on 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.
Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!