How can I save my trained neural network?
Ältere Kommentare anzeigen
how can i save my trained neural network???
Antworten (1)
Chirag Gupta
am 13 Jul. 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 Kommentar
Bramendran Anbalagan
am 4 Nov. 2020
Sir can you explain with example
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!