Customer Segmentation Using K-Means Clustering Algorithm to help businesses understand their target audience.
Explore the docs »
Report Bug
·
Request Feature
Customer segmentation is important for businesses to understand their target audience. Different advertisements can be curated and sent to different audience segments based on their demographic profile, interests, and affluence level.
There are many unsupervised machine learning algorithms that can help companies identify their user base and create consumer segments.
In this project, we will be looking at a popular unsupervised learning technique called K-Means clustering. This algorithm can take in unlabelled customer data and assign each data point to clusters.
The goal of K-Means is to group all the data available into non-overlapping sub-groups that are distinct from each other.
That means each sub-group/cluster will consist of features that distinguish them from other clusters.
Just run this Jupyter Notebook hosted on Google Colab to see how the project is working. Else you can download Anaconda distribution on your system (Jupyter Notebook comes with it builtin) and run the notebook locally and you are good to go.
Read the docs.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Rudresh Dixit - [email protected]