混同行列において特定の誤分類画像データを表示させる方法について
7 views (last 30 days)
Show older comments
初心者です。
ディープラーニング:10行のMATLABコードで転移学習(https://jp.mathworks.com/videos/deep-learning-transfer-learning-in-10-lines-of-matlab-code-1503069304524.html)を参考に転移学習を行いました。
その後、精度評価としてconfusionchart関数を用いて混同行列を表示させました。
このとき、誤判定されている特定のラベル(例えばオレンジと判定されたグレープフルーツなど)の画像を表示させる方法はあるでしょうか。
よろしくお願いします。
0 Comments
Accepted Answer
Kenta
on 19 Dec 2020
こんにちは、はい、できます。例えばこちらの例の最後でも間違えた例を示しています。これをまねて書けばよいと思います。
https://jp.mathworks.com/matlabcentral/fileexchange/76415-image-classification-using-cnn-with-mixup-data-augmentation
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!