Accelerate Literature Icon
Want to do a literature review? Try our new Literature Review workflow

Integrating Genetic Algorithms with LSTM for Improved Public Transportation Passenger Forecasting in Thailand

  • Abstract
  • Literature Map
  • Similar Papers
Abstract
Translate article icon Translate Article Star icon

Abstract This study presents a novel forecasting framework that integrates Genetic Algorithms (GA) with Long Short-Term Memory (LSTM) networks to enhance the prediction accuracy of passenger volumes in Thailand's public transportation systems. The unique contribution of this research lies in leveraging GA for automatic hyperparameter optimization of LSTM models, improving performance over conventional methods. The dataset comprises weekly aggregated passenger counts from road and rail modes between January 2020 and August 2023. The proposed GA-enhanced LSTM model (LSTM+GA) is evaluated using four metrics: Mean Absolute Error (MAE), Root Mean Square Error (RMSE), Mean Absolute Percentage Error (MAPE), and Median Absolute Percentage Error (MdAPE). Results demonstrate that LSTM+GA outperforms baseline models including Autoregressive Integrated Moving Average (ARIMA), Facebook Prophet (FBProphet), and standard LSTM, achieving a MAPE of 4.04 for road and 5.86 for rail datasets. These findings suggest that the proposed model offers a practical and scalable tool for transport planners and public agencies seeking to optimize forecasting strategies and decision-making.

Similar Papers
  • Research Article
  • Cite Count Icon 362
  • 10.1016/j.energy.2020.119708
Well production forecasting based on ARIMA-LSTM model considering manual operations
  • Dec 24, 2020
  • Energy
  • Dongyan Fan + 5 more

Well production forecasting based on ARIMA-LSTM model considering manual operations

  • Research Article
  • 10.3389/fdata.2025.1666962
Application and comparison of ARIMA, LSTM, and ARIMA-LSTM models for predicting foodborne diseases in Liaoning Province.
  • Nov 12, 2025
  • Frontiers in big data
  • Xiaoxiao Du + 6 more

To compare the application of the ARIMA model, the Long Short-Term Memory (LSTM) model and the ARIMA-LSTM model in forecasting foodborne disease incidence. Monthly case data of foodborne diseases in Liaoning Province from January 2015 to December 2023 were used to construct ARIMA, LSTM, and ARIMA-LSTM models. These three models were then applied to forecast the monthly incidence of foodborne diseases in 2024, and their predictions were compared with those of a baseline model. Model performance was evaluated by comparing the predicted and observed values using root mean square error (RMSE), mean absolute error (MAE), and mean absolute percentage error (MAPE), allowing identification of the optimal model. The best-performing model was subsequently employed to predict the monthly incidence for 2025. The ARIMA-LSTM model was identified as the optimal model. Specifically, the ARIMA (2,0,0) (0,1,1)12 model produced RMSE = 300.03, MAE = 187.11, and MAPE = 16.38%, while the LSTM model yielded RMSE = 408.71, MAE = 226.03, and MAPE = 17.21%. In contrast, the ARIMA-LSTM model achieved RMSE = 0.44, MAE = 0.44, and MAPE = 0.08%, representing a dramatic improvement over the baseline model (RMSE = 204.17, MAE = 146.75, MAPE = 15.62%), with reductions of 99.5%, 99.7%, and 99.4% in RMSE, MAE, and MAPE, respectively. Based on the ARIMA-LSTM model, the predicted monthly cases of foodborne diseases for 2025 are: 214.62 (Jan), 260.84 (Feb), 462.92 (Mar), 590.92 (Apr), 800.88 (May), 965.11 (Jun), 2410.36 (Jul), 2651.36 (Aug), 1711.15 (Sep), 941.22 (Oct), 628.21 (Nov), and 465.05 (Dec). The ARIMA-LSTM model is considered the optimal model for predicting foodborne disease incidence in Liaoning Province in 2025.

  • PDF Download Icon
  • Research Article
  • Cite Count Icon 25
  • 10.1186/s12879-022-07462-8
