フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Can the New Test Data be looped into the Training Data after being Classified by the CNN model?

1 回表示 (過去 30 日間)
Vinay Chawla
Vinay Chawla 2020 年 7 月 24 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hello,
I am working on a CNN model but I have a limited dataset to work with. I was wondering if there is a chance that after training the CNN model on a specific number of images, when I test it against a new set of images, these new classified images can be looped into the training set. So that when the model is run again it trains with these new images as a part of the training data set.
Thanks in advance.

回答 (1 件)

Harsha Priya Daggubati
Harsha Priya Daggubati 2020 年 7 月 27 日
Hi,
It is generally advised to keep training and test sets explicit. I can think of one possible workaround, since your dataset is of images, you can augment your dataset using 'imageDataAugmenter' and create an augmentedImageDatastore using it to train your network.
Take a look at these links for more details:
Hope this helps!
  7 件のコメント
Harsha Priya Daggubati
Harsha Priya Daggubati 2020 年 7 月 27 日
Yeah, to my knowledge your network would be retrained using mostly similar datasets.
Vinay Chawla
Vinay Chawla 2020 年 7 月 27 日
Okay.
Thank you for your assistance.
Appreciate it.

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by