Machine Learning Principles

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/16

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

17 Terms

1
New cards

Unsupervised Learning

Model learns patterns from unlabelled data without explicit teaching signals (clustering)

2
New cards

Supervised learning

Learning from labelled data to predict outputs from inputs (regression, classification)

3
New cards

Regression

Supervised learning with continuous output

4
New cards

Classification

Supervised learning with discrete categories as output

5
New cards

Underfitting

Model is too simple to capture patterns in training data

6
New cards

Overfitting

Model is too complex, fitting noise in the training data

7
New cards

Model selection

Process of choosing the best model/hyperparameters for a given dataset, often using cross validation or validation data

8
New cards

Training dataset

Data used to fit model parameters

9
New cards

Validation dataset

Dataset used to tune hyperparameters and select the best model

10
New cards

Test dataset

separate dataset used to evaluate final model performance

11
New cards

Cross validation

Evaluates model performance by splitting data into multiple folds, training on some and validating on others

12
New cards

No free lunch theorem

No universally best model

13
New cards

Model parameters

Values learned by the model from the training data

14
New cards

Parametric model

Model defined by a fixed number of parameters, independent of dataset sizeN

15
New cards

Nonparametric mdoel

Model whose complexity can grow with the amount of data

16
New cards

Likelihood function

Function expressing the probability of observingt he data given a set of parameters

17
New cards

MLE

Estimates model parameters by maximising the likelihood function