Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft AI-900 Exam - Topic 2 Question 102 Discussion

Actual exam question for Microsoft's AI-900 exam
Question #: 102
Topic #: 2
[All AI-900 Questions]

Which type of machine learning should you use to identify groups of people who have similar purchasing habits?

Show Suggested Answer Hide Answer
Suggested Answer: C

According to the Microsoft Azure AI Fundamentals (AI-900) official study guide and the Microsoft Learn module ''Describe features of common AI workloads'', clustering is a type of unsupervised machine learning used to group data points that share similar characteristics. In unsupervised learning, the data provided to the model does not have predefined labels or outcomes. Instead, the algorithm identifies inherent patterns or groupings within the dataset based on similarities in input features.

In this scenario, the task is to identify groups of people who have similar purchasing habits. There is no predefined label such as ''buyer type'' or ''purchase category.'' The goal is to discover hidden patterns---such as grouping customers by spending behavior, preferred products, or frequency of purchases. This is precisely what clustering algorithms are designed to do.

Clustering is commonly used in:

Customer segmentation for marketing analytics.

Market basket analysis to find associations in purchasing patterns.

Recommender systems to identify similar user profiles.

Anomaly detection when outliers deviate from natural clusters.

Typical algorithms for clustering include K-means, Hierarchical clustering, and DBSCAN. These models analyze multidimensional data to form clusters that maximize intra-group similarity and minimize inter-group similarity.

By contrast:

Classification (A) is a supervised learning method that predicts a categorical label (e.g., whether a customer will churn or not). It requires labeled training data.

Regression (B) is used to predict continuous numeric values (e.g., sales revenue, temperature).

Since the question focuses on discovering groups of similar customers without prior labels, the correct type of machine learning is Clustering.


Contribute your Thoughts:

0/2000 characters

Currently there are no comments in this discussion, be the first to comment!


Save Cancel