Content based image retrival

1 回表示 (過去 30 日間)
new_user
new_user 2021 年 12 月 28 日
回答済み: Prince Kumar 2022 年 4 月 7 日
Hi, I wanted to ask that for CBIR using CNN is it madatory to divide images into training & validation set. Or just Training :Test will work.

回答 (1 件)

Prince Kumar
Prince Kumar 2022 年 4 月 7 日
Hi,
It recommended that you divide the dataset into three part:
  • Training set : for training the model
  • Validation set : for hyper-parameter tuning
  • Test set : for test the model
You can use cvparition to divide the datasets.
Hope this helps!

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by