Comparative Analysis of LSTM Neural Networks and Traditional Machine Learning Models for Predicting Diabetes Patient Readmission
Abolfazl Zarghani

TL;DR
This study compares LSTM neural networks with traditional machine learning models for predicting diabetes patient readmission, highlighting the importance of model interpretability and data preprocessing in healthcare predictions.
Contribution
It introduces an in-house LSTM model for readmission prediction and compares its performance with traditional models using SHAP for interpretability.
Findings
LightGBM outperformed other traditional models
LSTM suffered from overfitting despite high training accuracy
SHAP values identified key factors influencing readmission
Abstract
Diabetes mellitus is a chronic metabolic disorder that has emerged as one of the major health problems worldwide due to its high prevalence and serious complications, which are pricey to manage. Effective management requires good glycemic control and regular follow-up in the clinic; however, non-adherence to scheduled follow-ups is very common. This study uses the Diabetes 130-US Hospitals dataset for analysis and prediction of readmission patients by various traditional machine learning models, such as XGBoost, LightGBM, CatBoost, Decision Tree, and Random Forest, and also uses an in-house LSTM neural network for comparison. The quality of the data was assured by preprocessing it, and the performance evaluation for all these models was based on accuracy, precision, recall, and F1-score. LightGBM turned out to be the best traditional model, while XGBoost was the runner-up. The LSTM…
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
TopicsArtificial Intelligence in Healthcare · Machine Learning in Healthcare
MethodsSigmoid Activation · Tanh Activation · Shapley Additive Explanations · Long Short-Term Memory