A multivariate multi-step LSTM forecasting model for tuberculosis incidence with model explanation in Liaoning Province, China
  • May 23, 2022
  • BMC Infectious Diseases
  • Enbin Yang + 5 more

BackgroundTuberculosis (TB) is the respiratory infectious disease with the highest incidence in China. We aim to design a series of forecasting models and find the factors that affect the incidence of TB, thereby improving the accuracy of the incidence prediction.ResultsIn this paper, we developed a new interpretable prediction system based on the multivariate multi-step Long Short-Term Memory (LSTM) model and SHapley Additive exPlanation (SHAP) method. Four accuracy measures are introduced into the system: Root Mean Square Error, Mean Absolute Error, Mean Absolute Percentage Error, and symmetric Mean Absolute Percentage Error. The Autoregressive Integrated Moving Average (ARIMA) model and seasonal ARIMA model are established. The multi-step ARIMA–LSTM model is proposed for the first time to examine the performance of each model in the short, medium, and long term, respectively. Compared with the ARIMA model, each error of the multivariate 2-step LSTM model is reduced by 12.92%, 15.94%, 15.97%, and 14.81% in the short term. The 3-step ARIMA–LSTM model achieved excellent performance, with each error decreased to 15.19%, 33.14%, 36.79%, and 29.76% in the medium and long term. We provide the local and global explanation of the multivariate single-step LSTM model in the field of incidence prediction, pioneering.ConclusionsThe multivariate 2-step LSTM model is suitable for short-term prediction and obtained a similar performance as previous studies. The 3-step ARIMA–LSTM model is appropriate for medium-to-long-term prediction and outperforms these models. The SHAP results indicate that the five most crucial features are maximum temperature, average relative humidity, local financial budget, monthly sunshine percentage, and sunshine hours.

  • Research Article
  • Cite Count Icon 18
  • 10.3390/pr10112454
Model Forecasting Development for Dengue Fever Incidence in Surabaya City Using Time Series Analysis
  • Nov 19, 2022
  • Processes
  • Mahmod Othman + 4 more

Dengue hemorrhagic fever (DHF) is one of the most widespread and deadly diseases in several parts of Indonesia. An accurate forecast-based model is required to reduce the incidence rate of this disease. Time-series methods such as autoregressive integrated moving average (ARIMA) models are used in epidemiology as statistical tools to study and forecast DHF and other infectious diseases. The present study attempted to forecast the monthly confirmed DHF cases via a time-series approach. The ARIMA, seasonal ARIMA (SARIMA), and long short-term memory (LSTM) models were compared to select the most accurate forecasting method for the deadly disease. The data were obtained from the Surabaya Health Office covering January 2014 to December 2016. The data were partitioned into the training and testing sets. The best forecasting model was selected based on the lowest values of accuracy metrics such as the root mean square error (RMSE), mean absolute error (MAE), and mean absolute percentage error (MAPE). The findings demonstrated that the SARIMA (2,1,1) (1,0,0) model was able to forecast the DHF outbreaks in Surabaya City compared to the ARIMA (2,1,1) and LSTM models. We further forecasted the DHF cases for 12 month horizons starting from January 2017 to December 2017 using the SARIMA (2,1,1) (1,0,0), ARIMA (2,1,1), and LSTM models. The results revealed that the SARIMA (2,1,1) (1,0,0) model outperformed the ARIMA (2,1,1) and LSTM models based on the goodness-of-fit measure. The results showed significant seasonal outbreaks of DHF, particularly from March to September. The highest cases observed in May suggested a significant seasonal correlation between DHF and air temperature. This research is the first attempt to analyze the time-series model for DHF cases in Surabaya City and forecast future outbreaks. The findings could help policymakers and public health specialists develop efficient public health strategies to detect and control the disease, especially in the early phases of outbreaks.

  • Research Article
  • Cite Count Icon 1
  • 10.7717/peerj-cs.2048
