Module 1 Flashcards

1
Q

Curse of dimensionality

A
  • increased computational complexity
  • data sparsity
  • overfitting
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Lazy learner

A
  • stores training example

- postponed generalising beyond these data until an explicit request is made

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

Eager Learner

A
  • uses the training examples

- constructs a general, explicit description of the target function

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

Bias-variance trade off

A

Low variance → high bias

High variance → low bias

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

Accuracy

A

correct predictions / # test instances

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

Baseline

A

Chance/random performance [lower bound]

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

Upper bound

A

The best case (usually comparison to human)

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