-1
votes
1answer
662 views

need quick example for opencv SVM [closed]

I need a quick sample for SVM in OpenCV. For example, I have two images (a.jpg,b.jpg), I need to train them and save this training data and compare another image (c.jpg) to them, and test if it is ...
1
vote
1answer
881 views

libsvm Shrinking Heuristics

I'm using libsvm in C-SVC mode with a polynomial kernel of degree 2 and I'm required to train multiple SVMs. During training, I am getting either one or even both of these warnings for some of the ...
1
vote
1answer
752 views

training libsvm for text classification(sentiment)

From following links I came with some idea. I want to ask whether I am doing it right or I am in the wrong way. If I am in the wrong way, please guide me. Links Using libsvm for text classification ...
0
votes
1answer
153 views

Binary SVM classifier failed with two classes: one is big, other one is small

I 'm trying to classify some pixels using a binary support vector machine. my training database is made of 28 data files and has two classes, number pixels of class1 is 16571 and number of pixels of ...
0
votes
2answers
2k views

Matlab SVM training for muliclasses dataset

I have a question about the SVM matlab toolbox 2009b! the question is: How I can train SVM classifier for classifying multi-classes datasets in Matlab toolbox 2009b? I just want to work with matlab ...
0
votes
0answers
222 views

SVM Lite training file format

I am a student pursuing Artificial Intelligence course and I need to use SVM Lite for binary classification. I formatted my training.dat file with following values. 1 1:317.5 2:489.923718552 3:15.3 ...