A cosine adaptive particle swarm optimization based long-short term memory method for urban green area prediction
  • May 28, 2024
  • PeerJ Computer Science
  • Hao Tian + 3 more

In the quest for sustainable urban development, precise quantification of urban green space is paramount. This research delineates the implementation of a Cosine Adaptive Particle Swarm Optimization Long Short-Term Memory (CAPSO-LSTM) model, utilizing a comprehensive dataset from Beijing (1998–2021) to train and test the model. The CAPSO-LSTM model, which integrates a cosine adaptive mechanism into particle swarm optimization, advances the optimization of long short-term memory (LSTM) network hyperparameters. Comparative analyses are conducted against conventional LSTM and Partical Swarm Optimization (PSO)-LSTM frameworks, employing mean absolute error (MAE), root mean square error (RMSE), and mean absolute percentage error (MAPE) as evaluative benchmarks. The findings indicate that the CAPSO-LSTM model exhibits a substantial improvement in prediction accuracy over the LSTM model, manifesting as a 66.33% decrease in MAE, a 73.78% decrease in RMSE, and a 57.14% decrease in MAPE. Similarly, when compared to the PSO-LSTM model, the CAPSO-LSTM model demonstrates a 58.36% decrease in MAE, a 65.39% decrease in RMSE, and a 50% decrease in MAPE. These results underscore the efficacy of the CAPSO-LSTM model in enhancing urban green space area prediction, suggesting its significant potential for aiding urban planning and environmental policy formulation.

  • PDF Download Icon
  • Research Article
  • Cite Count Icon 84
  • 10.3390/buildings12030302
Compressive Strength Prediction of High-Strength Concrete Using Long Short-Term Memory and Machine Learning Algorithms
  • Mar 4, 2022
  • Buildings
  • Honggen Chen + 5 more

Compressive strength is an important mechanical property of high-strength concrete (HSC), but testing methods are usually uneconomical, time-consuming, and labor-intensive. To this end, in this paper, a long short-term memory (LSTM) model was proposed to predict the HSC compressive strength using 324 data sets with five input independent variables, namely water, cement, fine aggregate, coarse aggregate, and superplasticizer. The prediction results were compared with those of the conventional support vector regression (SVR) model using four metrics, root mean square error (RMSE), mean absolute error (MAE), mean absolute percentage error (MAPE), and correlation coefficient (R2). The results showed that the prediction accuracy and reliability of LSTM were higher with R2 = 0.997, RMSE = 0.508, MAE = 0.08, and MAPE = 0.653 compared to the evaluation metrics R2 = 0.973, RMSE = 1.595, MAE = 0.312, MAPE = 2.469 of the SVR model. The LSTM model is recommended for the pre-estimation of HSC compressive strength under a given mix ratio before the laboratory compression test. Additionally, the Shapley additive explanations (SHAP)-based approach was performed to analyze the relative importance and contribution of the input variables to the output compressive strength.

  • PDF Download Icon
  • Research Article
  • Cite Count Icon 2
  • 10.17485/ijst/v15i29.730
Forecasting of Total Column Ozone using Regression Analysis and LSTM-RNN Machine Learning Approach
  • Aug 5, 2022
  • Indian Journal Of Science And Technology
  • T M Anu + 1 more

