Related Experiment Video
Updated: Oct 15, 2025

04:17
DNA Virus Detection System Based on RPA-CRISPR/Cas12a-SPM and Deep Learning
Published on: May 10, 2024
971
Time series predicting of COVID-19 based on deep learning
Madini O Alassafi1, Mutasem Jarrah1, Reem Alotaibi1
1Faculty of Computing and Information Technology, King Abdulaziz University, Jeddah, Saudi Arabia.
Summary
Deep learning models accurately predicted COVID-19 spread in Malaysia, Morocco, and Saudi Arabia. Long Short-Term Memory (LSTM) networks achieved 98.58% precision, outperforming Recurrent Neural Networks (RNNs).
Area of Science:
- Epidemiology
- Computational Biology
- Data Science
Background:
- The COVID-19 pandemic, declared by WHO in March 2020, prompted extensive research into outbreak prediction.
- Time-series variables are recognized as key factors influencing the spread of infectious diseases like influenza and SARS.
- Accurate forecasting models are crucial for public health response and resource allocation during pandemics.
Purpose of the Study:
- To develop and assess deep learning models for predicting COVID-19 outbreak trajectories in Malaysia, Morocco, and Saudi Arabia.
- To compare the predictive performance of Recurrent Neural Networks (RNNs) and Long Short-Term Memory (LSTM) networks for COVID-19 case numbers.
- To forecast confirmed COVID-19 cases and deaths for a seven-day period based on available data.
Main Methods:
- Utilized public datasets from the European Centre for Disease Prevention and Control.
- Applied deep learning models, specifically RNN and LSTM networks, for outbreak prediction.
- Assessed key features influencing COVID-19 trends and compared case and death numbers across the three countries.
Main Results:
- LSTM models demonstrated a high precision accuracy of 98.58% in predicting COVID-19 cases.
- RNN models achieved a precision accuracy of 93.45%.
- The study successfully predicted confirmed COVID-19 cases and fatalities for a subsequent seven-day period.
Conclusions:
- Deep learning, particularly LSTM networks, offers a highly accurate approach for predicting COVID-19 spread and impact.
- The developed models provide valuable insights for public health planning and intervention strategies in affected regions.
- Accurate short-term forecasting aids in managing resources and mitigating the effects of the pandemic.
Related Concept Videos
Steps in Outbreak Investigation
253
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:
253
Prediction Intervals
2.5K
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.
2.5K
End Point Prediction: Gran Plot
710
A Gran plot is used to predict the equivalence volume or endpoint of a potentiometric or acid-base titration without reaching the endpoint. Typically, titration data is collected as a function of the titrant's volume up to a point less than the equivalence volume and then transformed into a linear format. The straight line is extended to the x-axis, indicating the necessary titrant volume to achieve the equivalence point.
For potentiometric titration, the Gran plot is created by plotting...
For potentiometric titration, the Gran plot is created by plotting...
710
Residuals and Least-Squares Property
8.1K
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.1K
