How to know the weight in Artificial neural network with hidden node of 15?
1 次查看(过去 30 天)
显示 更早的评论
I am trying to create an architecture of the neural network used and for that I need weight. Can anyone help?
0 个评论
采纳的回答
Greg Heath
2017-1-25
1. Read the online documentation
a. Regression or curvefitting
help fitnet
and
doc fitnet
b. Classification or pattern recognition
help patternnet
and
doc patternnet
2. Additional checks for understanding can be obtained by using MATLAB example data from
help (and doc) nndatasets
3. Solved problems can be obtained from previous user postings in the NEWSREADER or ANSWERS. Including "greg" in the search words might help.
Hope this helps.
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!