How to save neural network in matlab??
Show older comments
Hi,
I am using MATLAB 2013 neural network toolbox. When I test it after training, I am getting different types of results. I have to save the self generated code with the better results. How can I save it?
Pls reply
Accepted Answer
More Answers (1)
Greg Heath
on 31 Jul 2014
2 votes
save(net) % retrieve using load(net)
Hope this helps
Thank you for formally accepting my answer
Greg
1 Comment
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!