How can I save my trained neural network?

8 次查看(过去 30 天)
how can i save my trained neural network???

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Deep Learning Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by