cjqw / svm-test

an experiment using libsvm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

svm-test

This is my homework using libsvm in a k-class classification problem. I tried 3 kinds of decomposing method to decompose the k-class problem into several 2-class problem: one vs one, one vs rest and part vs part.

Grid search and cross validation are used to find the best parameters.

For more details, see my report.

About

an experiment using libsvm


Languages

Language:Python 86.3%Language:TeX 13.7%