Why prediction accuracy is higher with noisy images than denoised images?
1 回表示 (過去 30 日間)
古いコメントを表示
How to improve CNN accuracy with denoised images-please help
0 件のコメント
回答 (1 件)
Mahesh Taparia
2020 年 6 月 15 日
Hi
Adding noise in the training dataset act as a regularizer and it prevent overfitting. So the prediction accuracy is more.
To improve the accurcay, you can try with different architecture of CNN, use different optimizer, do data augmentation to increase the dataset, use different loss function for optimization, etc.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Recognition, Object Detection, and Semantic Segmentation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!