Classical Unsupervised Machine Learning Flashcards

1
Q

What is Unsupervised Learning?

A

A method of machine learning where a model is fit to observations and provides no a priori output.

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

What is a cluster?

A

A collection of objects which are similar in some way.

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

What are the outputs of a clustering session?

A

Instance Assignment, Cluster Statistics

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

What are the possible cluster statistics?

A

Centroids: the centre of each cluster

Size: number of instance that belong to each cluster

Variations: The variance or standard Deviation that belong to each cluster

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

What is a cluster centre?

A

It is a single data point that manages to best describe a collection of objects

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

What are two ways of measuring cluster variations?

A

Within: How compact or tight a cluster is

Between: distances between different clusters

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

What are three applications of K-means clustering?

A

Data Clustering, Missing Value Imputation, Image Segmentation.

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