How can I save my trained neural network?
8 views (last 30 days)
Show older comments
how can i save my trained neural network???
0 Comments
Answers (1)
Chirag Gupta
on 13 Jul 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
See Also
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!