Functional margin

4th November 2016 at 2:43pm

A nconcept in Supervised learning

Intuition of functional margin

Definition of functional margin of hyperplane (where y(i){1,1}y^{(i)} \in \{-1, 1\}, remember) wrt to data point;

def of functional margin wrt to entire training set, is just the minimum of the functional margin over all data points. We need a normalization.

The formula is

γ(i)=y(i)[(ωω)Tx(i)+bω]\gamma^{(i)} = y^{(i)}[(\frac{\omega}{||\omega||})^T x^{(i)} + \frac{b}{||\omega||}]

It is very similar to Geometric margin