averaging ROC curve for neural networks after some iterations

1 view (last 30 days)
How to average several ROC curves and their related AUC for Neural Network in Matlab (both vertical averaging and threshold averaging to plot ROC)? In fact, ROC curves belongs to different iterations of a loop. Regards,
  1 Comment
Greg Heath
Greg Heath on 17 Oct 2015
I don't understand. What differentiates one ROC curve from another that make the average meaningful?

Sign in to comment.

Accepted Answer

Greg Heath
Greg Heath on 17 Oct 2015
There is nothing meaningful in averaging ROC curves obtained from different stages in training.
Hope this helps.
Thank you for formally accepting my answer
Greg
  2 Comments
arash ebrahimi
arash ebrahimi on 17 Oct 2015
Edited: arash ebrahimi on 17 Oct 2015
Thanks for your answer, but according to the following article it seems it is meaningful to do so. Furthermore, the second link is the related code, probably, written in Python. However, I need the Matlab code.
https://ccrma.stanford.edu/workshops/mir2009/references/ROCintro.pdf
https://github.com/hgascon/PALMS/blob/master/roc.py
regards,
Greg Heath
Greg Heath on 18 Oct 2015
I think you misunderstood 2 significant points.
1. The averaging is not the averaging of the ROC curve for a single classifier in different stages of training.
2. JAVA as well as PYTHON code is available for download. Therefore, there may be a better chance for you to obtain a translation
Greg

Sign in to comment.

More Answers (1)

AJ Rivera
AJ Rivera on 22 Apr 2016

Community Treasure Hunt

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

Start Hunting!