SVM: Support Vector Machine
Intro
can represent non-linear functions
efficient
SVM got to mainstream because of its exceptional performance in Handwritten Digit Recognition
Find the maximum margin (best hyperplane) to get the best decision boundary
*How to choose the BEST decision boundary
*Optimization
*Non-linearly Separable Problems (2D)
*Non-linear SVM