paper-with-me

홈 › Papers

COVID-19 growth prediction using multivariate long short term memory

2020-05-10 · Novanto Yudistira

Coronavirus disease (COVID-19) spread forecasting is an important task to track the growth of the pandemic. Existing predictions are merely based on qualitative analyses and mathematical modeling. The use of available big data with machine learning is still limited in COVID-19 growth prediction even though the availability of data is abundance. To make use of big data in the prediction using deep learning, we use long short-term memory (LSTM) method to learn the correlation of COVID-19 growth over time. The structure of an LSTM layer is searched heuristically until the best validation score is achieved. First, we trained training data containing confirmed cases from around the globe. We achieved favorable performance compared with that of the recurrent neural network (RNN) method with a comparable low validation error. The evaluation is conducted based on graph visualization and root mean squared error (RMSE). We found that it is not easy to achieve the same quantity of confirmed cases over time. However, LSTM provide a similar pattern between the actual cases and prediction. In the future, our proposed prediction can be used for anticipating forthcoming pandemics. The code is provided here: https://github.com/cbasemaster/lstmcorona

📄 PDF Abstract BibTeX arXiv:2005.04809

Code (1)

cbasemaster/lstmcorona 공식 구현 pytorch

Tasks

Prediction

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Delhi air quality prediction using LSTM deep learning models with a focus on COVID-19 lockdown

2021-02-21 · Animesh Tiwari, Rishabh Gupta, Rohitash Chandra

Air pollution has a wide range of implications on agriculture, economy, road accidents, and health. In this paper, we use novel deep learning methods for short-term (multi-step-ahead) air-quality prediction in selected p…

DecoderTime SeriesTime Series Analysis

Review of deep learning models for crypto price prediction: implementation and evaluation

2024-05-19 · Jingyang Wu, Xinyi Zhang, Fangyixuan Huang, Haochen Zhou 외

There has been much interest in accurate cryptocurrency price forecast models by investors and researchers. Deep Learning models are prominent machine learning techniques that have transformed various fields and have sho…

Deep LearningStock Price Prediction

DeepCOVIDNet: An Interpretable Deep Learning Model for Predictive Surveillance of COVID-19 Using Heterogeneous Features and their Interactions

2020-07-31 · Ankit Ramchandani, Chao Fan, Ali Mostafavi

In this paper, we propose a deep learning model to forecast the range of increase in COVID-19 infected cases in future days and we present a novel method to compute equidimensional representations of multivariate time se…

Time SeriesTime Series Analysis

Deep Transformer Model with Pre-Layer Normalization for COVID-19 Growth Prediction

2022-07-10 · Rizki Ramadhan Fitra, Novanto Yudistira, Wayan Firdaus Mahmudy

Coronavirus disease or COVID-19 is an infectious disease caused by the SARS-CoV-2 virus. The first confirmed case caused by this virus was found at the end of December 2019 in Wuhan City, China. This case then spread thr…

Time SeriesTime Series Analysis

Optimal Lockdown Management using Short Term COVID-19 Prediction Model

2022-03-07 · Shuvrangshu Jana, Debasish Ghose

This paper proposes optimal lockdown management policies based on short-term prediction of active COVID-19 confirmed cases to ensure the availability of critical medical resources. The optimal time to start the lockdown …

Management