Confusion matrix neural network
이전 댓글 표시
Hello,
The confusion matrix for my NN for classification is below. I'm struggling to understand the numbers. I know the overall correctly classified data is 81.5%.
I would be grateful if somebody had the time to answer a couple of questions.
If I take the 1st row as an example.
What does 22.2% represent?
What does 4 and 14.8% represent?
What does 60.0% (in green) represent?
What does the bottom grey row represent for example 85.7%?
Thanks for your help

채택된 답변
추가 답변 (1개)
Is there any way to display this values in workspace? I got 10 classes and I cannot read them from the diagram because they overlap.
댓글 수: 1
Vikas
2016년 3월 10일
[c,cm,ind,per] = confusion(targets,outputs)
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!