How to save the network crated as .mat file ?

4 Ansichten (letzte 30 Tage)
afef
afef am 30 Mai 2017
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?

Akzeptierte Antwort

PRAVEEN REDDY KANTHALA
PRAVEEN REDDY KANTHALA am 31 Mai 2017
Bearbeitet: PRAVEEN REDDY KANTHALA am 31 Mai 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

Weitere Antworten (0)

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by