How to use the weight and bias matrix out side the nntool?
Mostrar comentarios más antiguos
I have trained a feed-forward back propagation neural network using the nntool toolbox, however when I try to use the resulting weight and bias matrix to simulate the neural network outside the nntool toolbox, I do not have similar results from the ones generated by the tool.
I am using the functions as described in the Matlab documentation to simulate outside the tolbox: a = f(Wp + b)
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!