Forecasting Covid-19 dynamics in Brazil: a data driven approach =============================================================== * Igor G. Pereira * Joris M. Guerin * Andouglas G. Silva Júnior * Cosimo Distante * Gabriel S. Garcia * Luiz M. G. Gonçalves ## Abstract This paper has a twofold contribution. The first is a data driven approach for predicting the Covid-19 pandemic dynamics, based on data from more advanced countries. The second is to report and discuss the results obtained with this approach for Brazilian states, as of May 4th, 2020. We start by presenting preliminary results obtained by training an LSTM-SAE network, which are somewhat disappointing. Then, our main approach consists in an initial clustering of the world regions for which data is available and where the pandemic is at an advanced stage, based on a set of manually engineered features representing a country’s response to the early spread of the pandemic. A Modified Auto-Encoder network is then trained from these clusters and learns to predict future data for Brazilian states. These predictions are used to estimate important statistics about the disease, such as peaks. Finally, curve fitting is carried out on the predictions in order to find the distribution that best fits the outputs of the MAE, and to refine the estimates of the peaks of the pandemic. Results indicate that the pandemic is still growing in Brazil, with most states peaks of infection estimated between the 25th of April and the 19th of May 2020. Predicted numbers reach a total of 240 thousand infected Brazilians, distributed among the different states, with São Paulo leading with almost 65 thousand estimated, confirmed cases. The estimated end of the pandemics (with 97% of cases reaching an outcome) starts as of May 28th for some states and rests through August 14th, 2020. Keywords * Time Series Prediction * Covid-19 Pandemic * Modified Auto-Encoder ## 1. Introduction The world population is being rapidly infected by the SARS-COV-2 virus pandemic, also known as Covid-19 [1]. This virus has spread very fast throughout the countries, with a very high contagion rate, reaching all continents in just over three months since the first confirmed case in Asia [2]. The numbers have grown exponentially reaching, approximately, more than 3.7 million cases and more than a quarter of a million deaths. Distancing and social isolation rules have been used as the only alternative in order to contain the progress of the disease. The attening of the virus spreading curve that can be modeled according to several approaches [3, 4, 5, 6, 7] is the first goal strictly related to the rules mentioned. If this does not happen, the number of deaths would skyrocket, as it was recently experimented in countries such as the US, Italy, Spain, France, and the UK. Several warnings about this have been spread in the literature, for example, in the beginning of March 2020, Fanelli [3] explained that: “In Italy and in other countries that will be facing the epidemic surge soon, this is quite possibly only achievable through a cooperative and disciplined effort of the population as a whole”. Successful example of curve attening have already been seen in Portugal, Germany and South Korea, among others. Other countries, such as New Zealand, managed to limit the spread by completely closing their borders and imposing a complete lock-down to their people. In these countries, the counter-measures provide a certain breath to governments in order to allow the health systems of each country to meet local needs, or to be able to wait for other solutions, such as the development of vaccines (not yet existing so far for the SARS-CoV-2 virus). The medical solutions to minimize or stop the pandemic include in-silico analysis of the SARS-CoV-2 genome [8], aiming to study its weaknesses in an attempt to better understanding it and to develop treatments and vaccines. In parallel, studies aiming to determine the virus dynamics, its geographical distribution and the peaks of the pandemic in given regions are necessary and useful for correct planning of immediate actions by states management. In this direction, several attempts to model the spread of the virus have been conducted recently [7, 6, 5, 9, 10, 11], including machine learning approaches [12]. Nonetheless, based on reports of these works that were more closely analyzed [5, 7, 6, 12], we found that many of these methods rely on parameters that are dependent on the advance of the spreading and on the regional context. Nonetheless, this is a problem for which time series data are partially available, and using artificial intelligence seems to be a good strategy to devise a method that can predict future data, guided only by past and current data. We argue that a data driven technique can be used to infer the pandemic dynamics from raw data, including future events such as the date of the peak, number of cases and deaths, and the end of the pandemic. Based on this initial assumption, this work tests and validates the possibility of using artificial intelligence tools, mainly the ones based on deep learning, to create models of dissemination and to predict the numbers in different regions, which can be used alternatively or in addition to traditional models [5, 7, 6]. We discuss our results in comparison to those obtained with traditional methods and found that they work at least with the same precision in predicting the pandemics events. A preliminary study was carried out in Italy, based on China data with satisfactory results, but with space for improvement [9, 13]. An approach based on LSTM has been initially tested by our team in Brazil, and demonstrated problems that are discussed in Section 2.2. So, as the main contribution of this work, we present a way to train a Modified Auto-Encoder (MAE) to forecast virus spreading. The MAE, which demonstrated better results than the preliminary LSTM approach, is chosen and reported as our working model for predicting data from Brazilian states, working at [www.natalnet.br/covid](http://www.natalnet.br/covid). In order to overcome problems as data non-linearity and lack of data due to under notification, we propose an initial clustering of the different countries data, based on Early Mortality, Days until 10x, and Early Acceleration features. Then, different prediction networks are trained within each cluster, using countries that have a more advanced stage of the pandemic than Brazil, e.g. China, Italy, Spain, and the United States. Each networks is then used to make predictions on the Brazilian states belonging to the cluster on which it was trained. We do not have a way to do comparison with traditional approaches, because the pandemics is still in a growing situation in Brazil. However, some results are shown and discussion about the performances are proposed. Based on the results reported in this paper, up to date, we could verify the applicability of data driven methods to model the Covid-19 dynamics. With this approach, which deals with regional aspects of the pandemic, city managers can get more precise information to help then plan their actions. Complementary data about peak prediction and estimated numbers have shown the applicability of our approach to Brazilian states with success. We underline that the findings reported in this paper come from estimated data and cannot be completely guaranteed as being the final truth. However, they are important because they allow managers and even some region population, to have an idea about what the future holds for the pandemic dynamics. We hope that, using the prior expectations of the pandemic curve presented in this paper, better decisions can be taken to help protect the populations. ## 2. Materials and Methods This work is devoted to develop a method to predict the dynamics of transmission of viral epidemics by analyzing contamination data from the perspective of artificial intelligence. Deep Learning techniques are studied and implemented, aiming to learn the dynamics of the pandemics using data from other locations (countries). This approach is then applied to the specific case of Brazil. We start by describing traditional approaches to set a baseline for comparison, and then detail the different components of the data driven method retained. ### 2.1. Modeling virus dynamics (traditional approaches) The spread and contamination of the Covid-19 virus is not entirely random and follows certain patterns. These dynamics can vary across different regions as they depend on parameters such as pollution, demographic density, average age of the population, among others. Analyzing the actions taken to fight the virus, in both the social and economic spheres, there is a need for more realistic epidemiological data. Indeed, the use of local models, taking into account the reality of each region, state or municipality, can allow the authorities to take coherent decisions. Therefore, it is assumed that the spread of the virus follows some statistical model, which parameters can be tuned to represent different situations. Approaches to model the behavior of infectious diseases, such as SEIR, have been used to the epidemic of COVID-19 [5, 14]. In these approaches, the phase transitions of the disease are modeled as instantaneous rates in differential equations or as probabilities of transition in discrete time differences or matrix equations. These models provide accurate estimates of the position of the equilibrium points, when the rate at which individuals enter each stage is equal to the rate at which they exit. However, they do not accurately capture the distribution of the time an individual spends at each stage; therefore, they do not accurately capture the transitory dynamics of epidemics. Actually, the SEIR model has been tested at Italy [6] to model the dynamics of the COVID-19 epidemic. It has been shown to underestimate peak infection rates (by a factor of three using published parameter estimates based on the progress of the epidemic in Wuhan) and to substantially overestimate the persistence of the epidemic after the peak has passed[5]. Other approaches such as SIR [15], SEIRD [6], and SEITR [16] are also helpful to understanding the Covid-19 dynamics. Nonetheless, the lack of ground truth data prevents us from determining which of these models is the most precise. Despite somehow representing the Covid-19 dynamics, some of these traditional models (SIR, SEIR, SEITR, SEIRD) must be improved so that they can be applied with higher precision to the study of the new virus, as they have been shown to present some issues on the recent works cited above. In this work, besides discussing the main advances of the contributions in this direction, these traditional models are compared to ours, which is a data driven approach. Some preliminary studies on the above methods have been conducted for better understanding of the Covid-19 dynamics. In fact, we verified that it is a virus that cannot be model perfectly with any specific traditional model because of the influence of several factors on its dissemination speed. Mainly, it is difficult to model its behavior because of the non-linearity of infection data caused by under-notifications and also the lack of effective and constant counter measures, which changes all the time as the infection spreads. For these reasons, it seems appealing to apply AI-based methods. As a first test, we start by implementing an LSTM, one of the default neural network models for analyzing time series data, in the next section. ### 2.2. Long Short Term Memory for data training (LSTM) Several neural network models can be used to solve problems of time series estimation. Recurrent neural networks (RNN) are a family of architectures containing recurring feedback connections, which define an internal state, or short-term memory. This memory makes them suitable for modeling sequential or time series data [17]. To this end, a standard RNN keeps a vector of activation parameters at each time step, especially when short-term dependencies are included in the input data. However, when trained with gradient descent algorithms, learning the long-term dependencies that are encoded in data becomes difficult due to the vanishing gradient problem. This is solved using a specialized neuron for long-term memory that keeps a constant reverse flow in the error signal, allowing it to learn long-term dependencies. This approach was presented by Hochreiter [18] and is known as LSTM (Long Short Term Memory). In this way, a LSTM network is kind of RNN architecture, having a recursive branch for modeling time series and solving the vanishing gradient problem. To do so, it uses a memory cell that is able to represent long-term dependencies in the time series, composed of four neural units: input, output, forgetting and the self-recurring neuron (Figure 1a). These units are responsible for controlling the interactions between different memory units. Specifically, the input unit controls whether the input data can modify the state of the memory cell or not. On the other hand, the output unit controls whether or not it can change the state of other memory cells. ![Figure 1:](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2020/05/18/2020.05.11.20098392/F1.medium.gif) [Figure 1:](http://medrxiv.org/content/early/2020/05/18/2020.05.11.20098392/F1) Figure 1: LSTM, DLSTM and LSTM-SAE Blocks Mathematically, considering the output gates (*ft, it, ot* and *τt*) shown in Figure 1a, we have: ![Formula][1] ![Formula][2] ![Formula][3] ![Formula][4] ![Formula][5] ![Formula][6] where, **U**, **W** and **b** are respectively the input weights, recurrent weights and biases; **X** is the input; **S** is the hidden output; **C** is the cell state; and **t** is the time step. According to Sagheer [17], despite the advantages of the LSTM architecture, its performance for time series problems is not always satisfactory. The shallow LSTM architecture may not represent the complex features of sequential data efficiently, especially if they are used to learn data from long-range time series with high non-linearity, which is the case for Covid-19 data. In order to overcome this problem, other RNN architectures based on LSTM have been created. We tested two approaches proposed by Sagheer: DLSTM [19] and LSTM-SAE [17], using Covid-19 data from China provinces (daily number of cases and cumulative number of cases). View this table: [Table 1:](http://medrxiv.org/content/early/2020/05/18/2020.05.11.20098392/T1) Table 1: Training parameters and Metrics The LSTM-SAE and DLSTM blocks are shown in Figures 1b and 1c, respectively. Basically, both blocks are composed of stacked LSTM layers, which increase the depth of the network. Besides that, the LSTM-SAE configuration uses an auto-encoder to initialize the weights of each LSTM layer. In our application, we used only one hidden layer for this setup, but it is possible to use more layers and more auto-encoders as shown on the original paper. In order to select the best architecture for the Covid-19 problem, we trained three models, one LSTM, one DLSTM and one LSTM-SAE. These models were trained using data from all China provinces except Hubei (that was used for testing). We evaluated which model generalized best to the dataset available using the MAPE metric. Finally, we used a dynamic prediction, where the model is updated for each new predicted value. This method improves the forecast due the incorporation of data from other countries or regions. The training parameters and results metrics are shown in Table 1. Figures 2a and 2b show the results for the three trained models for Hubei (province of China). As shown in Table 1, the best model was LSTM-SAE, being thus chosen as the model to forecast other regions or countries. ![Figure 2:](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2020/05/18/2020.05.11.20098392/F2.medium.gif) [Figure 2:](http://medrxiv.org/content/early/2020/05/18/2020.05.11.20098392/F2) Figure 2: Results for comparison of LSTM, DLSTM and LSTM-SAE on Covid-19 cumulative (2a) and daily (2b) number of cases, data from Hubei, province of China On the one hand, despite the devastating effects of the pandemic, three months of data is a relatively short period of time for training complex time series prediction models without overfitting, which has been reported as one of the main problems for training LSTMs (see Section 4). On the other hand, this pandemic is the first large scale global pandemic that our generation has to face and there are not yet standardized guidelines for countries on how to react to such an event. For this reason, responses to the pandemic have varied widely throughout the different regions and countries worldwide, thus creating a huge variability in the available data. Hence, we propose to conduct a preliminary study which consists in grouping countries and regions with similar early responses. In this way, smaller specialized networks can be trained for each cluster, and we hope that, by learning on more consistent data, our models could generalize better without overfitting to the training data. Also, we found a better model (MAE) that is used, instead of LSTM, on data resulting from the clustering approach that is described next. ### 2.3. Preliminary clustering: Brazilian states in the global context The objective of this paper is to train a predictive model for Brazil, as well as some distinct models for each of the groups of Brazilian states. Hence, the proposed clustering pipeline considers both entire countries and smaller regions as entries. The input data used in this preliminary study are all countries available in the JHU dataset [20], Chinese and Canadian provinces, American, Australian and Brazilian states[21] as well as Italian Regions[22]. The approach used for identifying which countries present similar early responses to Covid-19 is inspired by the literature in this area [23]. First, we define the *outbreak date* of a country to be the day at which it registered 5 confirmed cases per million inhabitants. Normalizing by the population of the region helps to characterize the true response of a country, avoiding to give more weight to highly populated countries. Figure 3 shows the number of accumulated deaths per million inhabitants for the different Brazilian states on the first of May, 2020. ![Figure 3:](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2020/05/18/2020.05.11.20098392/F3.medium.gif) [Figure 3:](http://medrxiv.org/content/early/2020/05/18/2020.05.11.20098392/F3) Figure 3: Number of deaths per million inhabitants in the different Brazilian states on 1st of May, 2020 We start with the preprocessing scheme to be applied on this dataset. A 7-days arithmetic moving average is first calculated to each time series of the dataset. This is done to deal with the seasonality that is observed in data, i.e. higher variability during the weekends. After filtering, a feature representation containing three characteristics is computed for each time series. These features are: * *Early Mortality*: Weekly number of deaths 14 days after the outbreak, divided by the number of confirmed cases, in the week of the outbreak. A two weeks period was used because it is the time required to know the outcome of a contamination. * *Days until 10x*: The number of days it takes to multiply the confirmed cases by 10, from the day of the outbreak. * *Early Acceleration*: If we denote ![Graphic][7] as the percentage increase of confirmed cases from the week of the outbreak to the week after, and ![Graphic][8] as he percentage increase from the 1st to the 2nd week after the outbreak, then the early acceleration is defined by: ![Formula][9] The values of these features for the different Brazilian states are shown on Figure 4. ![Figure 4:](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2020/05/18/2020.05.11.20098392/F4.medium.gif) [Figure 4:](http://medrxiv.org/content/early/2020/05/18/2020.05.11.20098392/F4) Figure 4: Values of the three features used for characterizing the early response to covid-19 for the Brazilian states. Then, the clustering pipeline is applied to the former feature representation to group the different countries/regions together. To do that, a Uniform Manifold Approximation (UMAP) embedding [24] is applied to generate a twodimensional clustering friendly feature space. UMAP is an unsupervised embedding method that tends to preserve the global distances present in the initial dataset. This lower dimensional feature space not only facilitates the visualization and interpretation of data but also tends to improve clustering results for algorithms where the number of clusters is unspecified. In practice, UMAP is used with *n_neighbors* = 15 and *min_dist* = 0. However, UMAP only produces a new embedded space and does not generates directly the clusters assignments, which are needed to select the countries for training our neural network models. To solve this issue, we use the scikit-learn [25] implementation of Affinity Propagation [26] with a damping factor of 0.8, applied to the UMAP embedded space. The results from this preliminary clustering procedure are further presented in Section 3.3. Therefore, our clustered data series is ready for the MAE training and prediction procedures, depending on the phase. In practice, to forecast contamination data of a given Brazilian state, we use the time series data of the countries/regions belonging to the same cluster, and which are at a more advanced stage of the pandemic. In this section, the clustering approach adopted to characterize the responses of the different countries is explained, the details of the training process are explained in the following section. ### 2.4. Modeling Time-Series with Modified Auto-Encoders In order to model the transmission dynamics of the SARS-COV2 virus in Brazil, we propose to use a set of Modified Auto-Encoders (MAE) to forecast time-series data regarding the number of daily confirmed cases of Covid-19. An auto-encoder is a specific neural network architecture that is trained to copy its input to its output [27]. In this way, the auto-encoder generates a hidden representation that describes useful properties of the input data. The network architecture can be divided in two parts: an encoder function *h* = *f* (*x*), that maps the input data x to the hidden representation *h*, and a decoder function ![Graphic][10] that attempts to approximate the input ![Graphic][11] from the hidden representation. With the use of the stochastic gradient descent strategy to train neural network architectures, the auto-encoder mapping functions can be generalized to stochastic mappings such as *pencoder*(*h*|*x*) and ![Graphic][12]. The hidden representation, also called latent space, generated by the mapping *Pencoder* (*h*|*x*) contains a stochastic representation of the probability distribution of the input data and can be used for dimensionality reduction [27], feature learning [27], and also in generative models when combined with latent variable models[28]. #### 2.4.1. The Modified Auto-Encoder proposa*l* Auto-encoders can also learn useful properties from time-series if a sequence is applied to its inputs. Such properties may be used to forecast next samples of the given input sequence. In this way, we propose to modify the traditional autoencoder architecture in order to employ an extra output derived from the latent space. Therefore, while the traditional output of the auto-encoder is trained to approximate the input values, the extra output is trained to approximate the next sample of the sequence given to the input of the auto-encoder. Consider *X* a sequence such as *X* = *xi*, *x*2,…,*xn*, the latent space vector *H* is obtained with the mapping *pencoder*(*H*|*X*) and the traditional output of the auto-encoder is obtained with the mapping ![Graphic][13]. The extra output added to the auto-encoder model tries to approximate *xn*+1 with the mapping *ppredictor* (*xn+*1|H). In order to increase the latent space dimension without increasing the input sequence, we apply 3 auto-encoders in parallel and aggregate their latent space before computing the predictor output. Such Modified Auto-Encoder (MAE) architecture is depicted in Figure 5. ![Figure 5:](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2020/05/18/2020.05.11.20098392/F5.medium.gif) [Figure 5:](http://medrxiv.org/content/early/2020/05/18/2020.05.11.20098392/F5) Figure 5: Modified Auto-Encoder architecture The predictor output, the input-samples and the decoder output have 1, 8 and 8 units, respectively. Each encoder, latent space and decoder has 32, 4, and 32 units, respectively. The output of each decoder is averaged to create the total decoder output. The latent spaces of each auto-encoder are concatenated prior the final computation of the predictor output. We train the modified architecture with the mean squared error loss function and the Adam optimizer. #### 2.4.2. Data Processing Lets consider the epidemic curve a time-series that models the advance of an epidemic by measuring the number of new confirmed cases of Covid-19 on a daily basis. Hence, we first apply a moving average filter of size 3 to deal with the variability of data related to the amount of tests available and delays in reporting between other problems. We compute the input examples by dividing the whole epidemic curve in overlapped segments of 8 days, shifted one day from each other, with the 9th day being the value to be forecast by the MAE. Each example is normalized by dividing its values by its maximum value. A set of 10 examples is taken from the most advanced places in each cluster to form a batch of examples. In order to evaluate the most advanced places in the epidemic timeline, we compute the difference between the number of cases sampled at the day of peak occurrences and the last number of cases reported. If this difference is positive, the number of daily cases started to decrease, meaning that such place passed the peak number of cases and is more advanced in the epidemic timeline. #### 2.4.3. Forecasting New Daily Cases In order to forecast the Brazilian epidemic curve, we start by applying the same moving average filter of size 7 to the epidemic curve of the Brazilian states as depicted in details in Section 2.3, then we perform the forecasting on these clustered time series data in two phases. The first phase uses existing data to feed the network, and the forecast value is one-step ahead of the current example. In the second phase, referred to as multi-step ahead, we use the predicted value of the *i* − *th* step to forecast the value of the (*i* + 1) − *th* step. In this way, it is not necessary to have existing data for the second phase of forecasting, allowing us to forecast the epidemic behaviour several days ahead and identify the probable date of the peak number of daily cases, which might indicate a drop in the number of occurrences. Notice that this peak or the end of the pandemic might be subject to some displacements due to problems in the data, so a final step needs to be applied in order to verify the peaks for all states. This is done by fitting a distribution curve on the output data as described next. ### 2.5. Final approximation for the Covid-19 curves Despite we discuss below the impossibility of finding a curve that mathematically represents the Covid-19 dissemination, the main and most important reason for trying to approximate this curve is that it allows to define useful information such as verifying the peak, and estimating the end of the pandemics. Moreover, it can generate more realistic number of cases to some degree of precision, thus being of importance. To determine the end of the pandemic or the peak are two of these advantages, as it is supposed that epidemics obey certain statistical rules [7], to some degree of precision. In this work we verify the peaks after approximating the final predicted curve using some statistical procedure. In relation to modeling Covid-19 using statistical distributions, it has been discussed that this is a somewhat difficult task. Actually, the Covid-19 curve can not be considered a Gaussian probability distribution [29]. In fact, it is argued that the shape of a normal distribution is a histogram that is a transformation of probability density against values of a single variable while the Covid-19 contagion curve is a transformation of the values of one variable (confirmed cases) according to a second variable (time). So the curve is not a distributions in the sense usually meant in probability and statistics. Nonetheless, one can visually notice that the curve of daily confirmed cases × time (day) looks like a distorted Gaussian, and can actually be approximated by some distributions such as the normal (rarely), pearson, logistic, logNormal, and gamma, among others. For the sake of confirming or ratifying the estimated peak, we thus conduct a statistical procedure to the time series data output by the MAE models. ## 3. Results In the following we present the experimental results for validating the methods introduced in this work. We start by describing some results found in the literature for traditional approaches followed by the LSTM results, as a comparison discussion over these approaches will be further conducted. Then results of the clustering procedure are shown in order to validate and clear the approach used. Finally, we present the results obtained with the Modified Auto-Encoder model to forecast the epidemic curve of Covid-19 in Brazil, as well as the approximated distribution curve confirming the peaks obtained by the above fitting procedure, for all Brazilian states. The numbers for Brazil, which are of straight interest to the population, are presented for some of the states and are available at [www.natalnet.br/covid](http://www.natalnet.br/covid). We notice one more time that these numbers are predictions, as so they might get different from the real numbers as the pandemic dynamics evolves. ### 3.1. SIR, SEIR and SIAD results Results with SIR and SEIR can be found including several applications running on the Internet [30]. Before entering these results, we note that we could not find accurate results on Covid-19 long-term dynamics prediction for these methods, up to date. However any approximation is useful at this time, as long-term forecasts may help managers to discuss different types of confinement policies [31], and it can help to come up with an estimate of the optimal date to end the confinement policy. For example, the preliminary results reported by Bastos and Cajueiro in April 1st [32], using SIR and SIAS, are far from being accurate. Indeed, they suggest that 30 million people will get infected in Brazil on May 11th (pandemic predicted peak) in the less infected people situation. Later, in their revised work evolving to SID and SIASD approaches [31], the results are better, however not precise yet. Referring to the Northeast (our main interest region), a web site for monitoring of COVID of UFRN [30] is used by the Govern, which is based on a modified SEIR accounting for social distancing rules [33]. According to them, the epidemic started on March 1st and the symptomatic cases are predicted to end on July 1st. The peak of symptomatic people is predicted for May 17th with 20 million. In a more detailed look of the web page (at May 4th), a php application says that Brazilian state RN could have 2,039 confirmed cases on April 30th 2020, following the current scenario of social distancing, as shown in Figure 6, available and printed from the website. Actually, we have had an outcome of 1,297 confirmed cases for that day, not so bad (less than 50 % error). For Brazil, their prediction was about 742 thousand confirmed cases by the same day. The actual number was 87,187 confirmed cases (according to the Health Ministry of Brazil - MS). This is a greater disparity between values. This picture is shown in Figure 7, also available from their website ([http://astro.dfte.ufrn.br/html/Cliente/COVID19.php](http://astro.dfte.ufrn.br/html/Cliente/COVID19.php)). Again, these predictions, besides a bit exaggerated, are useful for the authorities to take decisions, reporting the worst cases of the pandemic, most of the time. As it will be shown, our results tend to be a little more humble than the ones reported on this site and we sincerely hope that our predictions are still exaggerated. ![Figure 6:](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2020/05/18/2020.05.11.20098392/F6.medium.gif) [Figure 6:](http://medrxiv.org/content/early/2020/05/18/2020.05.11.20098392/F6) Figure 6: Projections for Rio Grande do Norte state (at the northeast of Brazil) [33]. Figure printed out from the web application running at [http://astro.dfte.ufrn.br/html/Cliente/COVID19.php](http://astro.dfte.ufrn.br/html/Cliente/COVID19.php). Acessed on May 4th. ![Figure 7:](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2020/05/18/2020.05.11.20098392/F7.medium.gif) [Figure 7:](http://medrxiv.org/content/early/2020/05/18/2020.05.11.20098392/F7) Figure 7: Projections for Brazil with adapted SEIR model [33], extracted from [http://astro.dfte.ufrn.br/html/Cliente/COVID19.php](http://astro.dfte.ufrn.br/html/Cliente/COVID19.php). Acessed on May 4th. ### 3.2. Preliminary results with LSTM In our initial studies towards data driven approaches, we tested the possibility of using the LSTM-type RNN for determining Covid-19 dynamics for our region of most interest (Brazilian state RN), but it did not work as expected due to several factors. Mainly the under-notification of data made available by the governments of Brazil and its Federate States. Hence, more work is necessary for improving and testing this model, and adjusting it to predict the dynamics of the pandemic, including its various parameters. The problems with this architecture applied to COVID-19 data will be further discussed in the Section 4. Basically, the main drawback of the model is its inability to reset at certain time and bringing the values to zero (or close). Anyway, we used the LSTM-SAE to forecast three different places, with different phases of the disease: Italy (Figure 8), which contamination curve is starting to decrease; Brazil (Figure 9), which is approaching the peak; and the state of Rio Grande do Norte (Figure 10) that is about to reach the peak. ![Figure 8:](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2020/05/18/2020.05.11.20098392/F8.medium.gif) [Figure 8:](http://medrxiv.org/content/early/2020/05/18/2020.05.11.20098392/F8) Figure 8: Predictions and forecasting to Italy on Covid-19 cumulative (8a) and daily (8b) ![Figure 9:](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2020/05/18/2020.05.11.20098392/F9.medium.gif) [Figure 9:](http://medrxiv.org/content/early/2020/05/18/2020.05.11.20098392/F9) Figure 9: Predictions and forecasting to Brazil on Covid-19 cumulative (9a) and daily (9b) ![Figure 10:](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2020/05/18/2020.05.11.20098392/F10.medium.gif) [Figure 10:](http://medrxiv.org/content/early/2020/05/18/2020.05.11.20098392/F10) Figure 10: Predictions and forecasting to RN on Covid-19 cumulative (10a) and daily (10b) Although not responding perfectly, we notice some LSTM important features that can be seen on the charts. One is that the LSTM-SAE model could stabilize over time. By analyzing the daily results, the other LSTM models cannot return to zero and keep oscillating around some positive value. Because of this, when the value is accumulated it always increases. This issue is more apparent when the model is used for countries or regions that did not stabilize their cases. These limitations can be associated to the non-linearity of data, among other issues. Another point is that, as presented in previous work [17], the LSTM-SAE addresses the input data randomization in the LSTM block. The encoderdecoder model trained first feeds the hidden layer with initialization weights. It is possible that because of that, the LSTM-SAE architecture presents the best results. More complete results using LSTM can be found at [www.natalnet.br/covid](http://www.natalnet.br/covid). ### 3.3. Checking the clustering results (input to MAE) Before showing MAE results, this subsection presents and discusses the results from the preliminary clustering necessary for the better performance of MAE, which was presented in Section 2.3. To evaluate qualitatively the clusters obtained, lets use the 2D UMAP embedding shown in Figure 11. Seven clusters were formed, and overall, they seem rather compact and distinct from each others. Although there is a slight overlapping between some pairs of clusters, this plot suggests that there was actually well defined groups within the different countries/regions, probably reflecting the types of actions taken by the governments to react to the early signs of the pandemic. Notice that we suppose and believe that countries from the same clusters should follow similar contamination curves. ![Figure 11:](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2020/05/18/2020.05.11.20098392/F11.medium.gif) [Figure 11:](http://medrxiv.org/content/early/2020/05/18/2020.05.11.20098392/F11) Figure 11: 2D UMAP embedding of the different countries and states studied. The colors represents different clusters generated using Affinity Propagation. In order to visualize this preliminary classification and get some insight for Brazilian states, a map of Brazil representing the clusters is shown at Figure 12. In that map we separate in the same color the states and countries that presented a similar reaction to the outbreak of Covid-19. The countries which are represented by hatches in the maps were either not sufficiently advanced at the time of the study or their time series produced numerical instabilities during feature computation. The states from USA, Australia, Italia, China and Canada appear in the different clusters but are not represented in the maps to improve readability of the paper. The full results of the cluster assignment used in the training process can be found at [www.natalnet.br/covid](http://www.natalnet.br/covid). ![Figure 12:](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2020/05/18/2020.05.11.20098392/F12.medium.gif) [Figure 12:](http://medrxiv.org/content/early/2020/05/18/2020.05.11.20098392/F12) Figure 12: Clusters assignment of the different Brazilian states and world countries. Finally, the values of the features of the different groups are presented in the form of violin plot on Figure 13. We can see, for example that cluster 0 gathers the countries with higher *Days until 10x*, meaning that these countries/regions managed to contain the contagion early. In turn, Brazil belongs to cluster 1, which contains countries with high early acceleration and above average mortality rate. ![Figure 13:](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2020/05/18/2020.05.11.20098392/F13.medium.gif) [Figure 13:](http://medrxiv.org/content/early/2020/05/18/2020.05.11.20098392/F13) Figure 13: Violin plots representing the values taken by the different features for each groups obtained after UMAP + Affinity Propagation clustering. We conclude this section by underlining the fact that the colors representing the clusters used for Figures 11, 12 and 13 are matching, meaning that a country in yellow on the map belongs to the yellow cluster on the UMAP plot and its statistics can be seen in yellow on the violin plot. In addition, we believe that all major centers of Covid-19 are represented in these maps, which provides sufficient material to train our models. ### 3.4. MAE Results This Section presents the results obtained by applying the MAE architecture model to forecast the Covid-19 epidemic curves of Brazilian states of each cluster. Therefore, for each cluster, a MAE model was trained with the 10 most advanced countries of the cluster with the data available up to the day of this study, and the epidemic curves for the Brazilian states of the cluster were forecast. We note, however, that the Brazilian states were only on clusters 0, 1, 2 and 3. Here, we depict one state for each cluster. For an interactive visualization of all Brazilian states you may refer to [https://www.natalnet.br/covid](https://www.natalnet.br/covid). In Figure 14, the daily and cumulative epidemic curves for the Sergipe state is displayed. The peak for the Sergipe state is predicted to happen on May 9 and should reach up to 2546 total number of cases at the mid of July. ![Figure 14:](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2020/05/18/2020.05.11.20098392/F14.medium.gif) [Figure 14:](http://medrxiv.org/content/early/2020/05/18/2020.05.11.20098392/F14) Figure 14: Daily and Cumulative cases for Sergipe State from the Cluster 0. Figure 15 depicts the epidemic curves for the Sao Paulo state. In this case, we predict the peak number of cases for May 8 and that the state would reach a total of 64, 984 cases at mid-July. ![Figure 15:](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2020/05/18/2020.05.11.20098392/F15.medium.gif) [Figure 15:](http://medrxiv.org/content/early/2020/05/18/2020.05.11.20098392/F15) Figure 15: Daily and Cumulative cases for Sao Paulo State from the Cluster 1. The epidemic curves for the Rio Grande do Norte state is depicted in Figure 16. The peak occurrence in daily cases is predicted to happen in May 15 and should reach up to 6025 at the end of August. ![Figure 16:](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2020/05/18/2020.05.11.20098392/F16.medium.gif) [Figure 16:](http://medrxiv.org/content/early/2020/05/18/2020.05.11.20098392/F16) Figure 16: Daily and Cumulative cases for Rio Grande do Norte State from the Cluster 2. ![Figure 17:](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2020/05/18/2020.05.11.20098392/F17.medium.gif) [Figure 17:](http://medrxiv.org/content/early/2020/05/18/2020.05.11.20098392/F17) Figure 17: Daily and Cumulative cases for Santa Catarina State from the Cluster 3. For the last cluster, we depict the epidemic curves of the state of Santa Catarina. The peak occurrence is predicted to happen in May 16 and should reach 15329 cases at the end of September. From the epidemic curves illustrated above, we verify that each state has its behavior associated to the cluster it belongs. States from cluster 0 generally presents a steep peak but a very low number of daily cases, indicating that the epidemic is starting and evolving fast but will not present an elevated number of daily cases. The cluster 1 presents a different behaviour. Generally, states from cluster 1 presents a steep peak with an elevated number of daily cases, meaning that the transmission dynamics is happening much faster than cluster 0. In the meantime, the predictions show that states from cluster 1 are close to reach the peak number of occurrence of daily cases and should have its occurrence of daily cases decaying very fast. The states from cluster 2 present a slower rate of transmission dynamics if compared to states from the cluster 1, and according to the date expected for the peak number of daily cases, these states still did not reach the peak number of occurrences. States from cluster 3 present the slowest transmission dynamics and tends to have their number of daily cases decaying slowly. We also indicate, in Table 2, the date of the peak occurrence of cases, the date that it will reach 97% of the total number of cases, the total number of cases and a peak occurrence date obtained by fitting a probability distribution to the predicted curves as well as the curve used in the probability distribution fitting process. Examples of these curves are shown in Figures 18 and 19, for the states of Rio de Janeiro and São Paulo, respectively, ratifying the peaks shown in Table 2. The other states curves can be found at [www.natalnet.br/covid](http://www.natalnet.br/covid). ![Figure 18:](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2020/05/18/2020.05.11.20098392/F18.medium.gif) [Figure 18:](http://medrxiv.org/content/early/2020/05/18/2020.05.11.20098392/F18) Figure 18: Curve fitting for Rio de Janeiro state (logNormal model was the best fit) with peak is indicated on May 5th, 2020. ![Figure 19:](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2020/05/18/2020.05.11.20098392/F19.medium.gif) [Figure 19:](http://medrxiv.org/content/early/2020/05/18/2020.05.11.20098392/F19) Figure 19: Curve fitting for Sao Paulo state (logistic model was the best fit) with peak is indicated on May 6th, 2020. ## 4. Discussion As already explained, the LSTM based approaches did not work well in the problem of modeling the Covid-19 dynamics. The LSTM-SAE was also tried and performed a little better. There are some explanations for this lower performance. The first issue is related to data non-linearity caused by under sampling (every other day and then every day for example) and under notifications (numbers under real values), which have also been problematic for other countries than Brazil. Several countries are under-testing their population, making the number of reported cases below reality. Even for the countries that are doing massive testing, there are often delays between the real occurrences and notification. Another potential source of error is the randomization of the weights, which can be solved with LSTM-SAE [17], however the first issue still remains a problem here (non-linearity problem). Yet, instability has been acknowledged during training. Several attempts had to be done in order to get a more stable model by manually tuning a fixed initialization seed. Neural networks are known to be good function approximators, and at first look, the functions they are approximating are likely to be nonlinear. In particular, an LSTM creates an embedding that transforms the function into a linear one for the final prediction. However this is not related to the fact that the input is nonlinear, which is the case for the data distribution of Covid-19. Actually, we conjecture that the input data can be considered quasi-linear (somehow between nonlinear and linear) and that it obeys a certain pattern, otherwise no model could approximate it. The limited latent space is also a problem, even more for the long sequences as it is the case here. Besides modeling well the long-term memories, it fails in regularizing for other sequences with different properties [27]. That is to say that if a certain situation (lock-down or distancing) is kept, thus it could perform better. Besides, the problem of learning long-term dependencies remains as one of the main challenges in deep learning [27]. A last problem with LSTM is that the time series has to be stationary and with stable mean, an assumption that does not hold with the data that we analyzed in this paper. View this table: [Table 2:](http://medrxiv.org/content/early/2020/05/18/2020.05.11.20098392/T2) Table 2: Peak occurrences for each state predicted by the MAE Model and by a distribution probability. We also indicate the total number of cases expected by the MAE prediction and the day that it’ll reach 97% of the total number of cases. An issue that recalled attention is that for states approaching the peak, the final curve fitting process performed better with a curve visually closer to data as is the cases reported in Figures 18 and 19. Notice in Figure 20 for example, this may indicate that the values close to the peak might have lower values than the ones that are predicted by MAE approach. This can be confirmed when the peak is reached. If this is the case, some adjustment can be done in our method in order to account for this property, which is our first idea for future works. ![Figure 20:](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2020/05/18/2020.05.11.20098392/F20.medium.gif) [Figure 20:](http://medrxiv.org/content/early/2020/05/18/2020.05.11.20098392/F20) Figure 20: Curve fitting for Rio Grande do Norte state (logNormal model was the best fit) with peak indicated on May 13th, 2020. The clustering approach proposed in this paper uses a feature representation focusing on the early response of the countries. This was based on the assumption that the first week of the spread of the disease are crucial to determine its dynamics in a given region. However, in future work, it might be interesting refine the groups based on the most recent data, in order to obtain even more accurate predictions. For example, if a state is at 6 weeks after outbreak, we could compute the features for weeks 4 to 6 after outbreak. ## 5. Conclusions The main problem that was solved in this paper is the model estimation for the Covid-19 dynamics that can be more realistic, by using cases that have already occurred in other locations or countries, with some similar distribution. Although our study focus on the Brazilian reality, technically, the proposed approach can be applied elsewhere. For determining these similar distributions, firstly, a clustering was applied to the countries/regions (training and to be predicted). This clustering was a key of the process and will be improved in future works in order to represent more closely the characteristics of the time series. Thus, to this end we have proposed alternative ways for modeling Covid-19 dynamics, using a data driven approach based on MAE. By our results, this approach performed better than traditional and LSTM approaches. To do that, we have proposed an initial clustering of the training data based on Early Mortality, Days until 10x, and Early Acceleration using data from regions where the pandemic is at an advanced stage. Then, we used the deep learning MAE approach to train a neural network guided by this clustering. This approach worked better, verified at the end by fitting approximating curves to the dynamics of each Brazilian state, in order to verify or ratify the peaks. So, with basis on the results discussed above, up to date, we could verify the applicability of data driven approaches to model Covid-19 dynamics. With this approach, dealing with regional aspects based on the used features of the pandemic, city managers can get more precise information and better insight to plan their actions. Complementary material for this work can be found at [www.natalnet.br/covid](http://www.natalnet.br/covid), where the next step is to implement this approach running and updating automatically, using the most recent available data. ## Data Availability Predicted data for Brazil can be found at [http://www.natalnet.br/covid](http://www.natalnet.br/covid) [http://www.natalnet.br/covid](http://www.natalnet.br/covid) ## Footnotes * ⋆ This work is supported by CAPES under Grant 001 and by CNPq. * Received May 11, 2020. * Revision received May 11, 2020. * Accepted May 18, 2020. * © 2020, Posted by Cold Spring Harbor Laboratory This pre-print is available under a Creative Commons License (Attribution-NoDerivs 4.0 International), CC BY-ND 4.0, as described at [http://creativecommons.org/licenses/by-nd/4.0/](http://creativecommons.org/licenses/by-nd/4.0/) ## References 1. [1]. P. Byass, Eco-epidemiological assessment of the covid-19 epidemic in china, january-february 2020, medRxivarXiv:[https://www.medrxiv.org/content/early/2020/03/31/2020.03.29.20046565.full.pdf](https://www.medrxiv.org/content/early/2020/03/31/2020.03.29.20046565.full.pdf), doi:10.1101/2020.03.29.20046565. URL [https://www.medrxiv.org/content/early/2020/03/31/2020.03.29.20046565](https://www.medrxiv.org/content/early/2020/03/31/2020.03.29.20046565) [Abstract/FREE Full Text](http://medrxiv.org/lookup/ijlink/YTozOntzOjQ6InBhdGgiO3M6MTQ6Ii9sb29rdXAvaWpsaW5rIjtzOjU6InF1ZXJ5IjthOjQ6e3M6ODoibGlua1R5cGUiO3M6NDoiQUJTVCI7czoxMToiam91cm5hbENvZGUiO3M6NzoibWVkcnhpdiI7czo1OiJyZXNpZCI7czoyMToiMjAyMC4wMy4yOS4yMDA0NjU2NXYxIjtzOjQ6ImF0b20iO3M6NTA6Ii9tZWRyeGl2L2Vhcmx5LzIwMjAvMDUvMTgvMjAyMC4wNS4xMS4yMDA5ODM5Mi5hdG9tIjt9czo4OiJmcmFnbWVudCI7czowOiIiO30=) 2. [2]. F. Hamzah, A. Binti, C. Lau, H. Nazri, D. V. Ligot, G. Lee, C. L. Tan, Coronatracker: Worldwide covid-19 outbreak data analysis and prediction, Bull World Health Organ. 1 (2020) 32. doi:[http://dx.doi.org/10.2471/BLT.20.255695](http://dx.doi.org/10.2471/BLT.20.255695). 3. [3]. D. Fanelli, F. Piazza, Analysis and forecast of covid-19 spreading in china, italy and france, Chaos, Solitons & Fractals 134 (2020) 109761. doi:[https://doi.org/10.1016/j.chaos.2020.109761](https://doi.org/10.1016/j.chaos.2020.109761). URL [http://www.sciencedirect.com/science/article/pii/S0960077920301636](http://www.sciencedirect.com/science/article/pii/S0960077920301636) 4. [4]. G. F. Webb, P. Magal, Z. Liu, O. Seydi, A model to predict covid-19 epidemics with applications to south korea, italy, and spain, medRxivarXiv:[https://www.medrxiv.org/content/early/2020/04/10/2020.04.07.20056945.full.pdf](https://www.medrxiv.org/content/early/2020/04/10/2020.04.07.20056945.full.pdf), doi:10.1101/2020.04.07.20056945. URL [https://www.medrxiv.org/content/early/2020/04/10/2020.04.07.20056945](https://www.medrxiv.org/content/early/2020/04/10/2020.04.07.20056945) [Abstract/FREE Full Text](http://medrxiv.org/lookup/ijlink/YTozOntzOjQ6InBhdGgiO3M6MTQ6Ii9sb29rdXAvaWpsaW5rIjtzOjU6InF1ZXJ5IjthOjQ6e3M6ODoibGlua1R5cGUiO3M6NDoiQUJTVCI7czoxMToiam91cm5hbENvZGUiO3M6NzoibWVkcnhpdiI7czo1OiJyZXNpZCI7czoyMToiMjAyMC4wNC4wNy4yMDA1Njk0NXYxIjtzOjQ6ImF0b20iO3M6NTA6Ii9tZWRyeGl2L2Vhcmx5LzIwMjAvMDUvMTgvMjAyMC4wNS4xMS4yMDA5ODM5Mi5hdG9tIjt9czo4OiJmcmFnbWVudCI7czowOiIiO30=) 5. [5]. A. Grant, Dynamics of covid-19 epidemics: Seir models underestimate peak infection rates and overestimate epidemic duration, medRxivarXiv: [https://www.medrxiv.org/content/early/2020/04/12/2020.04.02.20050674.full.pdf](https://www.medrxiv.org/content/early/2020/04/12/2020.04.02.20050674.full.pdf), doi:10.1101/2020.04.02.20050674. URL [https://www.medrxiv.org/content/early/2020/04/12/2020.04.02.20050674](https://www.medrxiv.org/content/early/2020/04/12/2020.04.02.20050674) [Abstract/FREE Full Text](http://medrxiv.org/lookup/ijlink/YTozOntzOjQ6InBhdGgiO3M6MTQ6Ii9sb29rdXAvaWpsaW5rIjtzOjU6InF1ZXJ5IjthOjQ6e3M6ODoibGlua1R5cGUiO3M6NDoiQUJTVCI7czoxMToiam91cm5hbENvZGUiO3M6NzoibWVkcnhpdiI7czo1OiJyZXNpZCI7czoyMToiMjAyMC4wNC4wMi4yMDA1MDY3NHYyIjtzOjQ6ImF0b20iO3M6NTA6Ii9tZWRyeGl2L2Vhcmx5LzIwMjAvMDUvMTgvMjAyMC4wNS4xMS4yMDA5ODM5Mi5hdG9tIjt9czo4OiJmcmFnbWVudCI7czowOiIiO30=) 6. [6]. E. Loli Piccolomiini, F. Zama, Monitoring italian covid-19 spread by an adaptive seird model, medRxivarXiv: [https://www.medrxiv.org/content/early/2020/04/06/2020.04.03.20049734.full.pdf](https://www.medrxiv.org/content/early/2020/04/06/2020.04.03.20049734.full.pdf), doi:10.1101/2020.04.03.20049734. URL [https://www.medrxiv.org/content/early/2020/04/06/2020.04.03.20049734](https://www.medrxiv.org/content/early/2020/04/06/2020.04.03.20049734) [Abstract/FREE Full Text](http://medrxiv.org/lookup/ijlink/YTozOntzOjQ6InBhdGgiO3M6MTQ6Ii9sb29rdXAvaWpsaW5rIjtzOjU6InF1ZXJ5IjthOjQ6e3M6ODoibGlua1R5cGUiO3M6NDoiQUJTVCI7czoxMToiam91cm5hbENvZGUiO3M6NzoibWVkcnhpdiI7czo1OiJyZXNpZCI7czoyMToiMjAyMC4wNC4wMy4yMDA0OTczNHYxIjtzOjQ6ImF0b20iO3M6NTA6Ii9tZWRyeGl2L2Vhcmx5LzIwMjAvMDUvMTgvMjAyMC4wNS4xMS4yMDA5ODM5Mi5hdG9tIjt9czo4OiJmcmFnbWVudCI7czowOiIiO30=) 7. [7]. G. K. Baerwolff, A contribution to the mathematical modeling of the corona/covid-19 pandemic, medRxivarXiv: [https://www.medrxiv.org/content/early/2020/04/19/2020.04.01.20050229.full.pdf](https://www.medrxiv.org/content/early/2020/04/19/2020.04.01.20050229.full.pdf), doi:10.1101/2020.04.01.20050229. URL [https://www.medrxiv.org/content/early/2020/04/19/2020.04.01.20050229](https://www.medrxiv.org/content/early/2020/04/19/2020.04.01.20050229) [Abstract/FREE Full Text](http://medrxiv.org/lookup/ijlink/YTozOntzOjQ6InBhdGgiO3M6MTQ6Ii9sb29rdXAvaWpsaW5rIjtzOjU6InF1ZXJ5IjthOjQ6e3M6ODoibGlua1R5cGUiO3M6NDoiQUJTVCI7czoxMToiam91cm5hbENvZGUiO3M6NzoibWVkcnhpdiI7czo1OiJyZXNpZCI7czoyMToiMjAyMC4wNC4wMS4yMDA1MDIyOXYyIjtzOjQ6ImF0b20iO3M6NTA6Ii9tZWRyeGl2L2Vhcmx5LzIwMjAvMDUvMTgvMjAyMC4wNS4xMS4yMDA5ODM5Mi5hdG9tIjt9czo4OiJmcmFnbWVudCI7czowOiIiO30=) 8. [8]. N. Periwal, S. Sarma, P. Arora, V. Sood, In-silico analysis of sars-cov-2 genomes: Insights from sars encoded non-coding rnas, bioRxivarXiv: [https://www.biorxiv.org/content/early/2020/04/04/2020.03.31.018499.full.pdf](https://www.biorxiv.org/content/early/2020/04/04/2020.03.31.018499.full.pdf), doi:10.1101/2020.03.31.018499. URL [https://www.biorxiv.org/content/early/2020/04/04/2020.03.31.018499](https://www.biorxiv.org/content/early/2020/04/04/2020.03.31.018499) [Abstract/FREE Full Text](http://medrxiv.org/lookup/ijlink/YTozOntzOjQ6InBhdGgiO3M6MTQ6Ii9sb29rdXAvaWpsaW5rIjtzOjU6InF1ZXJ5IjthOjQ6e3M6ODoibGlua1R5cGUiO3M6NDoiQUJTVCI7czoxMToiam91cm5hbENvZGUiO3M6NzoiYmlvcnhpdiI7czo1OiJyZXNpZCI7czoxOToiMjAyMC4wMy4zMS4wMTg0OTl2MSI7czo0OiJhdG9tIjtzOjUwOiIvbWVkcnhpdi9lYXJseS8yMDIwLzA1LzE4LzIwMjAuMDUuMTEuMjAwOTgzOTIuYXRvbSI7fXM6ODoiZnJhZ21lbnQiO3M6MDoiIjt9) 9. [9]. C. Distante, P. Piscitelli, A. Miani, Covid-19 outbreak progression in italian regions: Approaching the peak by the end of march in northern italy and first week of april in southern italy, International Journal of Environmental Research and Public Health 17 (9). doi:10.3390/ijerph17093025. URL [https://www.mdpi.com/1660-4601/17/9/3025](https://www.mdpi.com/1660-4601/17/9/3025) [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.3390/ijerph17093025&link_type=DOI) 10. [10]. L. Wang, J. Li, S. Guo, N. Xie, L. Yao, Y. Cao, S. W. Day, S. C. Howard, J. C. Graff, T. Gu, J. Ji, W. Gu, D. Sun, Real-time estimation and prediction of mortality caused by covid-19 with patient information based algorithm, Science of The Total Environment 727 (2020) 138394. doi:[https://doi.org/10.1016/j.scitotenv.2020.138394](https://doi.org/10.1016/j.scitotenv.2020.138394). URL [http://www.sciencedirect.com/science/article/pii/S0048969720319070](http://www.sciencedirect.com/science/article/pii/S0048969720319070) 11. [11]. M. te Vrugt, J. Bickmann, R. Wittkowski, Effects of social distancing and isolation on epidemic spreading: a dynamical density functional theory model (2020). arXiv:2003.13967. 12. [12]. S. Ardabili, A. Mosavi, P. Ghamisi, F. Ferdinand, A. Varkonyi-Koczy, U. Reuter, T. Rabczuk, P. Atkinson, Covid-19 outbreak prediction with machine learning, Preprints 04 (2020) 2020040311. doi:[https://doi.org/10.20944/preprints202004.0311.v1](https://doi.org/10.20944/preprints202004.0311.v1). 13. [13]. C. Distante, I. Gadelha Pereira, L. M. Garcia Goncalves, P. Piscitelli, A. Miani, Forecasting covid-19 outbreak progression in italian regions: A model based on neural network training from chinese data, medRxivdoi: 10.1101/2020.04.09.20059055. [Abstract/FREE Full Text](http://medrxiv.org/lookup/ijlink/YTozOntzOjQ6InBhdGgiO3M6MTQ6Ii9sb29rdXAvaWpsaW5rIjtzOjU6InF1ZXJ5IjthOjQ6e3M6ODoibGlua1R5cGUiO3M6NDoiQUJTVCI7czoxMToiam91cm5hbENvZGUiO3M6NzoibWVkcnhpdiI7czo1OiJyZXNpZCI7czoyMToiMjAyMC4wNC4wOS4yMDA1OTA1NXYxIjtzOjQ6ImF0b20iO3M6NTA6Ii9tZWRyeGl2L2Vhcmx5LzIwMjAvMDUvMTgvMjAyMC4wNS4xMS4yMDA5ODM5Mi5hdG9tIjt9czo4OiJmcmFnbWVudCI7czowOiIiO30=) 14. [14]. Z. Yang, Z. Zeng, K. Wang, S.-S. Wong, W. Liang, M. Zanin, P. Liu, X. Cao, Z. Gao, Z. Mai, J. Liang, X. Liu, S. Li, Y. Li, F. Ye, W. Guan, Y. Yang, F. Li, S. Luo, Y. Xie, B. Liu, Z. Wang, S. Zhang, Y. Wang, N. Zhong, J. He, Modified seir and ai prediction of the epidemics trend of covid-19 in china under public health interventions, Journal of Thoracic Disease 12 (3). URL [http://jtd.amegroups.com/article/view/36385](http://jtd.amegroups.com/article/view/36385) 15. [15]. W. C. Roda, M. B. Varughese, D. Han, M. Y. Li, Why is it difficult to accurately predict the covid-19 epidemic?, Infectious Disease Modelling 5 (2020) 271–281. doi:[https://doi.org/10.1016/j.idm.2020.03.001](https://doi.org/10.1016/j.idm.2020.03.001). URL [http://www.sciencedirect.com/science/article/pii/S2468042720300075](http://www.sciencedirect.com/science/article/pii/S2468042720300075) 16. [16]. O. M. Otunuga, M. O. Ogunsolu, Qualitative analysis of a stochastic seitr epidemic model with multiple stages of infection and treatment, Infectious Disease Modelling 5 (2020) 61—90. doi:[https://doi.org/10.1016/j.idm.2019.12.003](https://doi.org/10.1016/j.idm.2019.12.003). URL [http://www.sciencedirect.com/science/article/pii/S2468042719300430](http://www.sciencedirect.com/science/article/pii/S2468042719300430) 17. [17]. K. M. Sagheer, A., Unsupervised pre-training of a deep lstm-based stacked autoencoder for multivariate time series forecasting problems, Sci Rep 9 (2019)1938. doi:10.1038/s41598-019-55320-6. [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1038/s41598-019-55320-6&link_type=DOI) 18. [18]. S. Hochreiter, J. Schmidhuber, Long short-term memory, Neural computation 9 (8) (1997) 1735–1780. [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1162/neco.1997.9.8.1735&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=9377276&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2020%2F05%2F18%2F2020.05.11.20098392.atom) [Web of Science](http://medrxiv.org/lookup/external-ref?access_num=A1997YA04500007&link_type=ISI) 19. [19]. A. Sagheer, M. Kotb, Time series forecasting of petroleum production using deep lstm recurrent networks, Neurocomputing 323 (2019) 203—213. doi:[https://doi.org/10.1016/j.neucom.2018.09.082](https://doi.org/10.1016/j.neucom.2018.09.082). URL [http://www.sciencedirect.com/science/article/pii/S0925231218311639](http://www.sciencedirect.com/science/article/pii/S0925231218311639) 20. [20]. E. Dong, H. Du, L. Gardner, An interactive web-based dashboard to track covid-19 in real time, The Lancet infectious diseases. 21. [21].Coronavírus brasil. URL [https://covid.saude.gov.br/](https://covid.saude.gov.br/) 22. [22].Covid-19 (May 2020). URL [https://github.com/pcm-dpc/COVID-19](https://github.com/pcm-dpc/COVID-19) 23. [23]. M. Ploner, Towards data science: which countries react similar to covid 19, machine learning provides the answer. URL [https://towardsdatascience.com/](https://towardsdatascience.com/) 24. [24]. L. McInnes, J. Healy, J. Melville, Umap: Uniform manifold approximation and projection for dimension reduction, arXiv preprint arXiv:1802.03426. 25. [25]. F. Pedregosa, G. Varoquaux, A. Gramfort, V. Michel, B. Thirion, O. Grisel, M. Blondel, P. Prettenhofer, R. Weiss, V. Dubourg, J. Vanderplas, A. Pas-sos, D. Cournapeau, M. Brucher, M. Perrot, E. Duchesnay, Scikit-learn: Machine learning in Python, Journal of Machine Learning Research 12 (2011) 2825–2830. [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1524/auto.2011.0951&link_type=DOI) 26. [26]. B. J. Frey, D. Dueck, Clustering by passing messages between data points, science 315 (5814) (2007) 972–976. [Abstract/FREE Full Text](http://medrxiv.org/lookup/ijlink/YTozOntzOjQ6InBhdGgiO3M6MTQ6Ii9sb29rdXAvaWpsaW5rIjtzOjU6InF1ZXJ5IjthOjQ6e3M6ODoibGlua1R5cGUiO3M6NDoiQUJTVCI7czoxMToiam91cm5hbENvZGUiO3M6Mzoic2NpIjtzOjU6InJlc2lkIjtzOjEyOiIzMTUvNTgxNC85NzIiO3M6NDoiYXRvbSI7czo1MDoiL21lZHJ4aXYvZWFybHkvMjAyMC8wNS8xOC8yMDIwLjA1LjExLjIwMDk4MzkyLmF0b20iO31zOjg6ImZyYWdtZW50IjtzOjA6IiI7fQ==) 27. [27]. I. Goodfellow, Y. Bengio, A. Courville, Deep Learning, MIT Press, 2016, [http://www.deeplearningbook.org](http://www.deeplearningbook.org). 28. [28]. D. P. Kingma, M. Welling, An introduction to variational autoencoders, Foundations and Trends© in Machine Learning 12 (4) (2019) 307–392. doi:10.1561/2200000056. URL [http://dx.doi.org/10.1561/2200000056](http://dx.doi.org/10.1561/2200000056) [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1561/2200000056&link_type=DOI) 29. [29].S. ([https://stats.stackexchange.com/users/124694/samos](https://stats.stackexchange.com/users/124694/samos)), Is the covid-19 pandemic curve a gaussian curve?, Cross Validated, uRL:[https://stats.stackexchange.com/q/455202](https://stats.stackexchange.com/q/455202) (version: 2020–03-22). arXiv:[https://stats.stackexchange.com/q/455202](https://stats.stackexchange.com/q/455202). URL [https://stats.stackexchange.com/qZ455202](https://stats.stackexchange.com/qZ455202) 30. [30]. W. Lyra, J. D. do Nascimento Junior, J. Belkhiria, P. P. M. C. Leandro de Almeida, I. de Andrade, Projections for the state of rio grande do norte: Population, demand for hospitalization and progression of cases (in portuguese), Web Covid-19 resource page of Department for Theoric and Experimental Physics - UFRN, accessed on May 04th, 2020. URL [http://astro.dfte.ufrn.br/html/Cliente/COVID19bra.php](http://astro.dfte.ufrn.br/html/Cliente/COVID19bra.php) 31. [31]. S. B. Bastos, D. O. Cajueiro, Modeling and forecasting the early evolution of the covid-19 pandemic in brazil (second version, april 10th 2020 (2020). arXiv:2003.14288. 32. [32]. S. B. Bastos, D. O. Cajueiro, Modeling and forecasting the early evolution of the covid-19 pandemic in brazil (first version, april 1st 2020) (2020). arXiv:2003.14288. 33. [33]. W. Lyra, J. D. do Nascimento, J. Belkhiria, L. de Almeida, P. P. Chrispim, I. de Andrade, Covid-19 pandemics modeling with seir(+caqh), social distancing, and age stratification. the effect of vertical confinement and release in brazil., medRxivdoi:10.1101/2020.04.09.20060053. [Abstract/FREE Full Text](http://medrxiv.org/lookup/ijlink/YTozOntzOjQ6InBhdGgiO3M6MTQ6Ii9sb29rdXAvaWpsaW5rIjtzOjU6InF1ZXJ5IjthOjQ6e3M6ODoibGlua1R5cGUiO3M6NDoiQUJTVCI7czoxMToiam91cm5hbENvZGUiO3M6NzoibWVkcnhpdiI7czo1OiJyZXNpZCI7czoyMToiMjAyMC4wNC4wOS4yMDA2MDA1M3YzIjtzOjQ6ImF0b20iO3M6NTA6Ii9tZWRyeGl2L2Vhcmx5LzIwMjAvMDUvMTgvMjAyMC4wNS4xMS4yMDA5ODM5Mi5hdG9tIjt9czo4OiJmcmFnbWVudCI7czowOiIiO30=) [1]: /embed/graphic-2.gif [2]: /embed/graphic-3.gif [3]: /embed/graphic-4.gif [4]: /embed/graphic-5.gif [5]: /embed/graphic-6.gif [6]: /embed/graphic-7.gif [7]: /embed/inline-graphic-1.gif [8]: /embed/inline-graphic-2.gif [9]: /embed/graphic-11.gif [10]: /embed/inline-graphic-3.gif [11]: /embed/inline-graphic-4.gif [12]: /embed/inline-graphic-5.gif [13]: /embed/inline-graphic-6.gif