At what point does variation in neural network training become unreasonable?
1 次查看(过去 30 天)
显示 更早的评论
I have a network trained in patternnet. By observing the confusion matrix after each training session, I am witnessing a variance of around 1.5% each time I retrain (From a 2% error rate to a 0% error rate). I feel like there is a big difference in these two percentages. Is there a way to reduce this variation or is it expected with this network?
0 个评论
回答(1 个)
Greg Heath
2017-6-17
Since initial weights are random, the variation in results can be considerable. That is why I routinely design 10 to 30 nets for each value of hidden nodes I consider. if you search in BOTH the NEWSGROUP and ANSWERS using
greg patternnet
you will find many examples. You can reduce the number by trying
greg patternnet tutorial
Hope this helps.
Thank you for formally accepting my answer
Greg
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!