SVM Multiclass text classification -


i want classfy news data set , training data classified iptc subject code(hierarchical classification). in project should use svm .

i have done of feature extraction ,stemming,removing stop word ...

i have file format required svm multiclass :

which like:

category  feature:value feature:value feature:value 

i don't know how should use svmmulticlass

i have hearde 1 -against-all ,i dont know is

please tell me whrere can find tutorial ,or how use it

regards

one -against-all, technique train svm's in multi-label classification , example u have "n" class label : u create "n" svm , train each 1 on 1 class +ve label , others -ve labels .

this 1 -against-all mean . u can visit , use there multi-class svm

http://svmlight.joachims.org/svm_multiclass.html


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -