Top "Libsvm" questions

LIBSVM is a library for Support Vector Machines

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 …

matlab machine-learning libsvm svm
libsvm java implementation

I am trying to use the java bindings for libsvm: http://www.csie.ntu.edu.tw/~cjlin/libsvm/ I have …

java svm libsvm
10 fold cross-validation in one-against-all SVM (using LibSVM)

I want to do a 10-fold cross-validation in my one-against-all support vector machine classification in MATLAB. I tried to somehow …

matlab machine-learning classification svm libsvm
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 …

matlab machine-learning classification svm libsvm
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/~…

c++ machine-learning classification svm libsvm
How to perform multi-class classification using 'svm' of e1071 package in R

I want to perform multi-class classification using the svm function of e1071 package. But from what I came to know …

r classification svm libsvm
How to prepare data into a LibSVM format from DataFrame?

I want to make libsvm format, so I made dataframe to the desired format, but I do not know how …

apache-spark apache-spark-sql apache-spark-mllib libsvm apache-spark-ml
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 …

algorithm machine-learning svm libsvm
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 <- …

r svm libsvm predict
Matlab libsvm - how to find the w coefficients

How can find what the vector w is, i.e. the perpendicular to the separation plane?

matlab svm libsvm