You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
: A bank with millions of customers noticed an unusual churn rates and wants to uderstand what is causing the problem and get insights.They gave out a dataset which includes a sample of 10,000 customers who either left or stayed during a period of six months.
The goal is to create a Geographic segmentation model using Artficial Neural Networks that is able to predict which customers are at highest risk of leaving the bank.
.
Libraries used:
Keras
Tesnserflow
Scikit Learn
Pandas
numpy
Installing keras and Tensorflow with Anaconda installed:
pip install keras
pip install Tensorflow
conda update --all
About
ANN Geographic Segmentation Model for the purpose of predicting which customers are at highest risk of leaving the bank.