<h2>Abstract</h2> <p><strong>Objectives:</strong> Atmospheric Ozone plays an important role in global climate change, human health and environmental conditions. Accurate and timely prediction of variation in Total Column Ozone (TCO) concentration is very important for both climatology and environment. In this context, the present study aims to utilize the advancement of Artificial Intelligence in Machine learning and a conventional method to develop models for the prediction of TCO concentration using historical time series data over a tropical region, India. <strong>Methods:</strong> Long Short-Term Memory (LSTM) deep learning networks are very useful in classifying, processing and making predictions based on time series data. In this work, Multiple Linear Regression (MLR) model, Long Short-Term Memory (LSTM) models are developed for forecasting TCO over a tropical region. The Statistical Parameters such as Root Mean Square Error (RMSE), Mean Absolute Error (MAE) and Mean Absolute Percentage Error (MAPE) were used to analyze and evaluate the performance of the proposed models. <strong>Findings:</strong> In the present study the TCO concentration varied between 217.4 DU and 288.6 DU. The performances of MLR and LSTM model were compared. From the results, it is evident that the values of RMSE, MAE and MAPE of the MLR model are 3.807924, 2.93766, 1.15 respectively whereas the values for LSTM model are 3.074492, 2.574, 1.01 respectively. LSTM was found to be the accurate model for the study data set and the predicted TCO concentration has a very good correlation with the actual observations and it does not rely on the meteorological parameters. <strong>Novelty:</strong> The LSTM models are usually employed in the field of machine translation, speech recognition and for the prediction of traffic levels, stock levels and air pollutants. This work utilizes the fast numerical machine learning computing library Tensorflow and a high level neural network library Keras that runs on top of Tensorflow to develop a LSTM network model for the prediction of the concentration levels of TCO.</p> <p><strong>Keywords:</strong> Total Column Ozone; Regression; Forecasting; Climate Change; Long Short-Term Memory</p>

  • PDF Download Icon
  • Research Article
  • Cite Count Icon 9
  • 10.37256/ccds.5220244470
Advancing Stock Market Predictions with Time Series Analysis including LSTM and ARIMA
  • May 15, 2024
  • Cloud Computing and Data Science
  • Ishtiaq Ahammad + 7 more

Predicting stock market prices accurately is a major task for investors and traders seeking to optimize their decision-making processes. This research focuses on the comparative analysis of advanced machine learning (ML) techniques, particularly, the Long Short-Term Memory (LSTM) model and Autoregressive Integrated Moving Average (ARIMA) model for predicting stock market prices. The study enforces thorough data collection and preprocessing to ensure the quality and reliability of the historical stock price data, forming a robust foundation for the predictive models. The core contribution of this paper lies in its systematic and comparative analysis of these two models. A range of performance metrics, including Mean Absolute Error (MAE) and Root Mean Square Error (RMSE), are employed to assess and contrast the predictive accuracy and efficiency of the LSTM and ARIMA models. The research findings indicate that the ARIMA model, contrary to expectations, outperforms the LSTM model in this study, achieving lower RMSE and MAE values. Specifically, the ARIMA model demonstrates a Test RMSE of 4.336 and a Test MAE of 3.45926, indicating its superior predictive accuracy compared to the LSTM model. Furthermore, the study sets its findings against the backdrop of existing literature by comparing the performance of its models with those reported in previous research. This comparison shows better results achieved by our stock market prediction models. By addressing limitations observed in prior studies and demonstrating practical applicability, this research contributes to advancing stock market prediction methodologies, offering valuable insights for investors and traders.

  • Research Article
  • Cite Count Icon 5
  • 10.1186/s12879-024-10183-9
Evaluating the effectiveness of self-attention mechanism in tuberculosis time series forecasting
  • Dec 3, 2024
  • BMC Infectious Diseases
  • Zhihong Lv + 7 more

BackgroundWith the increasing impact of tuberculosis on public health, accurately predicting future tuberculosis cases is crucial for optimizing of health resources and medical service allocation. This study applies a self-attention mechanism to predict the number of tuberculosis cases, aiming to evaluate its effectiveness in forecasting.MethodsMonthly tuberculosis case data from Changde City between 2010 and 2021 were used to construct a self-attention model, a long short-term memory (LSTM) model, and an autoregressive integrated moving average (ARIMA) model. The performance of these models was evaluated using three metrics: root mean square error (RMSE), mean absolute error (MAE), and mean absolute percentage error (MAPE).ResultsThe self-attention model outperformed the other models in terms of prediction accuracy. On the test set, the RMSE of the self-attention model was approximately 7.41% lower than that of the LSTM model, MAE was reduced by about 10.99%, and MAPE was reduced by approximately 9.87%. Compared to the ARIMA model, RMSE was reduced by about 28.86%, MAE by about 32.22%, and MAPE by approximately 29.89%.ConclusionThe self-attention model can effectively improve the prediction accuracy of tuberculosis cases, providing guidance for health departments optimizing of health resources and medical service allocation.

  • PDF Download Icon
  • Research Article
  • Cite Count Icon 22
  • 10.1186/s12879-023-08184-1
