Support Vector Machine (Svm)

[!def] Equation of SVM
$$
\begin{align*}
wx_i - b \geq +1 \text{ if } y_i &= +1 \\ > wx_i - b \leq -1 \text{ if } y_i &= -1
\end{align*}
$$
In combination,
$$
y_i(wx_i - b) \geq 1
$$
Minimize Euclidian Norm $||w||$ subject to $y_i(wx_i - b) \geq 1$