About number of weights and hidden layer in neural network MATLAB 2012b
Show older comments
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.
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!