-
Notifications
You must be signed in to change notification settings - Fork 0
SVM
Carolin Hainke edited this page Feb 25, 2018
·
5 revisions
- method for supervised classification, regression or outlier detection
- devides the classes by a gab as wide as possible (https://en.wikipedia.org/wiki/Support_vector_machine)
- linear and non-linear with kernel trick
pros:
- effective in high dimensional space
- kernels can be specified for decision functions
cons:
- SVMs do not directly provice probability (maybe use Platt scaling for this?)
Scikit has overview of support vector machine functions: http://scikit-learn.org/stable/modules/svm.html