SLIDE 3 13
Support Vector Machines (SVM): Optimal Separation
17.10.2018
- The margin should be as large as possible.
- the best classifier is the one that goes through the
middle of the marginal area.
- We can through away other data and just use support
vectors for classification.
14
Support Vector Machines (SVM): The Math.
17.10.2018
𝑁𝑏𝑦𝑗𝑛𝑗𝑨𝑓 |𝑁| 𝑡. 𝑢. : 𝑢 𝐱. 𝐲 𝑐 1, 𝑗 1, … , 𝑜
15
Support Vector Machines (SVM):
Slack Variables for Non-Linearly Separable Problems:
17.10.2018
Support Vector Machines (SVM):
Slack Variables for Non-Linearly Separable Problems:
17.10.2018
Support Vector Machines (SVM): KERNELS
17.10.2018
- The trick is to modify the input features in some way, to be
able to linearly classify the data.
- The main idea is to replace the input feature, 𝐲, with some
function, 𝜚 𝐲 .
- The main challenge is to automate the algorithm to find the
proper function without a suitable knowledge domain.
18
Support Vector Machines (SVM): KERNELS
17.10.2018
- The trick is to modify the input features in some way, to be
able to linearly classify the data.
- The main idea is to replace the input feature, 𝐲, with some
function, 𝜚 𝐲 .
- The main challenge is to automate the algorithm to find the
proper function without a suitable knowledge domain.