Enhancing Uncertain Demand Prediction in Hospitals Using Simple and Advanced Machine Learning
Annie Hu, Samuel Stockman, Xun Wu, Richard Wood, Bangdong Zhi, Oliver, Y. Ch\'en

TL;DR
This paper compares simple linear and advanced LSTM neural network models for predicting hospital patient demand, demonstrating that machine learning can accurately forecast demand several days in advance, aiding resource planning.
Contribution
It introduces and evaluates two machine learning models for hospital demand prediction, highlighting their effectiveness and interpretability compared to traditional methods.
Findings
Both models effectively capture hourly demand variations.
LSTM achieves lower prediction errors due to modeling weekly trends.
Prediction accuracy is around 4 patients three days ahead.
Abstract
Early and timely prediction of patient care demand not only affects effective resource allocation but also influences clinical decision-making as well as patient experience. Accurately predicting patient care demand, however, is a ubiquitous challenge for hospitals across the world due, in part, to the demand's time-varying temporal variability, and, in part, to the difficulty in modelling trends in advance. To address this issue, here, we develop two methods, a relatively simple time-vary linear model, and a more advanced neural network model. The former forecasts patient arrivals hourly over a week based on factors such as day of the week and previous 7-day arrival patterns. The latter leverages a long short-term memory (LSTM) model, capturing non-linear relationships between past data and a three-day forecasting window. We evaluate the predictive capabilities of the two proposed…
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
TopicsHealthcare Operations and Scheduling Optimization · Forecasting Techniques and Applications · Artificial Intelligence in Healthcare
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
