ディープラーニング:10行でできる転移学習 ~画像分類タスクに挑戦~について

1 vue (au cours des 30 derniers jours)
Yusuke Kakinuma
Yusuke Kakinuma le 22 Déc 2021
Commenté : Yusuke Kakinuma le 27 Déc 2021
ディープラーニング:10行でできる転移学習 ~画像分類タスクに挑戦~についての質問です。
カメラでの画像分類での推論精度(Accuracy)と適合率(Precision)、再現率(Recell)の表示方法を教えていただきたいです。

Réponse acceptée

Kenta
Kenta le 23 Déc 2021
混同行列の計算が上のドキュメンテーションなどで算出できるので、そのあとで、recall, precisionの計算式をコーディングするのが良いと思います。
こちら、私は試したことがないのですが、このファイルでも計算できそうです
https://jp.mathworks.com/help/deeplearning/ref/confusionchart.html
  1 commentaire
Yusuke Kakinuma
Yusuke Kakinuma le 27 Déc 2021
ご回答ありがとうございます。
試してみます!”

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange

Produits


Version

R2021b

Community Treasure Hunt

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

Start Hunting!