How to plot a ROC curve for CNN?

22 ビュー (過去 30 日間)
Hardit Singh
Hardit Singh 2020 年 6 月 7 日
回答済み: Jalaj Gambhir 2020 年 6 月 10 日
I have trained a CNN in Matlab 2019b and I have a trainednet.mat file which has the trained CNN. I am able to classify images using the classify(net,im) function but I am unsure of how to generate a ROC curve. I have seen the perfcurve() function but I am unsure of how to get all the inputs the function needs. Any help would be appreciated.

回答 (1 件)

Jalaj Gambhir
Jalaj Gambhir 2020 年 6 月 10 日
Hi,
Have a look at the solution given in this post:
perfcurve requires 3 input arguements, the ground truth labels of each image, the predicted scores by classify function, and the class labels that is considered to be positive. Look at the example in the perfcurve documentation link shared above,
Hope this helps!

カテゴリ

Help Center および File ExchangeRecognition, Object Detection, and Semantic Segmentation についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by