how to show bias and weight in ann ?
4 ビュー (過去 30 日間)
古いコメントを表示
How to show the weight and bias from every layer in my neural network? Currently I have 24 inputs and 2 output.
please show me on simple example code
0 件のコメント
採用された回答
Ameer Hamza
2020 年 6 月 7 日
You can see the weights and biases of the network using the IW, LW, b properties of network
net.IW % input weights
net.LW % layer weights
net.b % biases
3 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!