Abstract
Researchers from various scientific disciplines have attempted to forecast the spread of coronavirus disease 2019 (COVID-19). The proposed epidemic prediction methods range from basic curve fitting methods and traffic interaction models to machine-learning approaches. If we combine all these approaches, we obtain the Network Inference-based Prediction Algorithm (NIPA). In this paper, we analyse a diverse set of COVID-19 forecast algorithms, including several modifications of NIPA. Among the algorithms that we evaluated, the original NIPA performed best at forecasting the spread of COVID-19 in Hubei, China and in the Netherlands. In particular, we show that network-based forecasting is superior to any other forecasting algorithm.
Keywords: Epidemiology, Network inference, Forecast accuracy, Bayesian methods, SIR model, Time series methods, Machine learning methods
1. Introduction
In December 2019, SARS-CoV-2, the virus that causes coronavirus disease 2019 (COVID-19), emerged in the Chinese province of Hubei. The number of COVID-19 cases in China rose dramatically to almost 80,000 by the end of February 2020. From China, COVID-19 quickly spread throughout the whole world, with almost ten million cases by the end of June 2020. Many countries imposed nation-wide lockdowns to slow down the spread of COVID-19. A reliable forecast of the pandemic outbreak is key for targeted disease countermeasures and for the appropriate design of exit strategies to lift lockdowns.
Unfortunately, just as weather forecasts, the prediction of epidemic outbreaks is subject to fundamental limits (Moran et al., 2016). One aspect is the limited availability of data, because epidemic time series are relatively short, and carrying out medical tests on a large scale is challenging. Also, the final number of infected cases is highly sensitive to initial perturbations (Prasse, Achterberg & Van Mieghem, 2020). Nonetheless, many methods have been developed and applied to forecast the spread of COVID-19. Perhaps the simplest approach is based on fitting the number of infections to a sigmoid curve, such as the logistic function (Roosa et al., 2020, Verhulst, 1845), Hill function (Hill, 1910), or Gompertz function (Gompertz, 1825). Using nonlinear regression, the parameters of the sigmoid curve can be estimated. For the comparison of prediction algorithms in this work, we focus on the logistic function. The logistic function is of particular interest, because the logistic function is the (approximate) solution for the number of infected cases (Van Mieghem, 2016) in the Susceptible-Infected-Susceptible (SIS) epidemic model, and for the number of removed cases in the Susceptible-Infected-Removed (SIR) epidemic model (Kermack and McKendrick, 1927, Prasse, Achterberg and Van Mieghem, 2020).
By fitting the number of infected cases to a sigmoid curve, we implicitly assume that the spread in a particular region is independent of other regions, which contrasts with the strong interconnectedness of our modern world. The interaction between different regions, which is due to the movement of people, is taken into account by network-based techniques.
The interaction can be described by a network with nodes. Each node in the network represents a particular region (country, province, municipality, or city), and the link represents the existence of an interaction from region to region , specified by a link weight denoting the infection probability from region to region . The self-infection probability within a region is given by , which we expect to be dominant over the other infection probabilities, because the interaction within a region is stronger than the interaction with other regions. The infection probability matrix , with elements is, however, unknown and must be derived from past observations of the epidemic. We address this issue in more detail in Section 2.
Throughout this work, we often use “the number of infected cases”, which we understand as “the number of cases reported by local authorities”. Asymptomatic individuals, who do not feel sick and even do not know that they are infected and infectious, are not reported and can infect others unwittingly. To gain an understanding of the percentage of asymptomatic cases, one possibility is to test the population at random with, for example, blood tests. For COVID-19, the fraction of asymptomatic cases is estimated to be as large as 80% (Day, 2020). Since the number of asymptomatic cases cannot be determined on a daily basis, we confine ourselves to the number of reported cases in this work.
Many scientific disciplines have investigated and forecasted the spread of COVID-19. Statistical approaches are commonly based on Kalman filtering (Yang, Yi et al., 2020) or consider Bayesian approaches (Lorch et al., 2020). Network-based approaches consider aeroplane networks, daily commute traffic, or cell phone traffic (Chang et al., 2020). Data scientists apply machine-learning algorithms, like the adaptive neuro-fuzzy inference system (Al-qaness, Ewees, Fan, & Abd El Aziz, 2020) or Long Short-Term Memory (LSTM) (Yang, Zeng et al., 2020). Mathematicians have performed parameter estimation on compartmental models such as the SIR model (Kergassner et al., 2020, Yang, Zeng et al., 2020) or the Susceptible-Exposed-Infected-Removed (SEIR) model (He, Peng, & Sun, 2020).
Most epidemic models forecast the number of infected cases as a point forecast (generally: the mean of a distribution) rather than a complete distribution. All models in this work were designed to provide point forecasts, but can be generalised to provide prediction intervals. We discuss this topic further in Section 2.
The focus of this work is the comparison of a diverse set of methods for forecasting the spread of COVID-19, ranging from fitting closed-form epidemic curves and comprehensive machine-learning algorithms to network-based approaches. We focus on the spread of COVID-19, but we emphasise that all methods can be applied to general epidemic outbreaks. We show that pure machine-learning and network-agnostic algorithms or epidemiological models are inferior to algorithms that combine multiple approaches and rely on the underlying network topology. In particular, the Network Inference-based Prediction Algorithm (NIPA) is superior to any other algorithm that we evaluated. In Section 2, we explain eight forecast algorithms for predicting the future number of COVID-19 cases. In Section 3, we demonstrate their performance in two selected regions—Hubei, China and the Netherlands—and discuss the strengths and weaknesses of each algorithm. Finally, we summarise our findings in Section 4.
2. Prediction algorithms
The spread of COVID-19 can be measured in terms of the daily number of reported cases. We model the course of the epidemic with an SIR compartmental model, where each individual is either susceptible (healthy), infected (can infect the susceptible), or removed (recovered or died). We denote the (discrete) time by , where is the total number of observation days. The first COVID-19 case was reported on day . Given that nearly all governments report their epidemic data once a day, we take a time step of one day as a natural choice and investigate the effect of the time step on the prediction accuracy in Appendix G. The SIR epidemic model with time-varying spreading parameters is given by:
Definition 1 SIR Epidemic Model (Kermack and McKendrick, 1927, Prasse and Van Mieghem, 2020a, Youssef and Scoglio, 2011) —
The viral state of region evolves in discrete time according to
(1)
(2) and the fraction of susceptible individuals follows as
(3) Here, denotes the infection probability from region to region at time , and denotes the curing probability of region .
The spread of COVID-19 cannot be described exactly by the SIR equations 1, (2) and (3). The COVID-19 pandemic evolves in continuous time, whereas the SIR model evolves in discrete time, with a time step of one day. Additionally, the SIR model is unable to describe phenomena like personal social distancing, nation-wide lockdowns, and the availability of vaccinations. Each of these model assumptions introduces model errors. Prior to the introduction of several forecasting algorithms, we explain how model errors can be used to obtain prediction intervals for the forecasted number of infected cases.
As described in Prasse, Achterberg, Ma and Van Mieghem (2020), we obtain the fraction of susceptible , infectious , and removed individuals in region from the observed infections . We aim to find the best possible forecast for the cumulative number of infected cases for region and time . In this work, we discuss eight prediction methods.
2.1. Potential generalisation to prediction intervals
Before introducing the different prediction methods, we emphasise that this work focuses on short-term point forecasts. Long-term epidemic behaviour is very random, and providing forecast intervals is essential to give a complete picture of the long-term viral spread (Cirillo & Taleb, 2020). Extending the point forecast methods in this work to prediction intervals is outside the scope of this work. Nonetheless, we consider it valuable to conceptually discuss an extension of the SIR equation (1) to allow for the computation of prediction intervals. A real epidemic does not follow the SIR model (1) exactly. Instead, the infection state evolves from time to as
(4) |
where denotes the model error of region at time ; see also Appendix A. Equation (4) can be used as a basis for prediction intervals with a Monte Carlo approach. We define the error vector as and the infection vector as for all times . Then, based on Eq. (4), past observations , and errors , the point forecast algorithms provide an estimate of the viral state at future times .
Conceptually, a prediction interval for the future viral state can be obtained in two steps. First, we obtain random samples from the distribution of the model errors . Second, for each sample of errors , we obtain a point forecast of the future viral states . The prediction intervals for the future viral state can be obtained from the ensemble of point forecasts.
The details of the outlined method for obtaining prediction intervals are beyond the scope of this paper. Two particular challenges are the determination of the distribution of the model errors and the implementation of a computationally efficient sampling method.
2.2. Sigmoid curves
The logistic function is a well-known example of an epidemiological sigmoid curve (Van Mieghem, 2016, Verhulst, 1845). We assume the cumulative number of infected cases in region at time to follow a logistic function:
(5) |
where is the long-term fraction of infections, is the logistic growth rate, and is the inflection point, also known as the epidemic peak. The parameters , , and are estimated for each region separately using a nonlinear curve fitting procedure, which is explained in Appendix F. Other sigmoid curves, like the Hill function and Gompertz function, are also discussed in Appendix F.
2.3. Long short-term memory
Recurrent neural networks (Elman, 1990) (RNNs) have been used in various tasks related to sequences (Goodfellow, Bengio, & Courville, 2016), time series analysis and forecasting, speech recognition or natural language processing (Young, Hazarika, Poria, & Cambria, 2018), and they have been demonstrated to achieve state-of-the-art performance. LSTM networks (Hochreiter & Schmidhuber, 1997) are specific types of RNNs that resolve the long-standing problem of long-term dependencies. LSTM introduces additional input, output, and optional forget gates as interfaces with additional weights on the top of standard input data and hidden weights in the standard RNN unit. There are several variations (Gers and Schmidhuber, 2001, Gers et al., 2000) of LSTM networks, such as LSTMs with or without a forget gate and a “peephole connection”, (Jozefowicz, Zaremba, & Sutskever, 2015). For the internal mechanism between the gates and the exact mathematical relations, we refer the reader to Gers et al. (2000) or Yu, Si, Hu, and Zhang (2019). Here, we utilise the most common mechanism—an LSTM with a forget gate. In the simulations, we use an LSTM with sequence and hidden sizes both equal to four in a single LSTM layer (e.g., it is possible to stack a few LSTM layers, which leads to more overfitting), a learning rate of 0.1, and the Adam optimiser (Kingma & Ba, 2014), with mean squared error loss in 2000 epochs of training.
2.4. Network inference-based prediction algorithm (NIPA)
Network-based approaches take into account the interactions between different regions. However, the contact network is unknown (and consequently also the infection probability matrix ) and must be inferred from the epidemic outbreak. NIPA was originally proposed in Prasse and Van Mieghem (2020a), and an adaption of NIPA was applied to the spread of COVID-19 in Hubei, China (Prasse, Achterberg, Ma et al., 2020) and Italy (Pizzuti, Socievole, Prasse, & Van Mieghem, 2020). NIPA consists of two steps. First, the underlying infection matrix is inferred from the epidemic outbreak. Second, the infection matrix and the estimated curing rates for node are used to forecast the outbreak by iterating the SIR model on the estimated infection matrix . Even though NIPA successfully forecasted the spread of COVID-19 in the Chinese province of Hubei, the underlying infection matrix could not be inferred (Prasse & Van Mieghem, 2020b).
2.5. NIPA applied to each region separately
As a benchmark model, we apply NIPA to each region separately, which we name NIPA separate. NIPA separate is a machine-learning method based on the SIR model, but it does not consider the interaction between different regions.
2.6. NIPA static prior
The formulation of NIPA can be extended to include knowledge of the underlying contact network. We use a time-independent traffic network (with the corresponding traffic intensity matrix ) to obtain a prior for the infection probability matrix as
(6) |
We explain our motivation for the prior infection matrix in Appendix B. The positive scalars are unknown and are set by cross-validation. We assume that the true infection matrix is normally distributed around the prior infection matrix . Based on the prior infection matrix and observations of the spread of COVID-19, we obtain the Bayesian estimate by solving the optimisation problem
(7) |
where is the observed infection vector at all times . Using the estimated infection matrix and the estimated curing rates for region , we forecast the outbreak by iterating the SIR model. For details on NIPA static prior, see Appendix C.
Table 1.
All algorithms discussed in this paper. *If the algorithm is based on a phenomenological epidemic process, like the SIR model. **If the algorithm is able to forecast small perturbations in the global trend. ***If the spread between different regions is considered.
Algorithm | Epidemiology* | Adaptive** | Network*** |
---|---|---|---|
NIPA | ✓ | ✓ | ✓ |
NIPA separate | ✓ | ✓ | × |
NIPA static prior | ✓ | ✓ | ✓ |
NIPA dynamic prior | ✓ | ✓ | ✓ |
Logistic function | ✓ | × | × |
Hill function | ✓ | × | × |
Gompertz function | ✓ | × | × |
LSTM | × | ✓ | × |
2.7. NIPA dynamic prior
During the COVID-19 pandemic, many countries have imposed some kind of lockdown, in which the free movement of people is significantly restricted. Thus, the true contact network is not static but varies over time. We use a time-varying traffic matrix as an approximation for the prior infection matrix , whose entries equal
(8) |
for all times . The positive scalars are unknown and are set by hold-out validation. We propose a Bayesian approach called NIPA dynamic prior to estimate the true infection matrix from the time series of infected cases and the prior infection matrix . Using the estimated time-varying infection matrix and the curing rates for each region , we forecast the outbreak by iterating the SIR model. Appendix D explains the technical details of NIPA dynamic prior.
One challenge to NIPA dynamic prior is the unavailability of the contact network in the future. Hence, we assume that the traffic matrix will remain constant after the last observation point : for all . We summarise all prediction algorithms in Table 1.
3. Evaluation of the prediction performance
We evaluate the prediction accuracy of the methods discussed in Section 2 by forecasting the spread of COVID-19 in a selected number of regions. We set the maximal forecast horizon to six days, because of the difficulty of predicting epidemic outbreaks (Prasse, Achterberg & Van Mieghem, 2020).
Each prediction algorithm produces a forecast for the cumulative number of infected cases for region at time . To quantify the prediction error at time , we use the symmetric mean absolute percentage error (sMAPE)
(9) |
which is commonly used in forecasting (Hyndman & Koehler, 2006). Furthermore, we quantify the percentage error (PE) as follows:
(10) |
for region and time to investigate over- and underestimations. We consider the spread of COVID-19 in two regions: the cities in Hubei, China, and the provinces in the Netherlands. These regions cannot be regarded as full representatives of the spread of COVID-19, let alone general infectious diseases. Rather, these regions illustrate the strengths and weaknesses of our methods.
3.1. Hubei, China
We evaluate the prediction accuracy first in the Chinese province Hubei. In December 2019, the first cases of COVID-19 were detected in Wuhan, the capital of Hubei. The first case outside Wuhan was reported on January 21. From January 24 onwards, the whole province Hubei was under lockdown, prohibiting any non-urgent travel. On February 15, the local government in Hubei changed the diagnosing policy, causing an erratic increase in the number of reported cases on February 15. Therefore, we restrict ourselves to the period from January 21 to February 14. The reported cases are provided by the Health Commission of Hubei (2020). The majority of COVID-19 patients were reported in Wuhan, as shown in Fig. 1. We removed the region Shennongjia from our analysis, because of the small number of infections in that region.
Fig. 1.
The figure on the left shows a geographical map of Hubei. The darker the city, the more infections per 100,000 inhabitants on February 14. The three cities with the most infections on February 14 are displayed on the right.
For NIPA static prior, we require a traffic network describing the interactions between the cities in Hubei. The Chinese company Baidu provides an estimate of the number of commuters between all cities in Hubei on a daily basis (Baidu Migration website, 2020). The static prior is set proportional to the traffic network on January 21, which corresponds to day .
Fig. 2 shows the prediction accuracy over time for different forecast algorithms. The horizontal axis shows the date . We forecasted the disease several days ahead, using all available information from January 22 until . For example, the right-most point in Fig. 2(a) includes data from January 22 to February 13 to forecast the situation on February 14.
Fig. 2.
Prediction accuracy for the situation in Hubei, China. The subfigures show the prediction accuracy for a forecast horizon of (a) one day, (b) two days, (c) three days, (d) four days, (e) five days, and (f) six days for the prediction algorithms from Section 2.
The sMAPE error in Fig. 2 tends to decrease as time evolves, because a growing amount of data is available. Furthermore, the total number of infected cases quickly increases, whereas the daily infected cases increase at a lower rate, indicating sub-exponential growth (Maier and Brockmann, 2020, Prasse, Achterberg and Van Mieghem, 2020). Sub-exponential growth will inevitably reduce the sMAPE error, because sMAPE is a relative error metric. On the other hand, the prediction accuracy decreases rapidly if the forecast horizon is enlarged. In particular, the number of cases five and six days ahead around February 1 cannot be predicted accurately, which is illustrated by Fig. 2, Fig. 2, respectively.
In general, the logistic function performs worse than the other algorithms. There may be several reasons for this. First, by fitting a logistic curve, we assume the number of cases to follow the SIR model closely (Kermack and McKendrick, 1927, Prasse, Achterberg and Van Mieghem, 2020). Hence, we do not allow any individual or governmental responses to COVID-19, which typically flattens the (logistic) curve. Second, the logistic function ignores the spread between regions, which further deteriorates the prediction accuracy. Third, the logistic function is symmetric around the epidemic peak at ; the increase and decrease in the number of cases around the peak is equal. Most epidemic outbreaks of COVID-19 show a rapid increase and a more gradual decrease in the daily number of cases. A possible reason for this is that most lockdowns are enforced immediately, whereas lockdown measures are lifted gradually. Occasionally, the Hill function (Hill, 1910) and Gompertz function (Gompertz, 1825) are used to predict epidemic outbreaks, because they allow asymmetry around the epidemic peak. In this work, we focus on the logistic function because of its relation to the solution of the SIR and SIS models, and we discuss the Hill function and the Gompertz function in Appendix F.
The performance of LSTM is fairly good, but LSTM fails to find an accurate forecast around January 31. Since the time series is the shortest at the left-most part of Fig. 2, less data is available to train the LSTM. Pure machine-learning algorithms are known to yield a lower prediction accuracy than other methods if the time series is short (Makridakis, Spiliotis, & Assimakopoulos, 2020).
The prediction accuracy of all NIPA methods in Fig. 2 is similar, although NIPA static prior is considerably worse around February 4 for predictions of three or more days ahead. A possible reason is that the impact of the nation-wide lockdown on January 24 is captured incorrectly by the static prior, whereas the original NIPA method has more freedom to adjust its contact network accordingly and NIPA dynamic prior receives a more tailored, time-varying prior during the lockdown situation. Another reason is that the prior network (dynamic or static) may deviate significantly from the true infection matrix. Under ideal circumstances, namely when the epidemic outbreak exactly follows the SIR model, we show that NIPA static prior outperforms NIPA in Appendix E.
Fig. 2 also shows that the negligence of the network interaction by the NIPA separate model decreases the prediction accuracy compared to NIPA. Hence, a network-based approach appears beneficial for forecasting. We summarise the results in Section 4.
Another interesting topic is forecast bias: the tendency to systematically overestimate or underestimate the true number of infected cases. Using the Percentage Error (PE), we estimate the bias for all prediction algorithms for region at time . The surface error plots in Fig. 3 show the PE as a function of time for a four-days-ahead prediction. The logistic function and LSTM show the largest deviation around the mean, especially around February 1, which is in agreement with Fig. 2. Furthermore, Fig. 3 illustrates that the logistic function and LSTM systematically underestimate the true number of cases. On the other hand, NIPA static prior appears to overestimate the true number of cases. A possible reason for this is the following. The static network is taken to be proportional to the traffic flow before the lockdown measures. When a lockdown is introduced, the static prior remains constant, so the algorithm overestimates the true result. After some time, the newly collected data shows evidence that the prior is not very accurate, so NIPA static prior ignores the prior and uses the data instead, which improves the forecast accuracy again.
Fig. 3.
Surface error plots for four-days-ahead forecasts versus time. The subfigures show (a) NIPA, (b) NIPA separate, (c) NIPA static prior, (d) NIPA dynamic prior, (e) logistic function, and (f) LSTM.
3.2. The Netherlands
As a second case study, we regard the spread of COVID-19 in the Netherlands. The first patient, who had visited Italy the week before, was diagnosed on February 27. After February 27, the number of cases grew rapidly, as depicted in Fig. 4. The epidemic peak was observed at the end of March, and the daily number of cases subsequently dropped. We consider the spread of COVID-19 at a provincial level, for which data is available from the Dutch National Institute for Public Health and the Environment, called RIVM (RIVM, 2020). The Netherlands is subdivided into 12 provinces, for which the RIVM reports the daily number of new infections. Since the number of infected cases increased more gradually in the Netherlands than in Hubei, China, the total epidemic period is longer and more data points are available. A more gradual increase in the number of cases should be beneficial for the prediction accuracy.
Fig. 4.
The figure on the left shows a geographical map of the Netherlands. The darker the province, the more infections per 100,000 inhabitants on May 19. The four provinces with the most infections on May 19 are displayed on the right.
For NIPA static prior, we require a traffic network as an approximation for the interaction between the provinces. Statistics Netherlands (Centraal Bureau voor de Statistiek) reports the number of people working in province and living in province , averaged over one year (CBS, 2018). We use the Google Mobility Data “Workplaces” to estimate the time-varying traffic network for each province in the Netherlands (Google LLC, 2020). Google reports the percentage decrease of traffic on day in province compared to an ordinary day between January 3 and February 6, 2020. During the lockdown, we expect because of the lockdown measures. Then, we construct the time-dependent traffic matrix as follows: .
The prediction accuracy for the Netherlands is outlined in Fig. 5. Before April 1, the situation in the Netherlands is similar to Hubei, where the NIPA methods perform the best, but there are large deviations in the prediction accuracy. After April 1, the accuracy of the NIPA methods is nearly identical to each other. In other words, the influence of the initial static/dynamic network on the prediction is small. The main reason for this is that the NIPA algorithms are trained on a growing amount of infection data as time advances. Among the best performing methods over the whole period are original NIPA and NIPA separate, whereas the logistic function and LSTM show the worst performance.
Fig. 5.
Prediction accuracy for the situation in the Netherlands. The subfigures show the prediction accuracy (a) one day ahead, (b) two days ahead, (c) three days ahead, (d) four days ahead, (e) five days ahead, and (f) six days ahead.
The prediction accuracy of NIPA separate and NIPA are comparable, except at the left-hand side of Fig. 5. A possible reason for this is that the spread of the coronavirus was initially dominated by interprovincial interactions. After imposing the lockdown at the end of March, the interaction between provinces decreased significantly, so the spread of the coronavirus mainly took place within each province.
4. Conclusion
We compared the prediction accuracy of eight algorithms designed to forecast the spread of COVID-19. We summarise the results in Table 2. The error in Table 2 was obtained by averaging over all sMAPE forecast errors for forecast horizons between one and six days. Fitting a sigmoid curve, like the logistic function, performed the worst among the methods considered. The main reasons for the low prediction accuracy are the imposed symmetry around the epidemic peak and the negligence of the interaction between regions. Other sigmoid curves, such as the Hill function and the Gompertz function, performed slightly better than the logistic function, but performed worse than most other algorithms. The LSTM machine-learning algorithm is not based on any phenomenological epidemic processes, nor does it consider provincial interactions. Table 2 shows that the prediction accuracy of LSTM is comparable to the Hill and Gompertz functions.
Table 2.
The performance of all algorithms discussed in this paper. The Netherlands is abbreviated as NL. *As input, each algorithm requires the population size of each region and a time series of the infected cases in each region at any time .
Algorithm | Additional input* | Error (Hubei) | Error (NL) | Bias |
---|---|---|---|---|
NIPA | – | 0.122 | 0.0381 | |
NIPA separate | – | 0.129 | 0.0487 | |
NIPA static prior | Static traffic network | 0.135 | 0.0384 | Over |
NIPA dynamic prior | Dynamic traffic network | 0.129 | 0.0429 | |
Logistic function | – | 0.186 | 0.0735 | Under |
Hill function | – | 0.142 | 0.0531 | |
Gompertz function | – | 0.141 | 0.0528 | |
LSTM | – | 0.160 | 0.0570 | Under |
The Network Inference-based Prediction Algorithm (NIPA) is a combination of machine learning and phenomenological epidemiology (SIR model), and it considers the interaction between different regions. Table 2 illustrates that the prediction accuracy of NIPA is better than that of any other algorithm. Applying NIPA for each region separately (NIPA separate) yielded a forecast error comparable to that of LSTM. We thus conclude that a network-based approach is beneficial for accurate forecasts. We also showed that choosing a time-varying or static prior close to the true contact network may improve the forecast accuracy of NIPA. Surprisingly, the inclusion of a time-varying or static prior in NIPA on real infection data does not improve the forecast accuracy for the considered regions. Among several reasons, the chosen prior might be an inaccurate estimate of the true contact network.
In a practical setting, such as the current COVID-19 pandemic, policymakers might prefer to anticipate to worst-case prediction of the number of infected cases. In that case, an asymmetric error metric that penalises underestimations more significantly than overestimations may be more suitable.
Acknowledgments
LM is supported by the China Scholarship Council.
This work was supported by the Universiteitsfonds Delft in the program TU Delft COVID-19 Response Fund, The Netherlands .
Appendix A. SIR epidemic model
The SIR epidemic model is defined in Definition 1. The COVID-19 pandemic does not exactly follow the SIR epidemic model. Instead, at any time , the fraction of COVID-19 infections in region obeys
(A.1) |
Here, denotes the model error of region at time . Under Assumption 2, the model errors are identically distributed at any time and for any region :
Assumption 2
The model error is normally distributed as
(A.2) Furthermore, the model errors , are stochastically independent for all times and regions .
Assumption 3
For any node , the curing probabilities satisfy , and, at time , the infection probabilities satisfy
(A.3)
Under Assumption 3, the fractions , , and remain in at any time , as stated by Lemma 4, which is inspired by Paré, Liu, Beck, Kirwan, and Başar (2020, Lemma 1) and has been proved for time-invariant infection probabilities in Prasse, Achterberg, Ma et al. (2020).
Lemma 4 Prasse, Achterberg, Ma et al., 2020 —
Suppose that , and for any node . Then, under Assumption 3 , it holds that , and at any time for any node .
Proof
We prove Lemma 4 by induction. Suppose that at time for any node it holds that
(A.4) and
(A.5) and
(A.6) Under Assumption 3, it holds that and . Thus, we obtain from the SIR governing equation (1), (A.6) that both and equal a sum of positive addends, which implies that
(A.7) and
(A.8) Furthermore, we obtain for any node that
(A.9) From (A.4), (A.5), and (A.6), we obtain that . Since (A.5), (A.6) imply that , it holds that
(A.10) under Assumption 3. Thus, , since the right side of (A.9) is a convex combination of 1 and . □
Appendix B. Motivation for the static and dynamic prior
We intend to give a short motivation for the static prior in Eq. (6). Suppose that each individual has on average contacts (here, denotes the average) in the population. If a person is infected and that person’s neighbours are healthy, the person can infect any of its neighbours independently with probability . Hence, the total number of infections follows a Binomial distribution
(B.1) |
In case is large and is small, we can approximate (B.1) by a Poisson distribution
(B.2) |
If there are visiting, infected individuals that may all infect the population independently, the resulting distribution is the sum of independent, identically distributed Poisson distributions, which is again a Poisson distribution with .
We denote the number of people living in region and travelling for work to region by . Each individual has contacts and can infect each individual with probability . Then, region has on average new infections, provided that no two individuals who visit the same region have contact with the same people. In particular, the fraction of new infections that region gets from region is given by
(B.3) |
If we define , we obtain Eq. (6).
Appendix C. Details on NIPA static prior
We assume that the infection matrix is normally distributed around the prior , whose elements equal :
Assumption 5
Every non-diagonal element , where , of the matrix is normally distributed as
(C.1) Here, denotes the proportionality constant, and the constant is set such that
(C.2)
The normal distribution (C.1) is cut off for values outside of the interval , since the infection probability cannot be outside the interval . The standard deviation is a measure of the accuracy of the prior distribution (C.1). Both the proportionality constant and the standard deviation are unknown. Assumption 5 implies that the diagonal elements of the matrix are uniformly distributed in the interval .
We obtain the estimate of the contact network by a Bayesian (or maximum a posteriori) approach. Given the observed infection vector at all times , we pose the optimisation problem
(C.3) |
With the constraint in (C.3), we ensure that the predictions of the infections satisfy ; see Lemma 4 in Appendix A. We define the vector and the matrix as follows (Prasse, Achterberg, Ma et al., 2020):
(C.4) |
and
(C.5) |
We obtain the Bayesian estimate by solving a constrained linear least-squares problem. Proposition 6 is an adaptation of the Bayesian interpretation in Prasse and Van Mieghem (2020b).
Proposition 6
Under Assumption 2, Assumption 5 , the Bayesian estimation problem (C.3) is equivalent to solving the optimisation problem
(C.6) for any region , where the penalisation parameter equals .
Proof
The objective function of the optimisation problem (C.3) is equivalent to
(C.7) In the following, we rewrite the two terms in (C.7). First, with (C.1), it holds that
(C.8) Neither the term nor the term depend on the matrix . Furthermore, the prior is finite only if for all regions . Thus, the optimisation problem (C.7) is equivalent to
(C.9) Second, since the model errors are stochastically independent for different regions , we can rewrite the second term in the objective of (C.9) as
(C.10)
(C.11) where the second equality follows from (A.1), and by defining
(C.12) Under Assumption 2, the model error follows the normal distribution. Thus, it holds that
(C.13) The term is independent of the matrix . Thus, it follows from (C.10), (C.13) that the second term in the objective of (C.9) can be replaced by
(C.14) where the equality follows from the definition of the vector and the matrix in (C.4), (C.5), respectively. Hence, the optimisation problem (C.9) becomes
(C.15) The problem (C.15) can be optimised independently for any region . Thus, we obtain, after multiplication with , the equivalent optimisation problem for any region as
(C.16) By identifying , we obtain that (C.16) with the constraint is equivalent to the constrained linear least-squares problem (C.6). □
The first term in the objective of (C.6) measures the fit to the observed epidemic data. The second term measures the deviation of the infection rates from the prior (C.1). The scalar parameter balances the two terms: if the prior (C.1) is very accurate or the model errors are large, then should be large. The optimal value of the parameter is equivalent to the ratio of the unknown variances and of the model errors and the prior (C.1), respectively. The optimisation problem (C.6) is convex and can be solved efficiently (Boyd & Vandenberghe, 2004). To obtain the solution to (C.6) numerically, we make use of the Matlab command lsqlin. We stress the similarity of the optimisation problem (C.6) to the least absolute shrinkage and selection operator (LASSO) of Tibshirani (Tibshirani, 1996), which is the basis of NIPA without prior (Prasse, Achterberg, Ma et al., 2020). Instead of the second least-squares term in the objective of (C.6), LASSO considers the -norm penalisation term
(C.17) |
In fact, NIPA without prior can also be interpreted as a Bayesian estimation approach (Prasse & Van Mieghem, 2020b).
C.1. Pseudocode
To solve the optimisation problem (C.6) for the infection rates , …, , we must specify three unknown variables. First, we must specify the curing rate of region , which determines the fractions and of susceptible and recovered individuals, respectively (Prasse, Achterberg, Ma et al., 2020). Second, we must specify the parameter . Third, the proportionality constant of the prior (C.1) is also unknown. We perform cross-validation to set the three unknown variables , , .
NIPA static prior is similar to NIPA without prior, except for two alterations. First, we solve the constrained linear least-squares problem (C.6) instead of LASSO. Second, in addition to the parameter and the curing rate , for Bayesian NIPA there is one more unknown variable, namely the proportionality constant , which is a parameter of the prior distribution (C.1). To determine the constant , we consider 50 logarithmically equidistant candidate values in the set . The minimal and the maximal values are set to and , respectively. We set the value of by cross-validation. To obtain the epidemic outbreak prediction of Bayesian NIPA, we execute (Prasse, Achterberg, Ma et al., 2020 Algorithm 1), where (Prasse, Achterberg, Ma et al., 2020 Algorithm 2) is replaced by Algorithm 1 stated below.
Appendix D. Details on NIPA dynamic prior
We assume that the time-varying infection rates are proportional to the known population flow . More precisely, we assume that the infection rates for all regions , when , equal
(D.1) |
for some unknown proportionality constant . Furthermore, we assume that the self-infection probabilities do not change over time . With (D.1), the SIR model in Definition 1 yields that
(D.2) |
D.1. Maximum-likelihood estimation
To predict the infectious state with (D.2), we must estimate the constants , the self-infection probabilities , and the curing rates . We define the vectors and . We pose the estimation problem in a maximum-likelihood sense as
(D.3) |
The last constraint in (D.3) ensures that the predictions of the infections satisfy ; see Lemma 4. From the maximum-likelihood problem (D.3) we derive, for any region , the LASSO optimisation problem as
(D.4) |
Here, we denote the regularisation parameter by , which aims to avoid overfitting. The greater the parameter , the smaller the estimates of the coefficients . If the regularisation parameter , then solving the LASSO (D.4) for any node is equivalent to solving the maximum-likelihood problem (D.3). (The equivalence of the optimisation problem (D.3) and the LASSO (D.4) can be derived analogously to Proposition 6.)
To solve the optimisation problem (D.4) for the constants and , we must specify two unknown variables. First, we must specify the curing rate of region , which determines the fractions and of susceptible and recovered individuals, respectively (Prasse, Achterberg, Ma et al., 2020). Second, we must specify the parameter . We perform hold-out cross-validation to set the unknown variables and : The training set consists of the first 80% of the observations, and the validation set equals the last 20% of the observations. In pseudocode, NIPA dynamic prior is given by Algorithm 2.
Appendix E. NIPA static prior under perfect conditions
The original NIPA method is known to provide accurate predictions when the epidemic perfectly follows the SIR model (Prasse, Achterberg, Ma et al., 2020 Supplementary Material 1). Here, we intend to show that NIPA static prior performs even better if the prior matrix is close to the real infection matrix.
Suppose we generate data from an SIR epidemic as in Definition 1. We use a network with nodes with an equal curing rate for each node: for all . We set the curing rate in the NIPA algorithms to the exact curing rates , such that both NIPA and NIPA static prior will always estimate the curing rates correctly. We consider infection probabilities that are uniformly distributed in the interval . The effective reproduction number can be computed as (Van den Driessche & Watmough, 2002)
(E.1) |
We normalise element-wise such that the basic reproduction number equals 2.0. Furthermore, we set the population size for each region to a uniformly distributed number in the interval and start with an initial infected cases in node 1, and zero infected cases in the other nodes. Most importantly, we set the prior infection matrix to the exact infection matrix , multiplied by some noise
(E.2) |
Here, is uniformly distributed in the interval . The other parameters are the same as in the main article.
The result in Fig. E.6 is clear: NIPA static prior is able to capture the dynamics much better than NIPA. Hence, we conclude that NIPA static prior in combination with a good prior yields better prediction accuracy than the original NIPA method.
Fig. E.6.
The prediction for (a) NIPA and (b) NIPA static prior with generated SIR data based on Definition 1 on a 10-node network.
Appendix F. Sigmoid curves
In epidemiology, sigmoid curves are commonly used to forecast the future number of infected cases.
- The logistic function
- was developed by Verhulst in 1845 to explain the growth of the population in a specific region (Verhulst, 1845). The logistic function is the most often used sigmoid curve in epidemiology, because the logistic function is the (approximate) solution of the SIS and SIR model (Prasse, Achterberg & Van Mieghem, 2020). The logistic function assumes the cumulative number of infected cases in region and time to follow
where is the long-term fraction of infections, is the logistic growth rate, and is the inflection point, which is also known as the epidemic peak.(F.1) - The Hill function
- was introduced in 1910 to describe the binding of molecules to surfaces (Hill, 1910). Later, it was successfully applied to describe the spread of epidemics (Kiskowski & Chowell, 2016). The Hill function assumes the cumulative number of infected cases in region at time to follow
where is the long-term fraction of infections, is the Hill growth rate, is the Hill coefficient, and is the inflection point, also known as the epidemic peak.(F.2) - The Gompertz function
- was introduced in 1825 to describe human mortality in a general population (Gompertz, 1825). Later, the Gompertz function was also used to describe the spread of epidemics (Winsor, 1932). The Gompertz function assumes the cumulative number of infected cases in region at time to follow
where is the long-term fraction of infections, is a displacement factor (comparable to the inflection point), and is the Gompertz growth rate.(F.3)
We describe the curve-fitting procedure here for the logistic function, but the parameters for any curve can be estimated analogously. Suppose that we have a time series of the cumulative number of reported cases for time and for any region . Then, we minimise the mean squared error for each region separately:
(F.4) |
where is the population of region . We evaluate the nonlinear minimisation problem (F.4) by the command in Matlab. As initial conditions, we provide . The parameters for the Hill function and for the Gompertz function can be estimated analogously.
Appendix G. Influence of the time step on the prediction accuracy
In the discrete-time SIR model (1), we use the time step day. By approximating a continuous-time process (the COVID-19 pandemic) by a discrete-time process (SIR model) we make a model error. We investigate the influence of the time step on the prediction accuracy by comparing the NIPA prediction accuracy for various time steps, ranging from days to days. Since the number of infected cases is (generally) reported once a day, the data for the time step days is obtained by linearly interpolating the number of cumulative cases . For time steps day and days, we smooth the raw data before calling the NIPA algorithm (Prasse, Achterberg, Ma et al., 2020).
For time steps days and days, there are two possible methods. Method (A) assumes that the cumulative number of cases is reported every two (or three) days, and is unreported on the intermediate days. Then, we smooth the remaining data before the NIPA algorithm is used. In fact, we have omitted the data on the intermediate days. In contrast, method (B) first smooths all raw data. Thereafter, we only use the cumulative number of cases every two or three days for a time step of two or three days, respectively. The main difference is that method (A) completely neglects the data on intermediate days, whereas method (B) first applies a smoother, and then neglects the intermediate data.
Fig. G.7, Fig. G.8 show an exemplary situation from the Netherlands for three initial dates. The configuration for the time steps day and days is equal in both figures. At the beginning of the COVID-19 outbreak, as shown in Fig. G.7(a) for method (A) and Fig. G.8(a) for method (B), the prediction accuracy is similar for all time steps. The small amount of available data and the rapidly increasing number of cases hampers accurate forecasting. As the epidemic evolves, method (A) and method (B) start to deviate. By omitting data, as in method (A), the sMAPE error in Fig. G.7 increases more quickly for time steps of two and three days than for smaller time steps. Hence, removing data causes the prediction accuracy to decrease. On the other hand, method (B) in Fig. G.8 shows similar behaviour for all time steps. We conclude that if the amount of data is unchanged, the choice of the time step has limited effect on the prediction accuracy.
Fig. G.7.
(Method A: First remove, then smooth.) The NIPA prediction accuracy for the situation in the Netherlands for varying time steps . The subplots show the forecast for (a) March 18, (b) April 5, and (c) April 23. For the time step days and days, the data is first removed and then smoothed.
Fig. G.8.
(Method B: First smooth, then remove.) The NIPA prediction accuracy for the situation in the Netherlands for varying time steps . The subplots show the forecast for (a) March 18, (b) April 5, and (c) April 23. For the time step days and days, the data is first smoothed and then removed.
References
- Al-qaness M., Ewees A., Fan H., Abd El Aziz M. Optimization method for forecasting confirmed cases of COVID-19 in China. Journal of Clinical Medicine. 2020;9:674. doi: 10.3390/jcm9030674. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Baidu Migration website (2020). Retrieved on February 16, 2020 from https://qianxi.baidu.com/2020/.
- Boyd S., Vandenberghe L. Cambridge University Press; 2004. Convex optimization. [DOI] [Google Scholar]
- CBS S. 2018. Banen van werknemers naar woon- en werkregio. Retrieved on May 29, 2020 from. [Google Scholar]
- Chang S.Y., Pierson E., Koh P.W., Gerardin J., Redbird B., Grusky D., Leskovec J. 2020. Mobility network modeling explains higher SARS-CoV-2 infection rates among disadvantaged groups and informs reopening strategies. medRxiv . [DOI] [Google Scholar]
- Cirillo P., Taleb N.N. Tail risk of contagious diseases. Nature Physics. 2020;16:606–613. doi: 10.1038/s41567-020-0921-x. [DOI] [Google Scholar]
- Day M. Covid-19: four fifths of cases are asymptomatic, China figures indicate. BMJ. 2020;369 doi: 10.1136/bmj.m1375. [DOI] [PubMed] [Google Scholar]
- Van den Driessche P., Watmough J. Reproduction numbers and sub-threshold endemic equilibria for compartmental models of disease transmission. Mathematical Biosciences. 2002;180(1):29–48. doi: 10.1016/S0025-5564(02)00108-6. [DOI] [PubMed] [Google Scholar]
- Elman J.L. Finding structure in time. Cognitive Science. 1990;14(2):179–211. doi: 10.1016/0364-0213(90)90002-E. [DOI] [Google Scholar]
- Gers F.A., Schmidhuber J. LSTM Recurrent networks learn simple context-free and context-sensitive languages. IEEE Transactions on Neural Networks. 2001;12 6:1333–1340. doi: 10.1109/72.963769. [DOI] [PubMed] [Google Scholar]
- Gers F.A., Schmidhuber J., Cummins F. Learning to forget: Continual prediction with LSTM. Neural Computation. 2000;12(10):2451–2471. doi: 10.1162/089976600300015015. [DOI] [PubMed] [Google Scholar]
- Gompertz B. On the nature of the function expressive of the law of human mortality, and on a new mode of determining the value of life contingencies. Philosophical Transactions of the Royal Society of London. 1825;115:513–583. doi: 10.1098/rstb.2014.0379. http://www.jstor.org/stable/107756. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Goodfellow I., Bengio Y., Courville A. MIT Press; 2016. Deep learning. http://www.deeplearningbook.org. [Google Scholar]
- Google LLC I. 2020. COVID-19 community mobility reports. Retrieved on May 25, 2020 from https://www.google.com/covid19/mobility/ [Google Scholar]
- He S., Peng Y., Sun K. SEIR modeling of the COVID-19 and its dynamics. Nonlinear Dynamics. 2020 doi: 10.1007/s11071-020-05743-y. [DOI] [PMC free article] [PubMed] [Google Scholar]
- News from the Health Commission of Hubei (2020). Retrieved on February 16, 2020 from http://wjw.hubei.gov.cn/fbjd/dtyw.
- Hill A. Proceedings of the physiological society: January 22, 1910. The Journal of Physiology. 1910;40(suppl):i–vii. doi: 10.1113/jphysiol.1910.sp001386. [DOI] [Google Scholar]
- Hochreiter S., Schmidhuber J. Long Short-Term Memory. Neural Computation. 1997;9(8):1735–1780. doi: 10.1162/neco.1997.9.8.1735. [DOI] [PubMed] [Google Scholar]
- Hyndman R.J., Koehler A.B. Another look at measures of forecast accuracy. International Journal of Forecasting. 2006;22(4):679–688. doi: 10.1016/j.ijforecast.2006.03.001. [DOI] [Google Scholar]
- Jozefowicz, R., Zaremba, W., & Sutskever, I. An empirical exploration of recurrent network architectures. In Bach, F., Blei, D. (editors), Proc. of ICML (32nd international conference on machine learning), vol. 37. Lille, France (pp. 2342–2350).
- Kergassner A., Burkhardt C., Lippold D., Nistler S., Kergassner M., Steinmann P., Budday D., Budday S. 2020. Meso-scale modeling of COVID-19 spatio-temporal outbreak dynamics in Germany. medRxiv . [DOI] [Google Scholar]
- Kermack W.O., McKendrick A.G. A contribution to the mathematical theory of epidemics. Proceedings of the Royal Society of London A. 1927;115:700–721. doi: 10.1098/rspa.1927.0118. [DOI] [Google Scholar]
- Kingma D.P., Ba J. Proc of ICLR (International conference for learning representations) 2014. Adam: A method for stochastic optimization. arXiv: 1412.6980. [Google Scholar]
- Kiskowski M., Chowell G. Modeling household and community transmission of Ebola virus disease: Epidemic growth, spatial dynamics and insights for epidemic control. Virulence. 2016;7(2):163–173. doi: 10.1080/21505594.2015.1076613. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Lorch L., Trouleau W., Tsirtsis S., Szanto A., Schölkopf B., Gomez-Rodriguez M. 2020. A spatiotemporal epidemic model to quantify the effects of contact tracing, testing, and containment. arXiv:2004.07641. [Google Scholar]
- Maier B.F., Brockmann D. Effective containment explains subexponential growth in recent confirmed COVID-19 cases in China. Science. 2020;368(6492):742–746. doi: 10.1126/science.abb4557. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Makridakis S., Spiliotis E., Assimakopoulos V. The M4 Competition: 100,000 time series and 61 forecasting methods. International Journal of Forecasting. 2020;36(1):54–74. doi: 10.1016/j.ijforecast.2019.04.014. [DOI] [Google Scholar]
- Moran K.R., Fairchild G., Generous N., Hickmann K., Osthus D., Priedhorsky R., Hyman J., Del Valle S.Y. Epidemic forecasting is messier than weather forecasting: The role of human behavior and internet data streams in epidemic forecast. The Journal of Infectious Diseases. 2016;214(suppl4):S404–S408. doi: 10.1093/infdis/jiw375. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Paré P.E., Liu J., Beck C.L., Kirwan B.E., Başar T. Analysis, estimation, and validation of discrete-time epidemic processes. IEEE Transactions on Control Systems Technology. 2020;28(1):79–93. doi: 10.1109/TCST.2018.2869369. [DOI] [Google Scholar]
- Pizzuti C., Socievole A., Prasse B., Van Mieghem P. 2020. Network-based prediction of COVID-19 epidemic spreading in Italy. Applied Network Science. To appear. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Prasse B., Achterberg M.A., Ma L., Van Mieghem P. Network-inference-based prediction of the COVID-19 epidemic outbreak in the Chinese province Hubei. Applied Network Science. 2020;(35) doi: 10.1007/s41109-020-00274-2. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Prasse B., Achterberg M.A., Van Mieghem P. Delft, University of Technology; 2020. Fundamental limits of predicting epidemic outbreaks. Retrieved from https://www.nas.ewi.tudelft.nl/people/Piet/papers/TUD2020410_prediction_limits_epidemic_outbreaks.pdf. [Google Scholar]
- Prasse B., Van Mieghem P. Network reconstruction and prediction of epidemic outbreaks for general group-based compartmental epidemic models. IEEE Transactions on Network Science and Engineering. 2020 (in press). https://ieeexplore.ieee.org/document/9069319. [Google Scholar]
- Prasse B., Van Mieghem P. 2020. Predicting dynamics on networks hardly depends on the topology. arXiv: 2005.14575. [Google Scholar]
- RIVM B. 2020. Actuele informatie over het nieuwe coronavirus (COVID-19) Retrieved on May 25, 2020 from https://www.rivm.nl/coronavirus-covid-19/actueel. [Google Scholar]
- Roosa K., Lee Y., Luo R., Kirpich A., Rothenberg R., Hyman J., Yan P., Chowell G. Short-term forecasts of the COVID-19 epidemic in Guangdong and Zhejiang, China: February 13–23, 2020. Journal of Clinical Medicine. 2020;9:596. doi: 10.3390/jcm9020596. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Tibshirani R. Regression shrinkage and selection via the Lasso. Journal of the Royal Statistical Society. Series B. Statistical Methodology. 1996;58(1):267–288. http://www.jstor.org/stable/2346178. [Google Scholar]
- Van Mieghem P. Approximate formula and bounds for the time-varying susceptible-infected-susceptible prevalence in networks. Physical Review E. 2016;93 doi: 10.1103/PhysRevE.93.052312. [DOI] [PubMed] [Google Scholar]
- Verhulst P.F. Nouveaux mémoires de l’Académie Royale des Sciences et des Belles-Lettres de Bruxelles; 1845. Recherches mathématiques sur la loi d’accroissement de la population; pp. 1–45. http://gdz.sub.uni-goettingen.de/dms/load/img/?PPN=PPN129323640_0018. [Google Scholar]
- Winsor C.P. The Gompertz curve as a growth curve. Proceedings of the National Academy of Sciences. 1932;18(1):1–8. doi: 10.1073/pnas.18.1.1. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Yang Q., Yi C., Vajdi A., Cohnstaedt L.W., Wu H., Guo X., Scoglio C.M. Short-term forecasts and long-term mitigation evaluations for the COVID-19 epidemic in Hubei Province, China. Infectious Disease Modelling. 2020;5:563–574. doi: 10.1016/j.idm.2020.08.001. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Yang Z., Zeng Z., Wang K., Wong S., Liang W., Zanin M., Liu P., Cao X., Gao Z., Mai Z., Liang J., Liu X., Li S., Li Y., Ye F., Guan W., Yang Y., Li F., Luo S., Xie Y., Liu B., Wang Z., Zhang S., Wang Y., Zhong N., He J. Modified SEIR and AI prediction of the epidemics trend of COVID-19 in China under public health interventions. Journal of Thoracic Disease. 2020;12(3) doi: 10.21037/jtd.2020.02.64. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Young T., Hazarika D., Poria S., Cambria E. Recent trends in deep learning based natural language processing [Review article] IEEE Computational Intelligence Magazine. 2018;13:55–75. doi: 10.1109/MCI.2018.2840738. [DOI] [Google Scholar]
- Youssef M., Scoglio C. An individual-based approach to SIR epidemics in contact networks. Journal of Theoretical Biology. 2011;283(1):136–144. doi: 10.1016/j.jtbi.2011.05.029. [DOI] [PubMed] [Google Scholar]
- Yu Y., Si X., Hu C., Zhang J. A review of recurrent neural networks: LSTM cells and network architectures. Neural Computation. 2019;31(7):1235–1270. doi: 10.1162/neco_a_01199. [DOI] [PubMed] [Google Scholar]