Related Experiment Video
Updated: Dec 10, 2025

04:17
DNA Virus Detection System Based on RPA-CRISPR/Cas12a-SPM and Deep Learning
Published on: May 10, 2024
1.3K
Time series forecasting of Covid-19 using deep learning models: India-USA comparative case study
Sourabh Shastri1, Kuljeet Singh1, Sachin Kumar1
1Department of Computer Science & IT, University of Jammu, Jammu & Kashmir, India.
Summary
This study forecasts COVID-19 cases using deep learning models. Convolutional LSTM demonstrated superior accuracy in predicting future trends for India and USA, aiding mitigation efforts.
Area of Science:
- Epidemiology
- Data Science
- Public Health
Background:
- COVID-19's global impact necessitates accurate forecasting for mitigation.
- Understanding transmission dynamics is crucial for controlling the pandemic.
Purpose of the Study:
- To predict future COVID-19 conditions using deep learning.
- To compare the performance of different recurrent neural network variants for forecasting.
Main Methods:
- Comparative analysis of deep learning models including Stacked LSTM, Bi-directional LSTM, and Convolutional LSTM.
- Forecasting confirmed and death cases of COVID-19 for India and USA one month ahead.
- Utilizing datasets of confirmed and death cases for model training and validation.
Main Results:
- Convolutional LSTM achieved higher accuracy and lower error rates compared to Stacked LSTM and Bi-directional LSTM.
- The model successfully forecasted upward/downward trends in COVID-19 cases for both countries.
- Graphical visualization of forecasted trends aids in understanding disease progression.
Conclusions:
- Deep learning, specifically Convolutional LSTM, offers a robust approach for COVID-19 case prediction.
- Accurate forecasting can significantly assist researchers and policymakers in managing the pandemic.
- The findings support data-driven strategies to mitigate mortality and morbidity.
Related Concept Videos
Steps in Outbreak Investigation
401
In the ever-evolving field of public health, statistical analysis serves as a cornerstone for understanding and managing disease outbreaks. By leveraging various statistical tools, health professionals can predict potential outbreaks, analyze ongoing situations, and devise effective responses to mitigate impact. For that to happen, there are a few possible stages of the analysis:
401
Statistical Methods for Analyzing Epidemiological Data
780
Epidemiological data primarily involves information on specific populations' occurrence, distribution, and determinants of health and diseases. This data is crucial for understanding disease patterns and impacts, aiding public health decision-making and disease prevention strategies. The analysis of epidemiological data employs various statistical methods to interpret health-related data effectively. Here are some commonly used methods:
780
Prediction Intervals
3.0K
The interval estimate of any variable is known as the prediction interval. It helps decide if a point estimate is dependable.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
3.0K
Residuals and Least-Squares Property
8.7K
The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
8.7K
