Neural Network problem with the goal
이전 댓글 표시
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...
답변 (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
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!