필터 지우기
필터 지우기

Neural Network Confusion Matrix

조회 수: 4 (최근 30일)
Lucas Frank
Lucas Frank 2021년 11월 21일
답변: Philip Brown 2021년 11월 25일
Hi,
Confusion matrix looking bad in my process but it has good accuracy result. Error on test data is 0.171886. I tried to be careful for my data distribution is to be good. What do you think about the problem?
Thanks and Regards.

답변 (1개)

Philip Brown
Philip Brown 2021년 11월 25일
It looks like your network is just predicting all observations into class 5. If your test dataset is very unbalanced, so nearly everything is class 5, this could lead to OK test accuracy, but the model is functioning poorly. You may want to try some sort of alternative sampling of your unbalanced data, e.g. take multiple observations from classes 1-4 for every observation of class 5. See this MATLAB Answers post for a few links and ideas.

카테고리

Help CenterFile Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by