Short-Term Forecasting COVID-19 Cases In Turkey Using Long Short-Term Memory Network
Selahattin Serdar Helli, \c{C}a\u{g}kan Dem\.irc\.i, Onur \c{C}oban, and Anda\c{c} Hamamci

TL;DR
This study evaluates LSTM networks for short-term COVID-19 case forecasting in Turkey, comparing its accuracy with traditional methods and finding that adding death data improves predictions, though Holt-Winters performs better overall.
Contribution
It demonstrates the effectiveness of LSTM networks in COVID-19 case forecasting and shows that incorporating death data enhances prediction accuracy.
Findings
LSTM achieves a mean absolute error of 1.69% for 15-day forecasts.
Adding death data reduces LSTM error to 0.99%.
Holt-Winters method outperforms LSTM in accuracy.
Abstract
COVID-19 has been one of the most severe diseases, causing a harsh pandemic all over the world, since December 2019. The aim of this study is to evaluate the value of Long Short-Term Memory (LSTM) Networks in forecasting the total number of COVID-19 cases in Turkey. The COVID-19 data for 30 days, between March 24 and April 23, 2020, are used to estimate the next fifteen days. The mean absolute error of the LSTM Network for 15 days estimation is 1,691.35%. Whereas, for the same data, the error of the Box-Jenkins method is 3.241.56%, Prophet method is 6.884.96% and Holt-Winters Additive method with Damped Trend is 0.470.28%. Additionally, when the number of deaths data is also provided with the number of total cases to the input of LSTM Network, the mean error reduces to 0.990.51%. Consequently, addition of the number of deaths data to the input, results a lower…
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
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
