混同行列において特定​の誤分類画像データを​表示させる方法につい​て

初学者です。
ディープラーニング:10行のMATLABコードで転移学習(https://jp.mathworks.com/videos/deep-learning-transfer-learning-in-10-lines-of-matlab-code-1503069304524.html)を参考に転移学習を行いました。
その後、精度評価としてconfusionchart関数を用いて混同行列を表示させました。
このとき、誤判定されている特定のラベル(例えばオレンジと判定されたグレープフルーツなど)の画像を表示させる方法はあるでしょうか。
よろしくお願いします。

 Accepted Answer

Kenta
Kenta on 19 Dec 2020

0 votes

こんにちは、はい、できます。例えばこちらの例の最後でも間違えた例を示しています。これをまねて書けばよいと思います。
https://jp.mathworks.com/matlabcentral/fileexchange/76415-image-classification-using-cnn-with-mixup-data-augmentation

1 Comment

彩華 伊佐
彩華 伊佐 on 5 Jan 2021
回答ありがとうございます。

Sign in to comment.

More Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Products

Release

R2020b

Asked:

on 18 Dec 2020

Edited:

on 12 Jan 2023

Community Treasure Hunt

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

Start Hunting!