Glossary ML Flashcards

1
Q

K-nearest neighbour

A

Class predicition by majority vote

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

Overfitting

A

Modeling error due to too complex model

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

Weak learner

A

Classifier performing better than random guess

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

Latent variable

A

Variable inferred from other variables

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

Error backpropagation

A

Gradient following in a neural network/An approach to train artificial neural networks

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

Reward

A

Feedback from the environment

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

Variance of a classifier

A

Divergence of estimated prediction function

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

Fitness

A

Value used for the selection process

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

Support vector

A

Samples on the margin of the decision surface/Data point affecting the decision boundary

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

Negative sample

A

Training data which is not part of the concept being learned

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

k-means

A

Clustering method based on centroids

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

Normal distribution

A

Continous PDF defined by mean vector and covariance matrix

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

Posterior probability

A

Probability after observation/Conditional probability taking into account the evidence

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

The Lasso

A

An approach to regression that results in variable selection

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

Principal Component Analysis

A

An unsupervised method for dimensionality reduction

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

Perceptron learning

A

Error driven method to compute weights in a single layer neural network/Method to find seperating hyperplanes

17
Q

Categorical distribution

A

Distribution of discrete stochastic variables

18
Q

Subspace

A

A space spanned by a set of linearly independent vectors

19
Q

Dropout

A

A method of regularization used in deep neural networks/An approach to train artificial neural networks

20
Q

EM-algorithm

A

An approach to iteratively fitting model parameters with latent variable

21
Q

Variance

A

Measure of spread of a random variable

22
Q

Random Forests

A

Ensemble of decision trees

23
Q

RANSAC

A

Robust method to fit a model to data with outliers

24
Q

Curse of dimensionality

A

Issues in data sparsity

25
Q

Gini impurity

A

A definition of predictability

26
Q

Expectation Maximization

A

Algorithm to learn with latent variables

27
Q

Projection length

A

Similarity measure in subspace method

28
Q

k-fold cross validation

A

A technique for assessing a model while exploiting available data for training and testing

29
Q

Fisher’s criterion

A

An approach to find useful dimension for classification

30
Q

Occam’s razor

A

A principle to choose the simplest explanation

31
Q

Bagging

A

Bootstrap aggregating

32
Q

A priori probalitiy

A

Probability before observation

33
Q

Dimension of a subspace

A

The number of base vectors