Learn Before
Concept
Maximal Margin Separator Problem
To restate our problem: Given a linear separable dataset , and linear decision boundary defined by normal, offset we would like to solve the following optimization problem with constraints:
This problem simplifies to
The nitty-gritty of this proof can be seen in this nodes source, though it might be worth writing out in full here. (#TODO Connect the linear algebra relation node to this node for explanation).
0
2
Updated 2020-02-25
Tags
Data Science