Dear all,
How can I retrain a model that I created with MATLAB app Classification Learner?
Thanks,
J

 Réponse acceptée

Sean de Wolski
Sean de Wolski le 23 Jan 2020

1 vote

When you export the model, there's an option to generate a function. This function can be used to retrain the model on new data.

3 commentaires

João Mendes
João Mendes le 23 Jan 2020
Does this model forget about what it learned with the previous data? Probably I'm making zero sense.
Anyway,
Thank you!
Sean de Wolski
Sean de Wolski le 27 Jan 2020
You're making sense.
No the code to reproduce it does not remember the parameters of any previous models. Exported models have those parameters,.
Ravi Singh
Ravi Singh le 5 Mai 2020
Hi Sean,
I have trained the svm model with code. Now i want to reload the same trained model file and add one image feature data and retrain the model file. please suggest something.

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by