필터 지우기
필터 지우기

roc and auc plotting in cnn

조회 수: 8 (최근 30일)
Methil Muley
Methil Muley 2020년 10월 5일
답변: Vidip 2024년 4월 8일
How To Plot ROC and AUC while dealing with CNN ? please give me sample code

답변 (1개)

Vidip
Vidip 2024년 4월 8일
To plot the Receiver Operating Characteristic (ROC) curve and compute the Area Under the Curve (AUC) for a Convolutional Neural Network (CNN) model in MATLAB, you typically need the predicted scores (probabilities) from your model and the true labels of your test data.
In MATLAB you can use ‘plotroc’ function to plot the receiver operating characteristic for each output class and to get the area under the ROC curve while you train a deep neural network, you can use ‘aucMetric’ function. For more information regarding these functions, you can refer to the below documentation links-

카테고리

Help CenterFile Exchange에서 ROC - AUC에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by