In OpenCV, there is a CvSVM class which takes in a matrix of samples to train the SVM. The matrix is 2D, with the samples in the rows.
hi every 开发者_StackOverflow中文版one i m doing POS tagging using SVM tool but i dont understand how to construct feature vector from training corpus.Can someone help me about this matter.A feature v
I am using svmtrain to discriminate between several pairs of data. Although svmtrain works as desired in one case (outputting a classifier object with ~70 % accuracy开发者_开发知识库 as verified by sv
I\'d like to do SVM classificati开发者_JAVA技巧on with association rules as features(to detect malwares), is it possible? or is there some publications on this topic?Here are some articles that might
I\'d like to write a spam filter program with SVM and I choose libsvm as the tool. I got 1000 good mails and 1000 spam mails, then I classify them into:
I am absolutely new to SVM or any of these classification techniques. Now i was learning how to use SVM-multiclass to classify data, and I am confused:
So, i\'m trying to understand how the SVM algorithm works but i just cannot figure out how you transform some datasets in points of n-dimensional plane that would have a mathematical meaning in order
I have a homework to classify multi-class images with Support V开发者_如何学Cector Machines. I am not allowed to use any toolbox, I have to write SVM code by my self. I have to implement it in MATLAB.
My BE final year project is about sign language recognition. I\'m terribly confused in ch开发者_如何学Gooosing the right classification technique for patterns seen in the video of signs generated by a
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.