Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Steps in Outbreak Investigation01:18

Steps in Outbreak Investigation

395
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:
395

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Hepatitis E virus infection among raw pork products, pig feces, and human cases in Shandong Province, China: A prospective cross-sectional molecular study.

International journal of food microbiology·2026
Same author

C1q-mediated synapse loss by microglial phagocytosis is associated with postoperative neurocognitive disorder in mice.

British journal of anaesthesia·2026
Same author

Green and efficient ultrasound-assisted supramolecular solvent extraction of Plantago asiatica L.: Process optimization, mechanism, and hypouricemic efficacy.

Ultrasonics sonochemistry·2026
Same author

ε-Polylysine/Sodium Alginate Bilayer-Modified Nanoliposomes Enhancing the Stability and In Vitro Bioavailability of Epigallocatechin Gallate.

Foods (Basel, Switzerland)·2026
Same author

Integrated Transcriptomic and Metabolomic Analysis Reveals Molecular Signatures Associated with Natural Degeneration of <i>Puccinia striiformis</i> f. sp. <i>tritici</i>.

Current issues in molecular biology·2026
Same author

Targeting neuroinflammation and PVN<sup>CRH</sup> neurons: dexmedetomidine liposomes for perioperative neurocognitive disorder with comorbid anxiety.

Materials today. Bio·2026
Same journal

Thymidylate synthase inhibitory drugs induce p53-dependent pathways differently.

PloS one·2026
Same journal

Top-down and bottom-up attention for joint pattern classification and reconstruction.

PloS one·2026
Same journal

Short- and long-term scaling behavior of blood pressure and pulse arrival time during sleep in healthy controls and patients with obstructive sleep apnea.

PloS one·2026
Same journal

Double DQN-based secrecy energy efficiency and fairness performance in IRS-assisted NOMA systems with friendly jamming.

PloS one·2026
Same journal

10 recommendations for strengthening citizen science for improved societal and ecological outcomes: A co-produced analysis of challenges and opportunities in the 21st century.

PloS one·2026
Same journal

Paying in public: Peer effects, impression management, and willingness to pay on digital payment platforms.

PloS one·2026
See all related articles

Related Experiment Video

Updated: Dec 8, 2025

Predicting Treatment Response to Image-Guided Therapies Using Machine Learning: An Example for Trans-Arterial Treatment of Hepatocellular Carcinoma
04:09

Predicting Treatment Response to Image-Guided Therapies Using Machine Learning: An Example for Trans-Arterial Treatment of Hepatocellular Carcinoma

Published on: October 10, 2018

8.6K

Prediction of hepatitis E using machine learning models.

Yanhui Guo1, Yi Feng2,3, Fuli Qu1

  • 1School of Data and Computer Science, Shandong Women's Unversity, Jinan, Shandong, China.

Plos One
|September 17, 2020
PubMed
Summary
This summary is machine-generated.

Long short-term memory (LSTM) neural networks outperform autoregressive integrated moving average (ARIMA) and support vector machine (SVM) models for predicting Hepatitis E incidence. LSTM demonstrated superior accuracy across all evaluated metrics, making it the most suitable model.

More Related Videos

A Cell Culture Model for Producing High Titer Hepatitis E Virus Stocks
10:28

A Cell Culture Model for Producing High Titer Hepatitis E Virus Stocks

Published on: June 26, 2020

10.2K
Author Spotlight: Advancements and Challenges in Hepatitis B Virus Detection
04:11

Author Spotlight: Advancements and Challenges in Hepatitis B Virus Detection

Published on: December 15, 2023

4.3K

Related Experiment Videos

Last Updated: Dec 8, 2025

Predicting Treatment Response to Image-Guided Therapies Using Machine Learning: An Example for Trans-Arterial Treatment of Hepatocellular Carcinoma
04:09

Predicting Treatment Response to Image-Guided Therapies Using Machine Learning: An Example for Trans-Arterial Treatment of Hepatocellular Carcinoma

Published on: October 10, 2018

8.6K
A Cell Culture Model for Producing High Titer Hepatitis E Virus Stocks
10:28

A Cell Culture Model for Producing High Titer Hepatitis E Virus Stocks

Published on: June 26, 2020

10.2K
Author Spotlight: Advancements and Challenges in Hepatitis B Virus Detection
04:11

Author Spotlight: Advancements and Challenges in Hepatitis B Virus Detection

Published on: December 15, 2023

4.3K

Area of Science:

  • Epidemiology and Public Health
  • Computational Biology and Bioinformatics
  • Machine Learning in Healthcare

Background:

  • Infectious disease prediction is crucial for public health interventions.
  • Hepatitis E poses a significant public health challenge, necessitating accurate forecasting models.
  • Model performance for disease prediction varies across different data series.

Purpose of the Study:

  • To compare the predictive performance of three distinct models for Hepatitis E.
  • To determine the most appropriate model for forecasting Hepatitis E incidence and case numbers.
  • To evaluate Autoregressive Integrated Moving Average (ARIMA), Support Vector Machine (SVM), and Long Short-Term Memory (LSTM) recurrent neural networks.

Main Methods:

  • Implemented ARIMA using Python's statsmodels library.
  • Utilized MATLAB's libSVM library for Support Vector Machine (SVM) modeling.
  • Developed a Long Short-Term Memory (LSTM) recurrent neural network using Keras, incorporating dropout and regularization to mitigate overfitting.
  • Trained and validated models using monthly Hepatitis E incidence and case data from Shandong province, China (January 2005 - December 2017).
  • Evaluated model performance using Root Mean Square Error (RMSE), Mean Absolute Percentage Error (MAPE), and Mean Absolute Error (MAE).

Main Results:

  • Nonlinear models (SVM, LSTM) generally outperformed the linear ARIMA model.
  • LSTM achieved the lowest RMSE (0.01 for incidence, 11.75 for cases) and MAPE (15.08% for incidence, 13.6% for cases).
  • LSTM also yielded the lowest MAE (0.011 for incidence, 9.984 for cases), indicating superior predictive accuracy.

Conclusions:

  • Long Short-Term Memory (LSTM) recurrent neural networks demonstrate the highest suitability for predicting Hepatitis E incidence and case numbers.
  • The findings highlight the advantage of nonlinear, deep learning approaches over traditional statistical methods for this specific epidemiological forecasting task.
  • LSTM's ability to capture complex temporal dependencies makes it a powerful tool for infectious disease surveillance and prediction.