KNN for image Classification

8 Ansichten (letzte 30 Tage)
kemi
kemi am 1 Okt. 2014
Kommentiert: Image Analyst am 10 Apr. 2023
Please how do I determine the best classifier methods for my data in order to generate the best confusion matrix. Also, How can I determine the training sets in KNN classification to be used for image classification. Thanks for your helps.

Akzeptierte Antwort

Image Analyst
Image Analyst am 1 Okt. 2014
See this page for a comparison of classification methods : http://www.mathworks.com/machine-learning/index.html
For training set, I'd pick images that span the entire range of what you ever expect to encounter, from typical case to real extreme cases (whatever that might be). If you don't train on data near the edges of your range, then the classifier might not be very good out there. You don't want to train on just images near the middle or typical/average images or else the classfication mgiht not be very good when you encounter an extreme case. There is nothing wrong with hand picking images to make sure you have a complete set of representative images that totally span the range.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by