Neural Network problem with the goal
1 回表示 (過去 30 日間)
古いコメントを表示
Hey everybody maybe someone can help me, with this. What I could do if I put this value in the goal of the net, and the net can't get to this value and stop in validation check net.trainParam.goal=0.01*mean(var(target',1)) What can I do? or I am wrong doing this... I'm a bit lost. Thanks for help me...
0 件のコメント
回答 (1 件)
Greg Heath
2016 年 10 月 2 日
For difficult problems, success beyond the default parameter values typically depends on the number of hidden nodes and choice of initial random weights.
Typically I design 100 nets at a time in a double loop configuration with an outer loop of 10 values of hidden nodes Hmin:dH:Hmax and an inner loop with Ntrials = 10 of random initial weights.
Search both NEWSGROUP and ANWSERS for some of my examples using
greg Hmin:dH:Hmax Ntrials
Hope tis helps
Thank you for formally accepting my answer
Greg
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Sequence and Numeric Feature Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!