Top "Svm" questions

Support vector machines (SVMs) are a set of related supervised learning methods that analyze data and recognize patterns, used for classification and regression analysis.

How to use Gabor filters for feature extraction from image?

I want to apply Gabor filter for feature extraction from image then on the trained data I will be applying …

python image image-processing svm gabor-filter
How to run easy.py of libsvm in window?

I am new to the libsvm and sorry for some silly questions. I am trying to run easy.py but …

windows svm libsvm
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 …

machine-learning libsvm svm
Getting deprecation warning in Sklearn over 1d array, despite not having a 1D array

I am trying to use SKLearn to run an SVM model. I am just trying it out now with some …

python scikit-learn svm
How to perform 10 fold cross validation with LibSVM in R?

I know that in MatLab this is really easy ('-v 10'). But I need to do it in R. I …

r machine-learning svm libsvm cross-validation
Is F1 micro the same as Accuracy?

I have tried many examples with F1 micro and Accuracy in scikit-learn and in all of them, I see that …

machine-learning scikit-learn svm
Support vector machine in Python using libsvm example of features

I have scraped a lot of ebay titles like this one: Apple iPhone 5 White 16GB Dual-Core and I have manually …

python machine-learning svm libsvm
Advantages of SVM over decion trees and AdaBoost algorithm

I am working on binary classification of data and I want to know the advantages and disadvantages of using Support …

machine-learning classification svm decision-tree adaboost
Scikit-learn grid search with SVM regression

I am learning cross validation-grid search and came across this youtube playlist and the tutorial also has been uploaded to …

python scikit-learn svm
How do I do use non-integer string labels with SVM from scikit-learn? Python

Scikit-learn has fairly user-friendly python modules for machine learning. I am trying to train an SVM tagger for Natural Language …

python nlp svm scikit-learn pos-tagger