Week 11 Introduction to Multivariate Analysis Flashcards
what assess the performance of a multi-variate classifier
type 1 and 2 errors
what are the 3 types of learning
machine
supervised
unsupervised
define machine learning
the automatic determination of the possible decision boundaries of a classifier
define supervised learning
usage of a training dataset for which the true classification is know
define unsupervised learning
performs classification without being instructed which characteristics to pick out
what happens when training a multi-variate classifier
the configuration of the algorithm determines the number of degrees of freedom and through these the ability of the classifier to pick out small scale features of the training dataset
how does the number of degrees of freedom alter a classifier
increasing the number of degrees of freedom of a classifier leads to a smaller bias but a larger variance
what are the 4 multi-variate classification techniques
likelihood
k-nearest neighbour
artificial neural network
boosted decision trees
what does the k-nearest neighbour approach do
automatically scales the size of the volume that is investigated with the density of entries
what does the artificial neural network approach do
uses a combination of an arbitrary number of functions to pick out features in the dataset
what is the artificial neural network equation
y(x) = ω0 + Σ[ωm*hm(x)]
what are boosted decision trees
basically probability tree diagrams