How can I save my trained neural network?
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
how can i save my trained neural network???
0 comentarios
Respuestas (1)
Chirag Gupta
el 13 de Jul. de 2011
You can save it to a MAT file.
save('filename','VariableName(trained nnet object)')
You can then use this object again by loading the saved MATFile.
load filename
1 comentario
Ver también
Categorías
Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!