Classifcation Flashcards

1
Q

Kernel Trick

A

decision boundary can be linear in high-dimensional space & non-linear in the input space

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

K-Fold Cross Validation

A
  1. Create K folds of the data
  2. for each fold, use k as the test set and the other folds as the trainings sets.
  3. The error is the average of the seperate estimates.
    This is good for small datasets.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Leave-one-out cross validation

A

Like K-Fold but K=dataset size.

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

SVM

A
  • Robust to choice of kernel function
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Random Forests

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