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!