Retrain model, Classification Learner
4 ビュー (過去 30 日間)
古いコメントを表示
Dear all,
How can I retrain a model that I created with MATLAB app Classification Learner?
Thanks,
J
0 件のコメント
採用された回答
Sean de Wolski
2020 年 1 月 23 日
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 件のコメント
Sean de Wolski
2020 年 1 月 27 日
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
2020 年 5 月 5 日
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.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!