Skip to content

Customer Segmentation Using K-Means Clustering Algorithm.

License

Notifications You must be signed in to change notification settings

shie-ld/customer-segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

customer-segmentation

Customer Segmentation Using K-Means Clustering Algorithm to help businesses understand their target audience.
Explore the docs »

Report Bug · Request Feature

Table of Contents

About The Project

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.

Usage

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.

Documentation

Read the docs.

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Rudresh Dixit - dixitrdreshoffcial@gmail.com

About

Customer Segmentation Using K-Means Clustering Algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published