Unsupervised learning Flashcards

1
Q

Q: What is the second most widely used form of machine learning after supervised learning?

A

A: Unsupervised learning.

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

Q: How does unsupervised learning differ from supervised learning?

A

A: In unsupervised learning, the data is not associated with any output labels (Y). The algorithm must find structure or patterns in the data on its own.

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

Q: What is a clustering algorithm in the context of unsupervised learning?

A

A: A type of unsupervised learning algorithm that groups data into different clusters based on patterns or similarities within the data.

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

Q: Give an example of how clustering algorithms are used in Google News.

A

A: Clustering algorithms group related news articles that mention similar words (like “panda,” “twin,” and “zoo”) into clusters of related stories.

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

Q: How does Google News use clustering algorithms without supervision?

A

A: The algorithm figures out on its own which words suggest that certain articles are in the same group, without any human intervention.

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

Q: What is another example of unsupervised learning applied to clustering genetic or DNA data?

A

A: By analyzing DNA microarray data, the algorithm can group individuals into different types based on genetic expression, such as Type 1, Type 2, and Type 3 individuals.

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

Q: Why is clustering genetic data considered unsupervised learning?

A

A: Because the algorithm is not given predefined labels or types, it must discover the structure and categorize individuals based on the data alone.

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

Q: How can clustering be applied to customer data in business?

A

A: Companies can use clustering to automatically group customers into different market segments to better understand and serve them efficiently.

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

Q: What is an example of market segmentation using clustering algorithms?

A

A: The DeepLearning.AI team used clustering algorithms to identify different groups in their community, such as those seeking knowledge, career advancement, or staying updated in their field.

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

Q: What does a clustering algorithm do with data without labels?

A

A: It tries to automatically group the data into clusters based on inherent patterns or similarities.

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

Q: Are there other types of unsupervised learning besides clustering?

A

A: Yes, there are other types of unsupervised learning algorithms beyond clustering.

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

Q: Why is unsupervised learning called “unsupervised”?

A

A: Because it does not involve providing the algorithm with labeled outputs to learn from; the algorithm must find patterns or structures in the data on its own.

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

Q: What does an unsupervised learning algorithm need to do without output labels?

A

A: It has to find some structure, pattern, or something interesting in the data.

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

Q: What is one type of unsupervised learning used for fraud detection?

A

A: Anomaly detection, which identifies unusual events or transactions.

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

Q: What is dimensionality reduction in unsupervised learning?

A

A: A technique that compresses a large dataset into a much smaller one while retaining as much information as possible.

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