how to show bias and weight in ann ?

2 visualizzazioni (ultimi 30 giorni)
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

Risposta accettata

Ameer Hamza
Ameer Hamza il 7 Giu 2020
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

Più risposte (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by