Glossary ML Flashcards
K-nearest neighbour
Class predicition by majority vote
Overfitting
Modeling error due to too complex model
Weak learner
Classifier performing better than random guess
Latent variable
Variable inferred from other variables
Error backpropagation
Gradient following in a neural network/An approach to train artificial neural networks
Reward
Feedback from the environment
Variance of a classifier
Divergence of estimated prediction function
Fitness
Value used for the selection process
Support vector
Samples on the margin of the decision surface/Data point affecting the decision boundary
Negative sample
Training data which is not part of the concept being learned
k-means
Clustering method based on centroids
Normal distribution
Continous PDF defined by mean vector and covariance matrix
Posterior probability
Probability after observation/Conditional probability taking into account the evidence
The Lasso
An approach to regression that results in variable selection
Principal Component Analysis
An unsupervised method for dimensionality reduction