Learn Before
Concept

Dual Formulation

When we beginning to kernelize the SVM, we have just got to do some calculus. When solving the soft-margin optimization problem we rely on something called a Lagrangian. Watch the despicably helpful khan academy video cited, take a look at the proof, convince yourself of it, then accept the new, dual formulation for the soft margin problem:

\sum_{i,j=1}^n\alpha_i\alpha_jy^iy^j\vec{x}^i\cdot\vec{x}^j + \sum_{i=1}^n\alpha_i$$ $$\text{subject to } \alpha_i \geq 0 \ \ \forall i \\ \text{ and } \sum_{i=1}^n\alpha_iy^i = 0$$
Image 0

0

2

Updated 2020-03-04

Tags

Data Science

Related