Tut 1 Flashcards
Exemplar
A particular datapoint which is represented by a feature vector
Dataset
The collection of feature vectors for all exemplars
Generalisation
How well a model performs on new data
Overfitt8ng
Making the model so specific to the training data that it fails to generalise to new data
Decision theory
Methods of making decisions that reduce cost rather than misclassification rate
Linearly separable
Exemplars from 2 classes can be separated by a hyperplane in feature space
Grid search
A method of trying to find suitable le hyperparameters that searches all possible combinations of values within given ranges
Training data
The collection of exemplars used by the learning algorithm to tune parameters of a classifier
Define regression
A method that learns to predict a continuous value for each exemplar
F1 score
(2 × Recall × Precision)/(recall + precision)