Tut 1 Flashcards

1
Q

Exemplar

A

A particular datapoint which is represented by a feature vector

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

Dataset

A

The collection of feature vectors for all exemplars

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

Generalisation

A

How well a model performs on new data

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

Overfitt8ng

A

Making the model so specific to the training data that it fails to generalise to new data

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

Decision theory

A

Methods of making decisions that reduce cost rather than misclassification rate

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

Linearly separable

A

Exemplars from 2 classes can be separated by a hyperplane in feature space

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

Grid search

A

A method of trying to find suitable le hyperparameters that searches all possible combinations of values within given ranges

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

Training data

A

The collection of exemplars used by the learning algorithm to tune parameters of a classifier

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

Define regression

A

A method that learns to predict a continuous value for each exemplar

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

F1 score

A

(2 × Recall × Precision)/(recall + precision)

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