How to save the network crated as .mat file ?
6 次查看(过去 30 天)
显示 更早的评论
I created a neural network using nnstart and i want to know to save it as.mat so i can directly open the network in matlab software?
0 个评论
采纳的回答
PRAVEEN REDDY KANTHALA
2017-5-31
编辑:PRAVEEN REDDY KANTHALA
2017-5-31
Suppose you want to save your network as kpnn1 after getting optimal network.then use the following code: kpnn1=net; save kpnn1;
then whenever you want to load the network, then type the following command: load kpnn1
0 个评论
更多回答(0 个)
另请参阅
类别
在 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!