Study of the influence of meteorological factors on HFMD and prediction based on the LSTM algorithm in Fuzhou, China
  • May 5, 2023
  • BMC Infectious Diseases
  • Hansong Zhu + 10 more

BackgroundThis study adopted complete meteorological indicators, including eight items, to explore their impact on hand, foot, and mouth disease (HFMD) in Fuzhou, and predict the incidence of HFMD through the long short-term memory (LSTM) neural network algorithm of artificial intelligence.MethodA distributed lag nonlinear model (DLNM) was used to analyse the influence of meteorological factors on HFMD in Fuzhou from 2010 to 2021. Then, the numbers of HFMD cases in 2019, 2020 and 2021 were predicted using the LSTM model through multifactor single-step and multistep rolling methods. The root mean square error (RMSE), mean absolute error (MAE), mean absolute percentage error (MAPE) and symmetric mean absolute percentage error (SMAPE) were used to evaluate the accuracy of the model predictions.ResultsOverall, the effect of daily precipitation on HFMD was not significant. Low (4 hPa) and high (≥ 21 hPa) daily air pressure difference (PRSD) and low (< 7 °C) and high (> 12 °C) daily air temperature difference (TEMD) were risk factors for HFMD. The RMSE, MAE, MAPE and SMAPE of using the weekly multifactor data to predict the cases of HFMD on the following day, from 2019 to 2021, were lower than those of using the daily multifactor data to predict the cases of HFMD on the following day. In particular, the RMSE, MAE, MAPE and SMAPE of using weekly multifactor data to predict the following week's daily average cases of HFMD were much lower, and similar results were also found in urban and rural areas, which indicating that this approach was more accurate.ConclusionThis study’s LSTM models combined with meteorological factors (excluding PRE) can be used to accurately predict HFMD in Fuzhou, especially the method of predicting the daily average cases of HFMD in the following week using weekly multifactor data.

  • PDF Download Icon
  • Research Article
  • Cite Count Icon 24
  • 10.3389/fpubh.2022.946563
The comparative analysis of SARIMA, Facebook Prophet, and LSTM for road traffic injury prediction in Northeast China
  • Jul 22, 2022
  • Frontiers in Public Health
  • Tianyu Feng + 6 more

ObjectiveThis cross-sectional research aims to develop reliable predictive short-term prediction models to predict the number of RTIs in Northeast China through comparative studies.MethodologySeasonal auto-regressive integrated moving average (SARIMA), Long Short-Term Memory (LSTM), and Facebook Prophet (Prophet) models were used for time series prediction of the number of RTIs inpatients. The three models were trained using data from 2015 to 2019, and their prediction accuracy was compared using data from 2020 as a test set. The parameters of the SARIMA model were determined using the autocorrelation function (ACF) and the partial autocorrelation function (PACF). The LSTM uses linear as the activation function, the mean square error (MSE) as the loss function and the Adam optimizer to construct the model, while the Prophet model is built on the Python platform. The root mean squared error (RMSE), mean absolute error (MAE) and Mean Absolute Percentage Error (MAPE) are used to measure the predictive performance of the model.FindingsIn this research, the LSTM model had the highest prediction accuracy, followed by the Prophet model, and the SARIMA model had the lowest prediction accuracy. The trend in medical expenditure of RTIs inpatients overlapped highly with the number of RTIs inpatients.ConclusionBy adjusting the activation function and optimizer, the LSTM predicts the number of RTIs inpatients more accurately and robustly than other models. Compared with other models, LSTM models still show excellent prediction performance in the face of data with seasonal and drastic changes. The LSTM can provide a better basis for planning and management in healthcare administration.ImplicationThe results of this research show that it is feasible to accurately forecast the demand for healthcare resources with seasonal distribution using a suitable forecasting model. The prediction of specific medical service volumes will be an important basis for medical management to allocate medical and health resources.

  • Research Article
  • 10.37012/jtik.v12i1.3283
