Supervised Learning Flashcards

(10 cards)

1
Q

What is supervised learning?

A

Learns a mapping from inputs x = (x1,…,xd)^T ∈ X to outputs y ∈ Y given a training set of input-output pairs T = {(x1, y1),…,(xn, yn)} where d = dimensions and n = size of training set.

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

Can dimensions be different types?

A

Yes, dimensions can be of different times. Many assume numeric inputs but some accept ordinal, categorical or non-structured data types.

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

What is the hypothesis set?

A

The hypothesis set is the set of all possible functions that a machine learning approach can learn.

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

What is the aim of the learning algorithm?

A

The learning algorithm searches for the hypothesis g ∈ H that best appropriates f given T

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

What is the hypothesis formula?

A

h(x) = wTx + b

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

How do we account for noise?

A

By considering a distribution over the target function, input, final hypothesis and target.

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

What is the unknown target function distribution?

A

f : p(x|y)

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

What is the unknown input distribution?

A

p(x)

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

What is the final hypothesis distribution?

A

p(y|x)

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

What is the unknown target distribution?

A

p(y|x)

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