KNN for image Classification

8 ビュー (過去 30 日間)
kemi
kemi 2014 年 10 月 1 日
コメント済み: Image Analyst 2023 年 4 月 10 日
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.

採用された回答

Image Analyst
Image Analyst 2014 年 10 月 1 日
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.
  2 件のコメント
oscillator
oscillator 2023 年 4 月 10 日
Can someone rewrite the link? The page doesn't exist.

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by