Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shaileegavnekar/customer_churn_prediction_using_artificial_neural_networks
This project implements an Artificial Neural Network (ANN) using TensorFlow to predict customer churn based on bank customer data. It includes data preprocessing, model training, and evaluation, achieving strong accuracy in churn prediction.
https://github.com/shaileegavnekar/customer_churn_prediction_using_artificial_neural_networks
Last synced: 5 days ago
JSON representation
This project implements an Artificial Neural Network (ANN) using TensorFlow to predict customer churn based on bank customer data. It includes data preprocessing, model training, and evaluation, achieving strong accuracy in churn prediction.
- Host: GitHub
- URL: https://github.com/shaileegavnekar/customer_churn_prediction_using_artificial_neural_networks
- Owner: ShaileeGavnekar
- Created: 2024-09-11T21:14:21.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T22:41:00.000Z (2 months ago)
- Last Synced: 2024-09-13T09:54:06.960Z (2 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project builds an Artificial Neural Network (ANN) using TensorFlow to predict bank customer churn. The dataset includes features like geography, credit score, age, and salary. Key steps involve encoding categorical data, splitting the dataset, and scaling features. The ANN has two hidden layers and is trained over 100 epochs, with model performance evaluated through a confusion matrix and test set predictions.