roc and auc plotting in cnn

3 visualizaciones (últimos 30 días)
Methil Muley
Methil Muley el 5 de Oct. de 2020
Respondida: Vidip el 8 de Abr. de 2024
How To Plot ROC and AUC while dealing with CNN ? please give me sample code

Respuestas (1)

Vidip
Vidip el 8 de Abr. de 2024
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-

Categorías

Más información sobre Deep Learning Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by