An open API service indexing awesome lists of open source software.

https://github.com/arunesh-tiwari/bank_customer_segmentation


https://github.com/arunesh-tiwari/bank_customer_segmentation

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Bank_Customer_Segmentation
1. Leverage the power of machine learning to transform marketing departments and perform customer segmentation

2. Applied Python libraries to import and visualize dataset images.

3. Ttheory and intuition behind k-means clustering machine learning algorithm.

4. Obtained the optimal number of clusters using the elbow method.

5. Applied Scikit-Learn library to find the optimal number of clusters using elbow method.

6. Applied k-means in Scikit-Learn to perform customer segmentation.

7. Theory and intuition behind Principal Component Analysis (PCA) algorithm.

8. Applied Principal Component Analysis (PCA) technique to perform dimensionality reduction and data visualization.

9. Compiled unsupervised machine learning models such as PCA and K-Means to training data.