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

ディープラーニング:10行でできる転移学習 ~画像分類タスクに挑戦~についての質問です。
カメラでの画像分類での推論精度(Accuracy)と適合率(Precision)、再現率(Recell)の表示方法を教えていただきたいです。

 Respuesta aceptada

Kenta
Kenta el 23 de Dic. de 2021

1 voto

混同行列の計算が上のドキュメンテーションなどで算出できるので、そのあとで、recall, precisionの計算式をコーディングするのが良いと思います。
こちら、私は試したことがないのですが、このファイルでも計算できそうです
https://jp.mathworks.com/help/deeplearning/ref/confusionchart.html

1 comentario

Yusuke Kakinuma
Yusuke Kakinuma el 27 de Dic. de 2021
ご回答ありがとうございます。
試してみます!”

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Productos

Versión

R2021b

Preguntada:

el 22 de Dic. de 2021

Comentada:

el 27 de Dic. de 2021

Community Treasure Hunt

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

Start Hunting!