Neural Network Classification Results

조회 수: 1 (최근 30일)
Ejay Nsugbe
Ejay Nsugbe 2019년 7월 24일
답변: Greg Heath 2019년 7월 25일
Hi Guys,
Im training a NN using the matlab toolbox and I have selected the data partitioning to random data division.(i.e 70:15:15,Train:Val:Test).
When I look at the confusion matrix at the end of the process(attached), I notice its used more data for the classification process for one class compared to the other.
Can anyone advise why this could be happening?

답변 (2개)

awezmm
awezmm 2019년 7월 25일
Are you doing semantic segmentation or image classification?
The confusion matrix helps indicate differences in classifications between true positives, true negatives, false positives, false negatives. It does NOT indicate how much total data was used in training. Rather, it can show how well classification of specific classes is performing.
The details on the large plot in this page gives a better explanation: https://www.mathworks.com/help/deeplearning/ref/plotconfusion.html

Greg Heath
Greg Heath 2019년 7월 25일
The original class sizes are unequal.
Hope this helps
THANK YOU FOR FORMALLY ACEEPTING MY ANSWER
Greg

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by