machine learning Flashcards

1
Q

What is machine learning?

A

study of computer algorithms that improve automatically through experience

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

What tasks are suitable for machine learning? (x3)

A

spam filtering
pattern recognition
data mining

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

conventional engineering design flow

A

acquisition of domain knowledge
(physics based mathematical model)
Algorithm development
(algorithm with performance guarantees)

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

machine learning design flow

A

acquisition of data
(training set)
hypothesis class > learning
(black box machine)

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

3 types of machine learning

A

supervised learning
unsupervised learning (clustering)
reinforcements learning

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

What is required for supervised learning?

A

input and output data are known

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

What is required for unsupervised learning?

A

input only is known

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

What is required for reinforcement learning?

A

input data and quality measure is known

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