Week 8 Flashcards

1
Q

Relate SVMs to linear discriminant functions and to NNs

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Goal of SVMs (2 class classification)

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How to design optimal SVM

A

Design optimal hyper plane

Only optimal if:
No errors/no misclassification
Distance/margin between nearest support vectors and separating plane is maximal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Setup linear svm linearly separable 2 class case

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Optimal margin for linear svm linearly separable case

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Linear SVMs linearly separable case - constrained optimisation problem

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Linear SVMs - separable case
Dual problem reduces to

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Summary of SVM (linearly separable case)

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Linear SVMs - non separable case

Categories of input samples

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Linear SVMs - non separable case

Constrained optimisation problem

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Linear SVMs - non separable case
Primal problem
Dual problem

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Linear SVMs - non separable case
Dual problem reduces to

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Linear SVMs - non separable case
Summary

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Non Linear SVMs -
Setup

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Mercer’s theorem

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Non Linear SVMs -
Why kernel functions

A

Original feature space is mapped to a higher dimensional space

17
Q

Approaches combining SVMs

A

1 against 1
1 against all
Binary decision tree
Binary coded

18
Q

1 against 1 - multi class SVMs

19
Q

1 against All - multi class SVMs

20
Q

Binary decision tree - multi class SVMs

21
Q

Binary coded - multi class SVMs