Which classification is best
1 view (last 30 days)
Show older comments
I am working on Classification for set of data I have 52x10 values
When i used SVM FOR classification it classifies wrongly ,whereas knn gives accurate result,
my data consists of 2 groups
but i want to use SVM,only
please tell how to get exact classification using SVM
0 Comments
Accepted Answer
Shashank Prasanna
on 17 Jul 2013
Your mileage will vary based on the SVM options and the data itself. Exact results may not always mean accurate since you don't want to be over fitting.
You can start by playing around with different options such as choosing a different kernel among other parameters:
Also here are the different properties of different classifiers you may be interested in:
0 Comments
More Answers (0)
See Also
Categories
Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!