25Objectives 26 The current form of severe acute respiratory syndrome called coronavirus disease 2019 27 (COVID-19) caused by a coronavirus (SARS-CoV-2) is a major global health problem. The 28 aim of our study was to use the official epidemiological data and predict the possible outcomes 29 of the COVID-19 pandemic using artificial intelligence (AI)-based RNNs (Recurrent Neural 30 Networks), then compare and validate the predicted and observed data.
31
Materials and Methods
32We used the publicly available datasets of World Health Organization and Johns Hopkins 33 University to create the training dataset, then have used recurrent neural networks (RNNs) with 34 gated recurring units (Long Short-Term Memory -LSTM units) to create 2 Prediction Models.
35Information collected in the first t time-steps were aggregated with a fully connected (dense) 36 neural network layer and a consequent regression output layer to determine the next predicted 37 value. We used root mean squared logarithmic errors (RMSLE) to compare the predicted and 38 observed data, then recalculated the predictions again.
39
Results
40The result of our study underscores that the COVID-19 pandemic is probably a propagated 41 source epidemic, therefore repeated peaks on the epidemic curve (rise of the daily number of 42 the newly diagnosed infections) are to be anticipated. The errors between the predicted and 43 validated data and trends seems to be low. 44 Conclusions 45 3The influence of this pandemic is great worldwide, impact our everyday lifes. Especially 46 decision makers must be aware, that even if strict public health measures are executed and 47 sustained, future peaks of infections are possible. The AI-based predictions might be useful 48 tools for predictions and the models can be recalculated according to the new observed data, 49 to get more precise forecast of the pandemic. 50 51 52 53 54 55 56 57 58 59 60 61 4 62