how to show bias and weight in ann ?

4 visualizaciones (últimos 30 días)
Yudawan Hidayat
Yudawan Hidayat el 7 de Jun. de 2020
Comentada: Yudawan Hidayat el 17 de Jun. de 2020
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

Respuesta aceptada

Ameer Hamza
Ameer Hamza el 7 de Jun. de 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
  3 comentarios
Ameer Hamza
Ameer Hamza el 11 de Jun. de 2020
Yes, it looks like this.
Yudawan Hidayat
Yudawan Hidayat el 17 de Jun. de 2020
thanks sir

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by