How can I save my trained neural network?
8 次查看(过去 30 天)
显示 更早的评论
how can i save my trained neural network???
0 个评论
回答(1 个)
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 Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!