Performance Evaluation of ARIMA, LSTM, and Hybrid ARIMA–LSTM Models for Daily Solar Energy Prediction in Bali
  • Feb 3, 2026
  • Jurnal Teknologi Informatika dan Komputer
  • Aslimah + 2 more

Solar energy is one of the most promising renewable energy sources in Indonesia, particularly in Bali, which has relatively high solar irradiance throughout the year. However, daily variability in solar radiation caused by weather conditions and atmospheric factors leads to fluctuations in solar energy production, making accurate forecasting essential for effective energy planning. This study aims to evaluate the performance of the Autoregressive Integrated Moving Average (ARIMA), Long Short-Term Memory (LSTM), and hybrid ARIMA–LSTM models in forecasting daily solar energy at the Jembrana Climatological Station, Bali. The dataset consists of 10-minute solar radiation observations obtained from an Automatic Weather Station (AWS) for the period January 2023 to September 2025, which were aggregated into daily solar energy values expressed in kWh/m². Data preprocessing included missing value handling, outlier correction, normalization, and an 80:20 split between training and testing datasets. Model performance was evaluated using Root Mean Square Error (RMSE), Mean Absolute Error (MAE), and Mean Absolute Percentage Error (MAPE). The results show that the hybrid ARIMA–LSTM model achieved the best performance, with an RMSE of 0.960 kWh/m², MAE of 0.771 kWh/m², and MAPE of 22.245%, outperforming both the ARIMA and LSTM models. These findings indicate that the hybrid approach is more effective in capturing both linear and nonlinear characteristics of daily solar energy time series.

  • Book Chapter
  • 10.1007/978-981-19-1657-1_11
Predictive Analysis of COVID-19 Using LSTM and ARIMA Models with Various Orders in India
  • Jan 1, 2022
  • Subhalaxmi Chakraborty + 2 more

COVID-19 pandemic is a difficult challenge to the world. In this situation of crisis, various pioneers are trying different artificial intelligence-based technologies to predict and analyze the spread of the coronavirus disease so that all nations can prevent this pandemic. In this paper, deep learning approaches such as long short-term memory (LSTM), auto-regressive integrated moving average (ARIMA) with various orders have been used to predict the total people who may get affected with COVID-19 in India. The dataset for this analysis has been created by obtaining the data of total confirmed cases, total deaths, active cases, daily deaths and daily cases of India from ‘Worldometer’. The dataset has been created own especially for this research work only after collecting the required data from the above-mentioned website. Root mean squared error (RMSE), mean absolute error (MAE) and mean absolute percentage error (MAPE) have been used to calculate the accuracies of the LSTM model as well as ARIMA model. These models have been created by using Python3 programming language and have been evaluated in Jupyter Notebook. Here, ARIMA model with various orders is analyzed to achieve better results in terms of the above-mentioned parameters. In this paper, ARIMA models are compared with respect to its various orders, dependent on the p, d, q values and LSTM with different epochs using which the comparative analysis of accuracy and loss has been calculated depending upon which the best model can be evaluated.KeywordsLSTMRMSEARIMAMAPECOVID-19MAE

  • Research Article
  • Cite Count Icon 7
  • 10.1080/15567036.2023.2222690
Deep learning approach for one-hour ahead forecasting of weather data
  • Jun 12, 2023
  • Energy Sources, Part A: Recovery, Utilization, and Environmental Effects
  • Arif Ozbek

