How to get neural net weight matrix
3 ビュー (過去 30 日間)
古いコメントを表示
Hi I need to know the weights of inputs(8) hidden layer(3 neurons) and output(1 neuron). for example, how can I know the weight of first hidden neuron for input 1th,2th,...,8th and also for output? Thanks in advance for your help
0 件のコメント
採用された回答
Greg Heath
2016 年 2 月 8 日
編集済み: Greg Heath
2016 年 2 月 8 日
Use the commands
lookfor, help, and doc
on
getwb and setwb
Also search the NEWSGROUP and ANSWERS
Hope this helps.
Thank you for formally accepting my answer
Greg
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!