averaging ROC curve for neural networks after some iterations

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

I don't understand. What differentiates one ROC curve from another that make the average meaningful?

댓글을 달려면 로그인하십시오.

 채택된 답변

Greg Heath
Greg Heath 2015년 10월 17일

0 개 추천

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

arash ebrahimi
arash ebrahimi 2015년 10월 17일
편집: arash ebrahimi 2015년 10월 17일
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,
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

댓글을 달려면 로그인하십시오.

카테고리

질문:

2015년 10월 16일

답변:

2016년 4월 22일

Community Treasure Hunt

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

Start Hunting!

Translated by