ディープラーニング:10行でできる転移学習 ~画像分類タスクに挑戦~について
조회 수: 4(최근 30일)
표시 이전 댓글
ディープラーニング:10行でできる転移学習 ~画像分類タスクに挑戦~についての質問です。
カメラでの画像分類での推論精度(Accuracy)と適合率(Precision)、再現率(Recell)の表示方法を教えていただきたいです。
댓글 수: 0
채택된 답변
Kenta
2021년 12월 23일
混同行列の計算が上のドキュメンテーションなどで算出できるので、そのあとで、recall, precisionの計算式をコーディングするのが良いと思います。
こちら、私は試したことがないのですが、このファイルでも計算できそうです
https://jp.mathworks.com/help/deeplearning/ref/confusionchart.html
추가 답변(0개)
참고 항목
범주
Find more on イメージを使用した深層学習 in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!