How to save the network crated as .mat file ?
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
afef
le 30 Mai 2017
Modifié(e) : PRAVEEN REDDY KANTHALA
le 31 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?
0 commentaires
Réponse acceptée
PRAVEEN REDDY KANTHALA
le 31 Mai 2017
Modifié(e) : PRAVEEN REDDY KANTHALA
le 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
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!