Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.