Hey I need to know how to know how many neurons?
1 view (last 30 days)
Show older comments
I would like how to use nntool, please could anyone help me, or tell me where I could find information about all the training functions, and performance functions.
1 Comment
John D'Errico
on 3 Jul 2016
How many? Use enough, but not too many. Questions like this are impossible to answer, because the answer depends on your problem.
Start by reading things like
doc nntool
But really, it sounds like you need to learn fundamental information about neural networks. For that you may need to read a book.
Accepted Answer
Greg Heath
on 4 Jul 2016
Edited: Greg Heath
on 4 Jul 2016
Search the NEWSGROUP and ANSWERS using
Ntrneq Nw
where I have used the criterion that the number of UNKNOWN weights, Nw, should not exceed the number of training EQUATIONS Ntrneq.
No. of SEARCH HITS
NEWSGROUP ANSWERS
Ntrneq Nw 43 152
This yields an upperbound, Hub, on the number of hidden nodes in a single hidden layer net.
If more hidden nodes are required, one can replace the default training function TRAINLM with TRAINBR
help trainbr
doc trainbr
Hope this helps.
Thank you for formally acceptingmy answer
Greg
2 Comments
Greg Heath
on 5 Jul 2016
Sorry, I am an old geezer who is not familiar with the recent literature.
Why don't you post a request in the NEWSGROUP?
More Answers (0)
See Also
Categories
Find more on Sequence and Numeric Feature Data Workflows 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!