Presented By:-Manjot Singh Bilkhu (20135100) Shashank Bharadwaj (20135032) Shailendra Azad (20135159) Guided By: - Prof. V.K.Srivastava
Presented By:-Manjot Singh Bilkhu (20135100) Shashank Bharadwaj (20135032) Shailendra Azad (20135159) Guided By: - Prof. V.K.Srivastava
Guided By :-
Prof. V.K.Srivastava
Training Model
T T T
IMAGE Classifier 1 Classifier 2 Classifier 3 FACE
SUB-WINDOW
F F F
13
Sec. 15.1
15
Sec. 15.1
Geometric Margin
Distance from example to the separator is w T
x+b
r=y
w
Examples closest to the hyperplane are support vectors.
Margin ρ of the separator is the width of separation between support
vectors of classes. Derivation of finding r:
x ρ Dotted line x’−x is perpendicular to
decision boundary so parallel to w.
r Unit vector is w/|w|, so line is rw/|w|.
x′ x’ = x – yrw/|w|.
x’ satisfies wTx’+b = 0.
So wT(x –yrw/|w|) + b = 0
Recall that |w| = sqrt(wTw).
So wTx –yr|w| + b = 0
So, solving for r gives:
r = y(wTx + b)/|w|
w
16
Sec. 15.1
17
Sec. 15.1
wTxb + b = -1
Hyperplane
wT x + b = 0
This implies:
wT(xa–xb) = 2
ρ = ||xa–xb||2 = 2/||w||2
wT x + b = 0
18
Sec. 15.1