Borrar filtros
Borrar filtros

How can I save my trained neural network?

8 visualizaciones (últimos 30 días)
engy
engy el 12 de Jul. de 2011
Comentada: Bramendran Anbalagan el 4 de Nov. de 2020
how can i save my trained neural network???

Respuestas (1)

Chirag Gupta
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

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by