About number of weights and hidden layer in neural network MATLAB 2012b
조회 수: 1 (최근 30일)
이전 댓글 표시
Dear Prof Greg,
I found the followings from answers in MATLAB replied by you--
""Find a good value for the number of hidden nodes, H, by trial and error. Create numH*Ntrials nets in a double loop: An outer loop H = Hmin:dH:Hmax over number of hidden nodes and an inner loop i = 1: Ntrials over number of random trn/val/tst data divisions and random weight initialization trials for each value of H.
I typically use numH ~ 10, Ntrials ~ 10 and tabulate results in Ntrials X numH matrices.
Many examples can be obtained by searching the NEWSGROUP and ANSWERS using the keywords""
Greg Ntrials Nw""
My question: 1) Is there any books/links /websites refering the above mathematical equations of Nw, Ntrnq etc ? Or this is an emperical formulae(i.e just by experience) Please pardon if it is an inane query.thanks a lot.
댓글 수: 0
채택된 답변
Greg Heath
2013년 9월 30일
Most of what I post is home grown from my 30 years of experience with neural nets. I have posted in comp.ai.neural-nets as well as MATLAB NEWSGROUP and ANSWERS. I try to keep my notation as consistent as possible. However, changes do happen.
So, if you want a better or just different look/explanation of something in one of my postings. Try searching and listing posts from the present backwards. I have used the following email addresses
heathg@miles.ll.mit.edu
heath@ll.mit.edu
heath@alumni.brown.edu
g.heath@verizon.net
If you still have questions after a reasonable search, just post on NEWSGROUP or ANSWERS. I don't use comp.ai.neural-nets much anymore.
Greg
댓글 수: 0
추가 답변 (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!