
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
You are analyzing a large collection of news articles and want to group them into topics automatically — without having topic labels. Which method should you use?
A
Supervised Learning
B
Reinforcement Learning
C
Unsupervised Learning (Clustering)
D
Transfer Learning
Explanation:
Unsupervised Learning (Clustering) is the correct choice because:
No labeled data available: The problem states "without having topic labels," which means there are no pre-defined categories or labels for the news articles.
Clustering purpose: Clustering algorithms are specifically designed to group similar data points together based on their features without any prior knowledge of categories.
Common use case: Topic modeling and document clustering are classic applications of unsupervised learning where documents are grouped based on word frequency, TF-IDF scores, or embeddings.
Why other options are incorrect:
Common clustering algorithms that could be used for this task include:
The key distinction is that unsupervised learning discovers patterns and structures in data without any guidance from labeled examples.