For the neural network package. What is the equivalent command to 'getwb' for extracting the input offsets and gains in a net?
Mostrar comentarios más antiguos
For the neural network package. What is the equivalent command to 'getwb' for extracting the input offsets and gains in a net?
I want to be able to extract x1_step1_xoffset, x1_step1_gain etc... from a matlab neural network. In the same way you can extract the weights and biases using getwb(net).
Respuestas (1)
Greg Heath
el 9 de Nov. de 2017
Editada: Greg Heath
el 9 de Nov. de 2017
1. I DON'T EVEN KNOW WHAT THOSE QUANTITIES ARE!
Please elucidate.
2. All properties of a net can be obtained using the uncommented command
net = net
Hope this helps
Thank you for formally accepting my answer
Greg
1 comentario
James Hook
el 9 de Nov. de 2017
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!