Customers Churn Prediction in Financial Institution Using Artificial Neural Network
Kamorudeen A. Amuda, Adesesan B. Adeyemo

TL;DR
This paper presents a neural network-based model for predicting customer churn in a Nigerian financial institution, eliminating manual feature engineering and achieving high accuracy comparable to commercial software.
Contribution
Developed a neural network model that automates feature selection for customer churn prediction, reducing manual effort and improving accuracy.
Findings
Achieved 97.53% accuracy with Python-based neural network.
Model performance comparable to Neuro Solution Infinity software.
ROC curve of 0.89 indicates strong predictive capability.
Abstract
In this study, a predictive model using Multi-layer Perceptron of Artificial Neural Network architecture was developed to predict customer churn in a financial institution. Previous researches have used supervised machine learning classifiers such as Logistic Regression, Decision Tree, Support Vector Machine, K-Nearest Neighbors, and Random Forest. These classifiers require human effort to perform feature engineering which leads to over-specified and incomplete feature selection. Therefore, this research developed a model to eliminate manual feature engineering in data preprocessing stage. Fifty thousand customers? data were extracted from the database of one of the leading financial institution in Nigeria for the study. The multi-layer perceptron model was built with python programming language and used two overfitting techniques (Dropout and L2 regularization). The implementation done…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCustomer churn and segmentation · Stock Market Forecasting Methods · Big Data and Business Intelligence
MethodsLogistic Regression
