Skip to content

Commit 5fea66b

Browse files
authored
Update README.md
1 parent 08fee5c commit 5fea66b

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

README.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,26 @@
1-
# Customer-Segmentation-Using-Clustering-Algorithms
2-
Customer Segmentation Using Unsupervised Machine Learning Algorithms
1+
# 🛒💳Customer Segmentation ![license](https://img.shields.io/github/license/alifrmf/Country-Profiling-Using-PCA-and-Clustering.svg) ![releases](https://img.shields.io/github/release/alifrmf/Country-Profiling-Using-PCA-and-Clustering.svg)
2+
3+
**Customer Segmentation Using Unsupervised Machine Learning Algorithms**
4+
5+
![Customer Segmentation (1)](https://user-images.githubusercontent.com/105715834/233505669-1b249cf7-075e-4655-9cc9-944ce0b9cbd1.gif)
6+
7+
**☀️What is Customer Segmentation?**
8+
9+
Customer segmentation is the practice of categorizing customers into distinct groups based on shared characteristics, enabling companies to target and tailor their marketing strategies to each group effectively. Customers are typically segmented based on their similarities in behavior, preferences, and purchasing habits.
10+
11+
**☀️Introduction:**
12+
13+
The main task of **Clustering** is to identify natural groups within an unlabeled dataset. This means that clustering is an **Unsupervised Machine Learning** task, which is important in many scientific, engineering, and business domains. Some well-known applications of clustering include:
14+
15+
- Customer segmentation for efficient marketing
16+
- Image segmentation for computer vision
17+
- Document clustering for information retrieval
18+
19+
**☀️Objective:**
20+
21+
This project demonstrates how to perform customer segmentation for a shopping mall using machine learning algorithms. This is an unsupervised clustering problem, and we will present and compare five popular clustering algorithms: **K-Means Clustering, Hierarchical Clustering, Gaussian Mixture Clustering, Mini-batch K-Means Clustering**, and **DBSCAN Clustering**. The main goal of this notebook is to cover the basics of clustering methods while also touching on some more advanced aspects.
22+
23+
![White and Blue Simple Monthly Budget Pie Chart](https://user-images.githubusercontent.com/105715834/233505817-18d55dee-2a30-43b7-aa69-b1c3fa59a329.gif)
24+
25+
26+

0 commit comments

Comments
 (0)