Weather is made up of multiple parameters, including solar radiation (SR), atmospheric pressure (AP), soil temperature (ST), atmospheric temperature (AT), wind speed (WS), relative humidity (RH), and sunshine duration (SD). These factors are also crucial for the renewable energy sector, solar simulation, agriculture, air pollution, water supply and distribution, avalanche warning, forestry, and town and regional planning. A deep learning method based on a neural network with Long Short-Term Memory (LSTM) was employed in this investigation for one-hour-ahead weather data forecasting. The ability of the LSTM model was compared with the Adaptive Neuro-Fuzzy Inference System (ANFIS) with that of the fuzzy c-means (FCM), Autoregressive Integrated Moving Average (ARIMA) model, and the Autoregressive Moving Average (ARMA) model. Mean absolute error (MAE), correlation coefficient (R), root means square error (RMSE), average bias, Nash – Sutcliffe efficiency coefficient (NSE), and mean absolute percentage error (MAPE) were selected as evaluation criteria. Results indicated that the proposed LSTM model presented good enough results compared to other used methods. 7 different types of meteorological data from a total of 4 years (35040 hours) were divided into 25% test data and 75% training data for the models. The best result was obtained for the hourly ST estimation of Adana province using the LSTM method, the MAE, RMSE, R, bias, NSE, and MAPE values were computed as 0.016°C, 0.078°C, 0.9999, −0.00018°C, 0.0805%, and 0.9999, respectively. On the other hand, the worst result was obtained for the hourly SD for Mardin province when ARIMA was used, and the statistical measures were derived as 0.128 hours for MAE, 0.215 hours for RMSE, 0.8851 for R, 0.00091 hours for bias, and 0.7657 for NSE. In this regard, it is demonstrated that the LSTM technique outperformed the other models in terms of all-weather data estimates and delivered highly sensitive outcomes.

  • Research Article
  • Cite Count Icon 8
  • 10.3390/ijerph20010617
A Hybrid Model for Coronavirus Disease 2019 Forecasting Based on Ensemble Empirical Mode Decomposition and Deep Learning
  • Dec 29, 2022
  • International Journal of Environmental Research and Public Health
  • Shidi Liu + 5 more

The novel coronavirus pneumonia that began to spread in 2019 is still raging and has placed a burden on medical systems and governments in various countries. For policymaking and medical resource decisions, a good prediction model is necessary to monitor and evaluate the trends of the epidemic. We used a long short-term memory (LSTM) model and the improved hybrid model based on ensemble empirical mode decomposition (EEMD) to predict COVID-19 trends; Methods: The data were collected from the Harvard Dataverse. Epidemic data from 21 January 2020 to 25 April 2021 for California, the most severely affected state in the United States, were used to develop an LSTM model and an EEMD-LSTM hybrid model, which is an LSTM model combined with ensemble empirical mode decomposition. In this study, ninety percent of the data were adopted to fit the models as a training set, while the subsequent 10% were used to test the prediction effect of the models. The mean absolute percentage error, mean absolute error, and root mean square error were used to evaluate the prediction performances of the models; Results: The results indicated that the number of confirmed cases in California was increasing as of 25 April 2021, with no obvious evidence of a sharp decline. On 25 April 2021, the LSTM model predicted 3666418 confirmed cases, whereas the EEMD-LSTM predicted 3681150. The mean absolute percentage errors for the LSTM and EEMD-LSTM models were 0.0151 and 0.0051, respectively. The mean absolute and root mean square errors were 5.58 × 104 and 5.63 × 104 for the LSTM model and 1.9 × 104 and 2.43 × 104 for the EEMD-LSTM model, respectively; Conclusions: The results showed the advantage of an EEMD-LSTM model over a single LSTM model, and the established EEMD-LSTM model may be suitable for monitoring and evaluating the epidemic situation and providing quantitative analysis evidence for epidemic prevention and control.

Save Icon
Up Arrow
Open/Close
Notes

Save Important notes in documents

Highlight text to save as a note, or write notes directly

You can also access these Documents in Paperpal, our AI writing tool

Powered by our AI Writing Assistant