Azzera filtri
Azzera filtri

How can I save my trained neural network?

8 visualizzazioni (ultimi 30 giorni)
engy
engy il 12 Lug 2011
how can i save my trained neural network???

Risposte (1)

Chirag Gupta
Chirag Gupta il 13 Lug 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

Categorie

Scopri di più su Deep Learning Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by