Machine Learning A-Z: Part 3 – Classification (SVM Intuitioin)

Support Vector Machine (SVM)

classification: how to classify added new data point.

Maximum Margin: a margin which has maximized space between support vectors.
Support Vectors: vectors which decides the maximum margin.

Maximum Margin Hyperplane (Maximum Margin Classifier)
Positive Hyperplane
Negative Hyperplane

Implementation

Python

R

ページトップへ