How can I save my trained neural network?
Afficher commentaires plus anciens
how can i save my trained neural network???
Réponses (1)
Chirag Gupta
le 13 Juil 2011
You can save it to a MAT file.
save('filename','VariableName(trained nnet object)')
You can then use this object again by loading the saved MATFile.
load filename
1 commentaire
Bramendran Anbalagan
le 4 Nov 2020
Sir can you explain with example
Catégories
En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!