
Explanation:
Unsupervised Learning (Clustering) is the correct choice because:
No pre-existing labels: The problem states you want to group articles "without having topic labels." This is a classic unsupervised learning scenario where you don't have labeled training data.
Clustering purpose: Clustering algorithms automatically group similar data points together based on their features. In this case, the algorithm would analyze the content of news articles and group similar ones into topics.
Why not other options:
Real-world application: This is exactly what clustering algorithms like K-means, hierarchical clustering, or DBSCAN are designed for - discovering inherent groupings in unlabeled data.
Key takeaway: When you need to find patterns or groupings in data without any pre-existing labels, unsupervised learning (specifically clustering) is the appropriate machine learning approach.
Ultimate access to all questions.
No comments yet.
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