How can I save my trained neural network?
显示 更早的评论
回答(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
1 个评论
Bramendran Anbalagan
2020-11-4
Sir can you explain with example
类别
在 帮助中心 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!