Tagged Questions
`libsvm` is a Library for Support Vector Machines
14
votes
7answers
5k views
Pointers to some good SVM Tutorial
I have been trying to grasp the basics of Support Vector Machines, and downloaded and read many online articles. But still am not able to grasp it.
I would like to know, if there are some
nice ...
8
votes
3answers
1k views
A few implementation details for a Support-Vector Machine (SVM)
In a particular application I was in need of machine learning (I know the things I studied in my undergraduate course). I used Support Vector Machines and got the problem solved. Its working fine.
...
7
votes
2answers
285 views
Help--100% accuracy with LibSVM?
Nominally a good problem to have, but I'm pretty sure it is because something funny is going on...
As context, I'm working on a problem in the facial expression/recognition space, so getting 100% ...
7
votes
5answers
2k views
An example using LibSVM in python
I am deeply in need of a classification task example using LibSVM in python. The most important thing is I don't know how the Inputs should looks like and which function is responsible for training ...
6
votes
4answers
793 views
Binarization in Natural Language Processing
Binarization is the act of transforming colorful features of of an entity into vectors of numbers, most often binary vectors, to make good examples for classifier algorithms.
If we where to binarize ...
5
votes
1answer
472 views
Is libsvm accurate?
With StompChicken's corrections (I miscomputed one dot product, ugh!) the answer appears to be yes. I have since tested the same problem using a precomputed kernel with the same correct results. If ...
5
votes
4answers
1k views
Know any good c++ support vector machine (SVM) libraries?
Do you know of any good c++ svm libraries out there ?
I tried libsvm (http://www.csie.ntu.edu.tw/~cjlin/libsvm/) but so far I'm not flabbergasted.
I have also heard of SVMLight and TinySVM. Have you ...
4
votes
1answer
163 views
How to extract info from scikits.learn classifier to then use in C code
I have trained a bunch of RBF SVMs using scikits.learn in Python and then Pickled the results. These are for image processing tasks and one thing I want to do for testing is run each classifier on ...
4
votes
1answer
342 views
SVM equations from e1071 R package?
I am interested in test the SVM performance to classify several individuals into four groups/classes. When using the svmtrain LibSVM function from MATLAB, I am able to get the three equations used to ...
4
votes
2answers
303 views
libsvm predict method confusion
I have a question about the svm_predict() method in libsvm.
The README has this quickstart example code:
>>> y, x = [1,-1], [{1:1, 3:1}, {1:-1,3:-1}]
>>> prob = svm_problem(y, x)
...
4
votes
6answers
562 views
Help me understand linear separability in a binary SVM
I'm cross-posting this from math.stackexchange.com because I'm not getting any feedback and it's a time-sensitive question for me.
My question pertains to linear separability with hyperplanes in a ...
4
votes
4answers
2k views
Precomputed Kernels with LibSVM in Python
I've been searching the net for ~3 hours but I couldn't find a solution yet. I want to give a precomputed kernel to libsvm and classify a dataset, but:
How can I generate a precomputed kernel? (for ...
3
votes
2answers
56 views
Accuracy of LibSVM decreases
After getting my testlabel and trainlabel, i implemented SVM on libsvm and i got an accuracy of 97.4359%. ( c= 1 and g = 0.00375)
model = svmtrain(TrainLabel, TrainVec, '-c 1 -g 0.00375');
...
3
votes
1answer
68 views
Which is a better method? libsvm or svmclassify?
I have been recently trying to use svm for feature classification. While i was doing so, a question came to my mind.
Which would be a better method to use? libsvm or svmclassify? what i mean by ...
3
votes
1answer
61 views
getting started with EC2 for compute-intensive (non-web) parallel application
I'm using LIBSVM for regression analysis. Works like a champ. But a 3-parameter grid search to optimize parameters for the model maxes out all four cores on my 2.66 GHz Intel box, and I still have ...
3
votes
2answers
305 views
Java-ML(LibSVM) How can I get the classes probabilities?
We are using Java-ML(LibSVM) in order to execute the SVM algorithm over a multi-class problem
Classifier clas = new LibSVM();
clas.buildClassifier(data);
Dataset ...
3
votes
1answer
384 views
Using LIBSVM to predict authenticity of the user
I am planning on using LibSVM to predict user authenticity in web applications.
(1) Collect Data on particular user behavior(eg. LogIn time, IP Address, Country etc.)
(2) Use Collected Data to train ...
3
votes
1answer
148 views
help organizing my data for this machine learning problem
I want to categorize tweets within a given set of categories like {'sports', 'entertainment', 'love'}, etc...
My idea is to take the term frequencies of the most commonly used words to help me solve ...
3
votes
2answers
759 views
R: predict.svm does not predict new data
unfortunately I have problems using predict() in the following simple example:
library(e1071)
x <- c(1:10)
y <- c(0,0,0,0,1,0,1,1,1,1)
test <- c(11:15)
mod <- svm(y ~ x, kernel = ...
3
votes
4answers
277 views
machine learning - svm feature fusion techique
for my final thesis i am trying to build up an 3d face recognition system by combining color and depth information. the first step i did, is to realign the data-head to an given model-head using the ...
3
votes
1answer
518 views
Can an SVM learn incrementally?
I am using a multi-dimensional SVM classifier (SVM.NET, a wrapper for libSVM) to classify a set of features.
Given an SVM model, is it possible to incorporate new training data without having to ...
3
votes
2answers
452 views
Calculating Nearest Match to Mean/Stddev Pair With LibSVM
I'm new to SVMs, and I'm trying to use the Python interface to libsvm to classify a sample containing a mean and stddev. However, I'm getting nonsensical results.
Is this task inappropriate for SVMs ...
2
votes
1answer
111 views
Multi-Class SVM( one versus all)
I know that LIBSVM only allows one-vs-one classification when it comes to multi-class SVM. However, I would like to tweak it a bit to perform one-against-all classification. I have tried to perform ...
2
votes
0answers
48 views
C parameter does not affect accuracy in libsvm
I am facing a weird situation while using libsvm and in particular its C# implementation svm.net. I perform a grid search in order to detect the best value for parameter C (I am using a linear ...
2
votes
1answer
324 views
using precomputed kernels with libsvm
I'm currently working on classifying images with different image-descriptors. Since they have their own metrics, I am using precomputed kernels. So given these NxN kernel-matrices (for a total of N ...
2
votes
1answer
117 views
Meaning of samples in Libsvm dataset format (Mnist in particular)
I downloaded Mnist dataset from Libsvm's dataset page: http://www.csie.ntu.edu.tw/~cjlin/libsvmtools/datasets/multiclass.html#mnist
All samples are like the following:
5 153:3 154:18 155:18 156:18 ...
2
votes
3answers
292 views
SVM - All my training data is getting selected as support Vectors :-(, why?
I am trying to use SVM for News article classification.
I created a table that contains the features(unique words found in the documents) as rows.
I created weight vectors mapping with these ...
2
votes
2answers
116 views
Libsvm python error
I'm trying to figure out what is the proper format of a python list to be given as input to a svm_problem function in python. I got the following program from the web, stackoverflow.
I have the ...
2
votes
2answers
463 views
LibSVM Input format
I want to represent a set of labelled instances (data) in a file to be fed in to LibSVM as training data. For the problem mentioned in this question. It will include,
Login date
Login time
...
2
votes
1answer
796 views
libsvm.cpp compile error MATLAB
I have downloaded the libsvm for MATLAB from official site
(I am using MATLAB 2010b)
But whenever I run the make file I get:
>> make
Error svm.cpp: 13 syntax error; found `<' expecting `;' ...
2
votes
1answer
315 views
help with LibSVM input data
I am using the LibSVM tool for my support vector classification implementation:-
The first line in my input data file looks as so:-
+1 15752:47 6279:45 475:40 5231:30 515:29 7529:28 11623:24 274:24 ...
2
votes
1answer
989 views
How to compute the probability of a multi-class prediction using libsvm?
I'm using libsvm and the documentation leads me to believe that there's a way to output the believed probability of an output classification's accuracy. Is this so? And if so, can anyone provide a ...
2
votes
3answers
827 views
SVM Visualization in MATLAB
How do I visualize the SVM classification once I perform SVM training in Matlab?
2
votes
2answers
446 views
Nominal Attributes in LibSVM
When creating a libsvm training file, how do you differentiate between a nominal attribute verses a numeric attribute? I'm trying to encode certain nominal attributes as integers, but I want to ensure ...
2
votes
3answers
771 views
training for classification using libsvm
I want to classify using libsvm. I have 9 training sets , each set has 144000 labelled instances , each instance having a variable number of features. It is taking about 12 hours to train one set ( ...
2
votes
3answers
109 views
libSVM automated labeller script
Is there any script that would transform a tab delimited data file into libSVM data format? For an example my unlabelled data:
-1 9.45 1.44 8.90
-1 8.12 7.11 8.90
-1 8.11 6.12 8.78
and I would ...
2
votes
5answers
2k views
How to do multi class classification using Support Vector Machines (SVM)
In every book and example always they show only binary classification (two classes) and new vector can belong to any one class.
Here the problem is I have 4 classes(c1, c2, c3, c4). I've training ...
2
votes
2answers
1k views
libsvm model file format
According to this FAQ the model format in libsvm should be straightforward. And in fact it is, when I call just svm-train. As an example, the first SV for the a1a dataset is
1 3:1 11:1 14:1 19:1 ...
1
vote
1answer
50 views
Retraining after Cross Validation with libsvm
I know that Cross validation is used for selecting good parameters. After finding them, i need to re-train the whole data without the -v option.
But the problem i face is that after i train with -v ...
1
vote
0answers
32 views
query over grid.py
Facing some problem with grid.py of libsvm. Tried implementing it, but gave syntax error.
Typed:
grid.py -svmtrain "c:\Users\HP\Documents\MATLAB\libsvm-3.11\windows\svmtrain.exe" -gnuplot ...
1
vote
0answers
16 views
How do I interpret an incorrect result?
I have been using libsvm. It produces some good results (95% on positives, 94% on negatives). When I examine the ones that it gets incorrect, however, I am confused about why it got them wrong. How ...
1
vote
1answer
37 views
How to implement ten-fold cross validation in LibSVM
I am already able to run the examples in the LibSVM package. Now i need to carry out the ten-fold cross validation(MATLAB) on a data set. How do i go about doing it?
1
vote
1answer
107 views
How to start SVM training on MATLAB
I have a set of facial features that i have obtained and would like to classify using SVM. I intend to use libsvm package and use MATLAB to carry out the training.I have already read up on SVM by ...
1
vote
1answer
77 views
LibSVM: -wi option (weight selection) during cross-validation and testing
I need help about the weight option of libSVM. I'm confused at some point; should we also use the -wi option while doing cross-validation? If so, should we use the calculated weights of the whole data ...
1
vote
2answers
82 views
Suppressing the output in libsvm (python)
I am using libsvm (svmutils) from python for a classification task. The classifier is exact. However, I am getting output like this:
*
optimization finished, #iter = 75
nu = 0.000021
obj = -0.024330, ...
1
vote
1answer
176 views
Tutorial for libsvm c++
I would like to know, if you have any code or tutorial for using LIBSVM.. I tried the site but I didn't find what I am looking for!
So, can you give me any written code in C++ for classifying ...
1
vote
0answers
86 views
LibSVM model interpretation
I need to classify some values between two classes.
I have about 30 values that I can use as a training set and each value has 10 different dimensions.
I am using libSVM (in Python) and it seems that ...
1
vote
1answer
661 views
OpenCV + HOG +SVM: help needed with SVM single feature vector
I try to implement a people detecting system based on SVM and HOG using OpenCV2.3. But I got stucked.
I came this far:
I can compute HOG values from an image database and then I calculate with LIBSVM ...
1
vote
2answers
180 views
bad result when using precomputed chi2 kernel with libsvm (matlab)
I am trying libsvm and I follow the example for training a svm on the heart_scale data which comes with the software. I want to use a chi2 kernel which I precompute myself. The classification rate on ...
1
vote
0answers
67 views
Strict class labels in SVM
I'm using one-vs-all to do a 21-class svm categorization. I want the label -1 to mean "not in this class" and the label 1 to mean "indeed in this class" for each of the 21 kernels. I've generated my ...