Hybrid Loan Default Prediction System Using Machine Learning and Deep Neural Network (DNN)
by Jonathan Chidubem Godson
Published: July 15, 2026 • DOI: 10.51584/IJRIAS.2026.11060242
Abstract
Accurate loan default prediction is crucial for managing credit risk. Traditional models struggle with class imbalance, where defaults are rare. This study creates a hybrid system combining machine learning with Deep Neural Networks, using Adaptive Synthetic Sampling (ADASYN) to effectively address this imbalance. The research utilized a comprehensive dataset of 255,347 loan records with 18 predictive features, including borrower demographics, financial attributes, and loan characteristics. The study employed rigorous exploratory data analysis, four models were systematically evaluated: Logistic Regression, Random Forest, XGBoost, and the proposed Hybrid ML-DNN system with ADASYN integration. The study's methodology involved preprocessing data, applying ADASYN to handle class imbalance, and creating a hybrid model. This combines interpretable traditional ML with powerful deep neural networks to better predict complex, non-linear patterns in loan defaults. Traditional baseline models (Logistic Regression, Random Forest, XGBoost) achieved misleadingly high overall accuracies (88%+) but failed catastrophically at default detection, with recall rates between 0% and 8% for the minority class. These models essentially learned to predict all loans as "good," rendering them operationally ineffective for risk assessment. In stark contrast, the Hybrid ML-DNN model with ADASYN achieved a 52% recall rate for defaults a more than six-fold improvement over the best baseline model while maintaining a 79.83% overall accuracy and 0.7571 ROC AUC score. The model successfully identified 3,074 actual defaults out of 5,931 total defaults in the test set, compared to baseline models that identified fewer than 500 defaults. However, this improvement came with a precision trade-off of 29% for the default class, resulting in 7,442 false positives, highlighting the inherent business decision between risk mitigation and customer acquisition. The study proves ADASYN is essential for effective loan default prediction, not just an enhancement. It provides a robust, transparent AI framework for financial institutions, enabling improved risk assessment and promoting more stable and responsible lending practices