Week 11 Introduction to Multivariate Analysis Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

what assess the performance of a multi-variate classifier

A

type 1 and 2 errors

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

what are the 3 types of learning

A

machine
supervised
unsupervised

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

define machine learning

A

the automatic determination of the possible decision boundaries of a classifier

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

define supervised learning

A

usage of a training dataset for which the true classification is know

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

define unsupervised learning

A

performs classification without being instructed which characteristics to pick out

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

what happens when training a multi-variate classifier

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

how does the number of degrees of freedom alter a classifier

A

increasing the number of degrees of freedom of a classifier leads to a smaller bias but a larger variance

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

what are the 4 multi-variate classification techniques

A

likelihood
k-nearest neighbour
artificial neural network
boosted decision trees

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

what does the k-nearest neighbour approach do

A

automatically scales the size of the volume that is investigated with the density of entries

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

what does the artificial neural network approach do

A

uses a combination of an arbitrary number of functions to pick out features in the dataset

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

what is the artificial neural network equation

A

y(x) = ω0 + Σ[ωm*hm(x)]

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

what are boosted decision trees

A

basically probability tree diagrams

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