Classification Model Accuracy Using Classification Learner
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello, I am a beginner in machine learning.
I train the data using a classification learner and I choose the SVM with the highest accuracy.
Blind testing the generated model with new data does not yield the expected performance.
In the confusion matrix, the classification accuracy of a specific class is 90%, but it cannot be predicted even by 40% in a blind test.
Even though the classification model created for model validation predicted the same data as the data used for training, the accuracy did not match the classification table of errors.
What's the problem? please answer about my question. thankyou
댓글 수: 0
답변 (1개)
Drew
2022년 11월 14일
It sounds like the model is overfitting on the training data. Some techniques to avoid overfitting can be seen here: https://www.mathworks.com/campaigns/offers/common-machine-learning-challenges.html
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Classification Ensembles에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!