CT-AI · Question #1
Which ONE of the following options BEST DESCRIBES clustering?
The correct answer is C. Clustering is done without prior knowledge of output classes. Clustering is a type of machine learning technique used to group similar data points into clusters. It is a key concept in unsupervised learning, where the algorithm tries to find patterns or groupings in data without prior knowledge of output classes. In clustering, the…
Question
Which ONE of the following options BEST DESCRIBES clustering?
Options
- AClustering is classification of a continuous quantity.
- BClustering is supervised learning.
- CClustering is done without prior knowledge of output classes.
- DClustering requires you to know the classes.
How the community answered
(31 responses)- A10% (3)
- B3% (1)
- C84% (26)
- D3% (1)
Explanation
Clustering is a type of machine learning technique used to group similar data points into clusters. It is a key concept in unsupervised learning, where the algorithm tries to find patterns or groupings in data without prior knowledge of output classes. In clustering, the algorithm groups data points into clusters without any prior knowledge of the classes. It discovers the inherent structure in the data.
Topics
Community Discussion
No community discussion yet for this question.