Clear Filters
Clear Filters

How to save the network crated as .mat file ?

2 views (last 30 days)
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?

Accepted Answer

PRAVEEN REDDY KANTHALA
PRAVEEN REDDY KANTHALA on 31 May 2017
Edited: PRAVEEN REDDY KANTHALA on 31 May 2017
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

More Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!