MATLAB: Specificity and sensitivity of ANN

annartificial neural networkconfusion matrixdigital image processingimage processingsensitivityspecificity

Hi. I have used ANN to train a dataset and now i want to find its specificity and sensitivity. Are these two things the same as True negative rate and true positive rate which i have found from my confusion matrix? What other parameters can I use to show the performance of a classifier? Thanks. Have a nice day.

Best Answer

You have it correct according to the discussion in Sensitivity and specificity. Those are likely the best to assess a binary classifier performance, the ROC curve (the perfcurve function in the Statistics Toolbox) being an extension of that.