Number of parameters in feedforward neural network.
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
How can I show the number of parameters of a trained net?
Thanks in advance.
1 comentario
Przemyslaw
el 22 de Mzo. de 2021
Editada: Przemyslaw
el 22 de Mzo. de 2021
For shallow NNs You can use getwb function. It returns all the params as a vector, so You can use its length as a parameter number.
Respuestas (0)
Ver también
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!