Predicting the Stay Length of Patients in Hospitals using Convolutional Gated Recurrent Deep Learning Model
Mehdi Neshat, Michael Phipps, Chris A. Browne, Nicole T. Vargas,, Seyedali Mirjalili

TL;DR
This study introduces a hybrid deep learning model combining CNNs, GRU, and DNN to accurately predict hospital length of stay, outperforming existing models with an average accuracy of 89%, aiding resource management and healthcare planning.
Contribution
The paper presents a novel hybrid deep learning model that significantly improves hospital stay length prediction accuracy over traditional methods.
Findings
Achieved 89% average accuracy in LoS prediction
Outperformed LSTM, BiLSTM, GRU, and CNN models by up to 19%
Demonstrated the model's potential for healthcare resource optimization
Abstract
Predicting hospital length of stay (LoS) stands as a critical factor in shaping public health strategies. This data serves as a cornerstone for governments to discern trends, patterns, and avenues for enhancing healthcare delivery. In this study, we introduce a robust hybrid deep learning model, a combination of Multi-layer Convolutional (CNNs) deep learning, Gated Recurrent Units (GRU), and Dense neural networks, that outperforms 11 conventional and state-of-the-art Machine Learning (ML) and Deep Learning (DL) methodologies in accurately forecasting inpatient hospital stay duration. Our investigation delves into the implementation of this hybrid model, scrutinising variables like geographic indicators tied to caregiving institutions, demographic markers encompassing patient ethnicity, race, and age, as well as medical attributes such as the CCS diagnosis code, APR DRG code, illness…
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
MethodsTanh Activation · Bidirectional LSTM · Sigmoid Activation · Gated Recurrent Unit · Long Short-Term Memory
