How to save training process output in MATLAB?

12 visualizaciones (últimos 30 días)
R Ramya
R Ramya el 6 de Mayo de 2023
In Deep learning/ machine learning, using MATLAB to apply neural networks for the training process. How to save training process output in MATLAB?

Respuestas (1)

Constantino Carlos Reyes-Aldasoro
Constantino Carlos Reyes-Aldasoro el 6 de Mayo de 2023
That should be pretty easy, train whatever architecture you are using (say you call that net) with whatever training data. Once training finishes, you save it
save results_2023_05_06 net
and the trained architecture will be saved in the file results_2023_05_06. Next time, just load the results from the file and you can then use the trained network directly.

Categorías

Más información sobre Sequence and Numeric Feature Data Workflows en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by