Supervised vs Unsupervised Machine Learning Flashcards

1
Q

What is machine learning ?

A

Field of study that gives computer the ability to learn without being explicitly programmed

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

Supervised learning

A

X -> Y or input to output
Learns from being given “right answers”

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

Supervised learning types:

A

Regression
Classification

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

Classification

A

Classification predict categories
from a small set of possible outputs
“Is this a cat or dog?”

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

Regression

A

Predict a number from infinitely many possible outfits

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

Unsupervised learning

A

Find something interesting in unlabelled data.

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

Clustering

A

Groups similar data points together

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

Anomaly detection

A

Find unusual data points

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

Dimensionality reduction

A

Compress data using fewer numbers

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