This project focuses on predicting customer churn for a bank's credit card users using an Artificial Neural Network (ANN). The model classifies whether a customer is likely to leave (churn) based on various behavioral and demographic features.
🔍 Highlights:
-
Built using TensorFlow and Keras
-
Includes data preprocessing, EDA, and feature scaling
-
Trained a binary classification ANN with relu activation
-
Evaluated using accuracy, loss curves, and confusion matrix
The dataset is available here..
https://www.kaggle.com/datasets/rjmanoj/credit-card-customer-churn-prediction/data
- Python
- TensorFlow & Keras
- Pandas & NumPy
- scikit-learn
- Matplotlib & Seaborn
You can run this project directly on Google Colab without setting up anything locally:
-
Clone the repository to your system:
git clone <repository-url>
Replace
<repository-url>with the actual link to this repo. -
Go to Google Colab
-
Click on File > Upload notebook
and upload the.ipynbfile from the cloned folder and run the file
