ディープラーニング:10行でできる転移学習 ~画像分類タスクに挑戦~について
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Yusuke Kakinuma
am 22 Dez. 2021
Kommentiert: Yusuke Kakinuma
am 27 Dez. 2021
ディープラーニング:10行でできる転移学習 ~画像分類タスクに挑戦~についての質問です。
カメラでの画像分類での推論精度(Accuracy)と適合率(Precision)、再現率(Recell)の表示方法を教えていただきたいです。
0 Kommentare
Akzeptierte Antwort
Kenta
am 23 Dez. 2021
混同行列の計算が上のドキュメンテーションなどで算出できるので、そのあとで、recall, precisionの計算式をコーディングするのが良いと思います。
こちら、私は試したことがないのですが、このファイルでも計算できそうです
https://jp.mathworks.com/help/deeplearning/ref/confusionchart.html
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu イメージを使用した深層学習 finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!