Top "Libsvm" questions

LIBSVM is a library for Support Vector Machines

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 …

machine-learning svm libsvm
What is the relation between the number of Support Vectors and training data and classifiers performance?

I am using LibSVM to classify some documents. The documents seem to be a bit difficult to classify as the …

machine-learning classification svm libsvm
What is the difference between SVC and SVM in scikit-learn?

From the documentation scikit-learn implements SVC, NuSVC and LinearSVC which are classes capable of performing multi-class classification on a dataset. …

machine-learning scikit-learn libsvm
An example using python bindings for SVM library, LIBSVM

I am in dire need of a classification task example using LibSVM in python. I don't know how the Input …

python machine-learning svm libsvm
python csv2libsvm.py: AttributeError: '_csv.reader' object has no attribute 'next'

I want to convert a csv file into sparse format file with csv2libsvm.py (https://github.com/zygmuntz/phraug/…

python csv libsvm
How to Setup LIBSVM for Python

I built libsvm on Mac OS X with Make. $ tar xzfv libsvm-3.17.tar.gz $ cd libsvm-3.17 $ make This built the …

python svm libsvm
Multi-class classification in libsvm

I'm working with libsvm and I must implement the classification for multiclasses with one versus all. How can I do …

matlab machine-learning classification libsvm svm
How to use libsvm in Matlab?

I am new to matlab and don't know how to use libsvm. Is there any sample code for classifying some …

matlab kernel machine-learning svm libsvm
How to run libsvm in MATLAB?

How to get started with libsvm under MATLAB? I've downloaded the library, and extracted it in C:\Program Files\MATLAB\…

matlab svm libsvm
How to use SVM in Weka?

I'm trying to use the svm classifier in weka. When I click on the libsvm classifier and try to train …

java weka libsvm