Skip to main content
IEEE - PMC COVID-19 Collection logoLink to IEEE - PMC COVID-19 Collection
. 2021 Jan 21;5(1):79–91. doi: 10.1109/TETCI.2020.3046012

Optimisation of Non-Pharmaceutical Measures in COVID-19 Growth via Neural Networks

Annalisa Riccardi 1, Jessica Gemignani 2,3, Francisco Fernandez-Navarro 4, Anna Heffernan 5,6,
PMCID: PMC8769028  PMID: 37982015

Abstract

On Inline graphic March, the World Health Organisation declared a pandemic. Through this global spread, many nations have witnessed exponential growth of confirmed cases brought under control by severe mass quarantine or lockdown measures. However, some have, through a different timeline of actions, prevented this exponential growth. Currently as some continue to tackle growth, others attempt to safely lift restrictions whilst avoiding a resurgence. This study seeks to quantify the impact of government actions in mitigating viral transmission of SARS-CoV-2 by a novel soft computing approach that makes concurrent use of a neural network model, to predict the daily slope increase of cumulative infected, and an optimiser, with a parametrisation of the government restriction time series, to understand the best set of mitigating actions. Data for two territories, Italy and Taiwan, have been gathered to model government restrictions in travelling, testing and enforcement of social distance measures as well as people connectivity and adherence to government actions. It is found that a larger and earlier testing campaign with tighter entry restrictions benefit both regions, resulting in significantly less confirmed cases. Interestingly, this scenario couples with an earlier but milder implementation of nationwide restrictions for Italy, thus supporting Taiwan's lack of nationwide lockdown, i.e. earlier government actions could have contained the growth to a degree that a widespread lockdown would have been avoided, or at least delayed. The results, found with a purely data-driven approach, are in line with the main findings of mathematical epidemiological models, proving that the proposed approach has value and that the data alone contains valuable knowledge to inform decision makers.

Keywords: Covid-19, SARS-CoV-2, epidemiology, BiLSTM, CNN, ELM, optimisation, data gathering

I. Introduction

On Inline graphic December 2019, China reported to the World Health Organisation (WHO) the detection of pneumonia with an unknown etiology in the city of Wuhan [1]. The viral agent was identified as a novel coronavirus, subsequently named SARS-CoV-2 due to genetic similarities to SARS-CoV, that is almost identical (96% whole-genome level) to a known bat coronavirus [2][4]. Recognising the growing epidemic, China banned travel to and from Wuhan and activated a national emergency response on Inline graphic January, invoking travel and social distancing restrictions on a national scale [5], [6]. Despite these actions, the virus successfully spread on a global level and by Inline graphic March, the WHO had declared a pandemic [7]. The ability of this virus to spread despite acute public awareness and control actions is currently attributed, in part, to viral shedding of presymptomatic cases [8], [9]. With no currently approved vaccines or specific treatments, non-pharmaceutical measures are the frontline of both offense and defense in ‘flattening the curve’ and inhibiting the infamous second wave respectively [10], [11].

Since the initial outbreak, researchers from the machine learning community have implemented Artificial Neural Networks (ANNs) to address mainly two types of problems: (i) virus detection through images and (ii) growth forecasting. For the former, researchers aim to develop an automatic detection system in which a neural network (typically a deep learning model) learns the main characteristics of the resulting pneumonia from historical images of infected patient [12][14]. In the latter, researchers typically develop a machine learning system to predict the future number of confirmed cases in a country from historical data [15][18]. The forecasting model typically relies on three types of deep learning networks [19]: Fully-Connected Networks (FCNs), Recurrent Neural Networks (RNNs) and Convolutional Neural Networks (CNNs).

  • Fully Connected Networks (FCNs): An FCN is a type of ANN where the architecture is such that all the nodes in one layer are connected to the neurons in the next layer [20]. For example, the combination of FCN and interior search algorithm was proposed in [21] for predicting the future number of infected of COVID-19 people. From a similar perspective, an FCN with three hidden layers was also proposed to predict the number of cases in Mexico [22]. Finally, FCNs were employed (hybridised in this case with the well-known SIR model) to predict the peak of COVID-19 in Spain [23].

  • Recurrent Neural Networks (RNNs): RNNs are the most widely used ANN architecture for addressing time series forecasting in the deep learning community. In RNNs, there is a bidirectional communication between the nodes in the different layers. Thus, the nodes in a particular layer are fed with both the outputs of previous and next layers. The architecture associated to RNNs is particularly interesting as it allows the model to memorise both short and long terms relationships among the desired output and the input variables [24]. Regarding the implementation of RNNs for COVID-19 forecasting, in [16], the authors trained an RNN model with data from the 2003 SARS epidemic for predicting (in a SEIR model) new infections in China. In [25], the authors used a Long Short Term Memory Neural Network (LSTMNN) to predict the number of new cases of COVID-19 in Canada. Similarly, LSTMs were also employed in [26] to forecast the number of cases in India.

  • Convolutional Neural Networks (CNNs): A CNN consist of one input and output layer and several hidden layers [27]. The hidden layers of CNNs are based on a set of convolutional layers that convolve with multiplication or other dot [28]. CNNs have been traditionally employed in image classification, in particular 2-D CNNs. However, they can also be used for time series forecasting, 1D CNNs [29]. In the field of COVID-19 forecasting, CNNs were proposed (as the main architecture [30] or in combination with LSTM models [31]) to analyse and predict the number of confirmed cases in China [30], [31].

Unfortunately, current research on forecasting growth fails on two issues: (i) they do not include a complete set of government decision variables in the study (maybe due to their largely qualitative nature, making it difficult to encode and preprocess with neural networks) and (ii) they do not provide guidelines on how those variables could be combined to mitigate the effect of the virus (at least partially). Motivated by this, we have proposed a soft computing approach where ANNs and optimisation techniques are used concurrently to determine a different and optimal scenario of mitigation measures. The novelty of the work is dual: (i) this is the first study of this kind that, by merging data from heterogeneous sources, has created a rich dataset that is able to capture not only government actions but also the reactions and adherence to the regulations of the population; (ii) the analysis of mitigating measures was carried out through a novel optimisation approach where the time series of the independent variables have been parameterised. These parameters are subsequently optimised by means of an genetic algorithm for integer programming to generate the new corresponding optimal time series. The neural network model is used to predict the slope of infected people for the new time series.

This paper is organised as follows: Section II summarises the data gathered, sources used and quantifying techniques. Section III outlines the neural networks models tested, data preparation and optimisation method. Results are listed in Section IV and discussed in Section V. This study is summarised in Section VI with possible future directions outlined.

II. Data: Two Territories, Two Trajectories

A. Italy and Taiwan

By mid-February, China had successfully demonstrated that the exponential growth of confirmed cases can be vastly mitigated by mass quarantine or lockdown measures [32]. Unfortunately, by then the virus was beginning to take hold in several nations. In particular, Italy would become the next epicenter of the pandemic [33], [34], with dire consequences on its healthcare system; before the onset of the epidemics, Italy had approximately 5200 intensive care beds available [35], and efforts had to be made to increase this number during the emergency [36]: on April 3rd the number of patients admitted to ICU reached an unprecedented figure of 4068 [34], posing a serious threat on the solidity of the entire system. In these extraordinary circumstances, the Italian government instigated severe lockdown measures similar to those implemented in China [37].

Meanwhile Taiwan, despite its close proximity and frequent flights to China, continued to contain the growth of confirmed cases through different yet efficient and effective government measures [38]. These actions never escalated to a nationwide lockdown. Nevertheless they successfully prevented the exponential growth predicted by unmitigated viral transmission [39], and did not overwhelm their healthcare system.

With the ultimate goal of providing a foundation that could serve policy-makers in the decision process, in regard to managing current outbreaks or preventing a future second wave, this study aims to understand the impact and effectiveness of the possible measures a nation can employ to inhibit and constrict growth. Thus, we analyse these two different scenarios from two different regions.

B. Data Gathering

To capture and describe the evolution of the pandemics in the two regions, several variables were employed describing the reaction of the respective governments, its timeliness, the behaviour of the community, and the weather conditions. To gather the Italian data, numerous sources were used, namely the Ministry of Health [40], the Ministry of Interior [41] and the Department of Civil Protection [34]. As for Taiwan, the Taiwan Centers for Disease Control (TCDC) released timely reports to the public on government mitigation actions [42]. This was previously reported by [43] for data available until Inline graphic February 2020. We extend this data by two months until Inline graphic April 2020. Each variable was then coded to obtain a daily time series (Fig. 1). The dataset is summarised below.

Fig. 1.

Fig. 1.

The top panel portrays the distributions of the growth curves in Italy (left) and Taiwan (right), along with the indication of some key moments characterising the chronological development of the epidemics. The areas shaded in grey represent the timeframe employed by the neural networks to predict the growth, while the areas shaded in red indicate the timeframe (April 7th-24th) employed to compute the optimisation of the combination of control measures via genetic algorithm. The bottom panel illustrates, for each territory, the set of variables collected and utilised to describe and predict the evolution of the epidemics.

Border Control: Several measures have been taken to control border admission. The different levels of action applied to travellers entering the territory were equated to a numeric scale. This ranges from 0 to 5 for national citizens and 0 to 7 for non-nationals, where 0 represents zero constraints and 7 entry banned (5 equates to 14 days quarantine). The impact of these levels is weighted by the daily cases for each territory as recorded by John Hopkins [33]. Details of the method used can be found in Supplementary Material, depicted in Tables 5–7 and Fig. 5.

Fig. 5.

Fig. 5.

Optimal solution for Taiwan. On the right axis, black solid line represents the original variable, red solid line is the optimised solution. On the left axis the histograms of slope values for original solution (grey) and optimal one (red) are reported. The last plot represents the cumulative value of infected people in the region for original solution.

Italian Enforcement: In Italy, to supervise the compliance of the population to the restrictions, the Ministry of Interior organised a massive monitoring campaign on both individuals and businesses. Failure to comply to the restrictions could result in fines and/or criminal charges for individuals, and fines and/or suspension of the activity for businesses. The daily report was gathered from the website of the Ministry of Interior [41], and the daily number of police checks on individuals and businesses was averaged to obtain the time series, Enforcement.

Taiwan Enforcement: To ensure compliance in Taiwan, Health Declaration Forms [44] and mobile tracking were introduced with violators earning fines and enforced group quarantine. Table 8 in Supplementary Material lists and quantifies these consequences as a step function.

Testing Volume: Starting from February Inline graphic, the Italian Department of Civil Protection released a daily public report of the number of tests administered, which was gathered from its website [34] and employed as a variable Testing Volume. In Taiwan, the TCDC initiated testing in early January, by Inline graphic March, 13,855 tests had been carried out, with approximately 1000 tests a day since. Testing numbers were released in the TCDC public reports [42]. For days where exact numbers were not released, the daily count has been interpolated by averaging the increase of testing volume over the ‘missing’ days.

Testing Criteria: In Italy, at the beginning of the pandemic diagnostic tests were only performed on symptomatic individuals travelling back from China. Gradually, testing was extended to a larger part of the population. Each extension of the testing inclusion criteria was modelled as a step in the corresponding variable. The data was gathered from the website of the Ministry of Health [45] and presented in Table 9 in Supplementary Material. In Taiwan, surveillance information was publicly made available by the TCDC [42] and previously noted in [43]. Initial suspect cases were screened for 26 viruses and targeted travellers from Wuhan. As the virus spread, this was extended to symptomatic individuals with close contact to infected individuals, clusters of fever and pneumonia cases unresponsive to antibiotics. Testing of symptomatic individuals was eventually extended to all inbound travellers. The representative step function is described in Table 10 of Supplementary Material.

Government Mitigation: Over the course of the emergency, the Italian Presidency of the Council of Ministers, the Ministry of Health and the Department of Civil Protection issued several decrees and ordinances of increasing severity, aimed at containing the spread of the epidemic. The first measure was the creation of several red zones in Northern Italy, while the last step was the complete nationwide lockdown, along with the suspensions of all productive businesses not directly involved in supplying essential services. Based on the succession of these measures, we modelled the Government Mitigation variable as a step function, with each step corresponding to each of the legal acts. The end value represents the complete national lockdown. In Taiwan, general public communication including heightened hand and respiratory hygiene recommendations started on Inline graphic January through the TCDC [42]. Through chance, school holidays commenced on Inline graphic January, however they were extended for two weeks in response to the increased spread of the virus. From there the government mitigation actions involved heightened hygiene practices with increased social distances guidance, e.g. large gatherings, wearing masks in crowded public places, guidance for educational institutions, etc. Yet, unlike Italy, they did not go into national lockdown. Actions taken by Italy and Taiwan are listed and quantified in Tables 11 and 12 of Supplementary Material respectively.

Online Presence: A daily measure of home confinement is equated to search query data via the publicly available service Google Trends, using the search terms: Netflix, Amazon Prime Video, Zoom Video Communications, Skype. Corresponding search volume indices were combined into a single variable, Online Presence. In Italy, as Fig. 1 illustrates, an initial peak coincides with the national lockdown (March 8th, Level 5 in Table 11), and remains at high levels until the end of our data collection (Inline graphic April 2020). In Taiwan, despite no national lockdown activated, an increased home presence can be seen in mid-March in Fig. 1. This coincides with an increase growth curve and hence could be interpreted as the public’s personal response to the increasing number of cases in Taiwan.

National and International Flights: To quantify mobility within and outwith both Italy and Taiwan, data from national and international arriving and outgoing flights have been collected from the online platform Flightradar24 [46].

Temperature and Humidity: A recent study suggests weather parameters such as temperature and humidity can affect the spreading of the virus [47]. Data collected from World Weather Online [48] of 24-hours average temperature (Inline graphic) and humidity (Inline graphic) values have been added to the data set. The online service has been queried using Taiwan and Italy longitude and latitude representative coordinates (23.7 and 121 for Taiwan, 43 and 12 for Italy). The value of humidity and temperature in a specific location in each region has been taken as representative of that territory in the period observed.

Population Awareness: To quantify people awareness of the phenomena, Google Trends can be used [49]. Data has been collected here by querying people searches related to the list of keywords: “coronavirus”, “covid”, “quarantena”, “wuhan”, “virus” (in Italy) and “coronavirus”, “covid”, “quarantine”, “wuhan”, “virus” (in Taiwan). For each word the top 5 related queries are collected and the results of all searches aggregated. In Italy, a peak can be observed in the following days of the first case, coinciding with the creation of red zones in Northern Italy (Fig. 1). This diminishes only to return with the national lockdown (March 8th, Level 5 in Table 11). This online presence slowly decreases until the end of our data collection (Inline graphic April 2020). In Taiwan, interest also initially peaks with the first case, diminishing to peak again as growth begins to surge along with government mitigation. The full list of words used in the google trends analysis for both territories is available in Table 13 of Supplementary Material.

III. Simulating and Optimising Growth Curves

A. Neural Network Models

The data collected are used as independent variables for the multivariate time series analysis where the slope is the dependent variable. Three neural network models are tested: 2D Convolutional Neural Network (CNN) [50], Extreme Learning Machine (ELM) [51] and Bidirectional Long Short-Term Memory Neural Network (BiLSTMNN) [52].

CNN: The deep CNN proposed in this study is composed of four sliding convolutional filters with kernels equal to 8, 16, 32 and 32, each one connected in between by a batch normalisation layer to speed up training and reduce the sensitivity, and a Relu layer to set to zero any value less than zero. The output of the convolutional layers feeds into a dropout layer for regularisation, and a fully connected layer for the continuous prediction of the output, the slope. The model depends on two network parameters: the size of the CNN filter and the dropout layer probability; and three training parameters: the mini-batch size, the learning rate drop factor and drop period.

ELM: The ELM framework was originally presented as a single hidden layer feedforward neural network, whose connections between input and hidden layers are randomly assigned. The only parameters needed to be tuned are the weights between the hidden and the output layers, which are analytically estimated by solving the standard least-squares minimisation problem. This methodology significantly improves the computational burden of the algorithm and allows it to process heavy datasets in a reasonable computational time [53]. ELM models have reported competitive performances in both standard machine learning datasets (regression and classification) [54] and other more challenging problems such as image detection [55], time series [56], topological information [57] or real-time river flow prediction [58]. In this experimental study, the ELM neural network version of the framework with sigmoidal and linear basis functions in the hidden and output layers was considered. The model critically depends on two hyperparameters: the number of hidden neurons, Inline graphic, and the regularisation penalty term, Inline graphic.

LSTMNN: Unlike the two previously described models, the LSTMNN method belongs to the family of Recurrent Neural Networks (RNNs). In traditional Feedforward Neural Networks (FFNNs), information moves only in a direct way from the input layer to the output one. RNNs are based on an architecture in which the data through the system moves constituting a direct cycle [59]. The main difference between standard RNNs and LSTMNNs models is that the latter are capable of memorising a time series value for an arbitrary length of time. The model used in this study is a Bidirectional LSTM (BiLSTM) network. This is usually a superior prediction approach in time series forecasting than the simple LSTM model, as it learns from the complete time series data (past and future states). The model depends on three network hyperparameters: the number of hidden neurons in the bidirectional LSTM layer, the size of the first fully connected layer, the dropout probability rate; and three training hyperparameters (initial learning rate, learning rate drop period and factor).

The optimal set of hyperparameters for the neural networks have been obtained by minimising the root mean square error on the predictions by means of a Bayesian optimisation process. Bayesian optimisation is an algorithm used in global optimisation to minimise a certain objective function, treated as a black box, by varying the value of its independent variables. The algorithm itself relies on an internal Gaussian process that approximates the objective function, and is trained by subsequent evaluations of the true objective. The approximated model is used for optimisation to reduce computational costs and for its robust nature with stochastic noise in function evaluations.

B. Data Preparation

The collected data has been divided for training and testing, and reshaped as feature input for the multivariate time series analysis. Furthermore, in order to be able to use the neural network models for the subsequent analysis, the optimisation of government restrictions, the dependence of the historical values of the dependent variables is omitted from the input features space. Hence for the ELM and BiLSTMNN models, the input features are modelled as the vector,

B.

where Inline graphic is the time window parameters, and Inline graphic is the vector of independent variables at time Inline graphic as described in the Data Collection section. Conversely for the CNN model the input space is defined as

B.

where Inline graphic is the Inline graphic-th independent variable at time Inline graphic. The hyperparameter Inline graphic is optimised, by means of a Bayesian optimisation process, together with the networks' hyperparameters.

C. Optimisation

The best trained neural network model (BiLSTMNN) is used to gain a deeper understanding of government regulations and their impact on the slope function. Taking

C.

as the neural network model, where Inline graphic or Inline graphic depending on the model used, the following optimisation problem has been formulated

C.

where Inline graphic is the objective function defined as the maximum value of the slope along the whole time frame considered,

C.

The daily slope value is computed as the angular coefficient of the linear regression of the values of daily cumulative infected of the current day and two days ahead, as a smoother representation of the daily number of infected. Inline graphic is a set of optimisation variables designed to model government restrictions previously discussed (border control, enforcement, testing volume, testing criteria, social distance, flight volume and people awareness), excluding weather parameters as they are not controllable by government. The complete set of optimisation variables for each territory is described in Table I. Inline graphic is the feasible region defined by the lower and upper bounds of the set of optimisation variables with some constraints. Inequality constraints are introduced to enforce the temporal order of the variables modelling quarantine incoming and the step functions of social distance, quarantine control (only for Taiwan) and testing criteria. To avoid the optimisation converging towards a temporal delay of the first case, an equality constraint is introduced to ensure the day of first confirmed case matches reality. The optimisation problem aims to minimise the maximum value of the slope - this can be interpreted as minimising the number of daily infections so to not put the healthcare system under extreme strain.

TABLE I. Government Restriction Optimisation Variables List and Descriptions.

Italy Taiwan
Inline graphic Inline graphic Quarantine incoming: variables are dates of actions as highlighted in Tables 6 and 7 in Supplementary material
Inline graphic Inline graphic Quarantine control: for Italy the first variable models the time and the second variable models the shift; for Taiwan the first variable models the time of the initial step and the rest of the variables model the step function interval sizes
Inline graphic Inline graphic Testing: the variable models the shift in time of the day in which testing had a steep increase
Inline graphic Inline graphic Testing criteria: the first variable models the time of the initial step and the rest of the variables model the step function interval sizes
Inline graphic Inline graphic Social distance: the first variable models the time of the initial step and the rest of the variables model the step function interval size
Inline graphic Inline graphic Social distance online platform: the first variable models the time and the second variable models the shift
Inline graphic Inline graphic Flights national: the first variable models the time and the second variable models the shift
Inline graphic Inline graphic Flights international: the first variable models the time and the second variable models the shift
Inline graphic Inline graphic People awareness: the first variable models the time and the second variable models the shift

For Italy the problem can be formulated mathematically as

C.

where

C.

is the matrix defining the linear inequality temporal constraints on the quarantine incoming variables. Inline graphic is the time horizon parameter, and Inline graphic are the vectors defining the lower and upper bounds of the optimisation variables. For Taiwan the problem is defined as,

C.

with

C.

where Inline graphic and Inline graphic are the matrices defining the linear inequality temporal constraints on the quarantine incoming variables.

The integer programming Genetic Algorithm is used to solve the optimisation problem. Genetic Algorithms are stochastic global optimisation strategies that mimic the behaviour of natural biological evolution of mutation and crossover. They are initialised with a pool of potential solutions and by evolutionary operators and applying the principle of survival of the fittest, increasingly better offspring populations are generated, which terminate when no further improvements can be made. Genetic algorithms have the main advantage that they can solve problems with integer variables and the objective function is treated as a black box.

D. Summary of the Computational Approach

We propose a soft computing algorithm which combines neural networks and genetic algorithms, to determine (from a purely data-driven approach), the best set of mitigating actions. The algorithm is based on two independent stages that are summarised below and outlined in Algorithm 1.

In the first stage, a set of neural networks models are trained to estimate the daily slope increase of cumulative infected from variables such as government actions and the reactions and adherence of the population to such regulations. The best performing model is selected taking into account the reported root mean square percentages of the neural networks implemented. The choice of training a neural network model per territory is driven by the need of capturing region specific static parameters. Time-varying parameters that have an influence on the predicted growth curve, and are not among those described in Section II-B, can still be captured by the network model as hidden features if they are correlated to the input variables selected.

In the second stage, the best performing neural network, the BiLSTMNN model, is used as a surrogate model in an optimisation procedure that targets the best set of mitigating actions. The optimisation procedure incorporates an ad-hoc parametrisation of the time series, governmental restrictions. These parameters are subsequently optimised through genetic algorithm for integer programming to generate the new corresponding optimal time series. The algorithmic flow of this soft computing approach is provided in Algorithm 1.

  • graphic file with name heffe.t5-3046012.jpg

IV. Results

A. Neural Network Model

In this section, the performance of the different neural networks models for Italy and Taiwan are statistically compared. For model selection, following the recommendations reported in [60], the time series were split in two parts: (i) the training set is roughly the first 2 and a half months of data; and (ii) the generalization set is the last section of each time series. The training set was used to estimate the parameters of the models and the generalization set to assess the performance of the different neural networks in unseen data [60]. In the experiments, the generalization set included the last five points of each time series, as suggested in [61]. Table II shows the Root Mean Square Error Percentage (RMSEP) in the generalization set of the best run per model (out of 1000 runs), Inline graphic, and the variation coefficient of the RMSEP in the generalization set for the different models implemented, Inline graphic. Furthermore, taking into account the set of RMSEPs of the different models over the different runs, the mean rankings of RMSEP, Inline graphic, for the different neural networks models are obtained (Table II). From the analysis of the results, it can be concluded, from a purely descriptive point of view, that the BiLSTMNN method obtained the best results in the two problems considered in mean rankings. Additionally, the best BiLSTMNN achieved the best RMSEP in Taiwan and second best in Italy (more consistent performance, more homogeneous results, better CV).

TABLE II. Statistical Results of the Neural Networks Implemented.

Italy
Models Inline graphic Inline graphic Inline graphic p-value
CNN 0.0277 0.4858 6.0589 Inline graphic
ELM 0.0529 0.3031 6.1222 Inline graphic
BiLSTMNN 0.0492 0.3005 2.8189 -
Taiwan
Models Inline graphic Inline graphic Inline graphic p-value
CNN 0.1775 0.5056 4.6589 0.3942
ELM 0.1367 0.3348 6.0011 Inline graphic
BiLSTMNN 0.1402 0.4350 4.3400 -

In this study, hypothesis testing was used to provide statistical support for the discussion of the results. A performance analysis through parametric tests could lead to mistaken conclusions in this research study. A previous evaluation of the RMSEP values provided by the implemented methods resulted in rejecting the normality and equality of the variance hypothesis. For these reasons, nonparametric tests were implemented to determine the statistical significance of the results previously reported [62]. Specifically, two nonparametric Friedman tests were carried out with the rankings of RMSEP of the models. For the two multivariate time series considered, the Inline graphic-values associated to the Friedman test were smaller than 0.05 (Inline graphic), and therefore, the null hypotheses stating that all algorithms perform equally in mean RMSEP rankings were rejected for both problems.

Based on this rejection, the nonparametric Bonferroni Dunn-Sidak test was implemented to compare all neural network methods to the BiLSTMNN method (which was used as the control method) [63]. Table II shows the p-values results of the Bonferroni Dunn-Sidak test for the two problems considered. Thus, the Bonferroni Dunn-Sidak’s tests indicate that the control method (BiLSTMNN) statistically outperforms all the remaining models in Italy and also outperforms, in statistical terms, the ELM model for Taiwain. Furthermore, the BiLSTMNN method achieves the best mean ranking in the two problems considered, which, in our opinion, justifies our decision to use it as the base model for the next stage (optimization study). An analogous study was also performed to determine the model to be analyzed within all the different BiLSTMNN configurations.

The best BiLSTMNN model for each territory is obtained for the optimal value of hyperparameters reported in Table III, the network visualisation model in Fig. 2 and the prediction model in Fig. 3. The multivariate time series model is able to capture the trend of the slope in both cases, with a more accurate overall error in the case of Italy (due to the less noisy nature of the Italian time series). It is important to clarify that, as mentioned previously, the lagged values of the slope, cumulative cases or daily cases were not included in the model to reduce dependence between input variables and assist the interpretation of the optimum values. These variables are usually the most discriminant in times series analysis, which highlights even more the competitive results yielded. Thus, the BiLSTMNN is the appealing approach for this problem.

TABLE III. BiLSTMNN Optimal Hyperparameters for Italy and Taiwan.

BiLSTMNN Italy Taiwan
Time Window 14 21
Number of Hidden Units 155 770
First Layer Size 469 107
Dropout Layer probability 0.18 0.69
Initial Learn Rate 2.4e-04 5.2e-06
Learn Rate Drop Factor 0.02 0.01
Learn Rate Drop Period 111 88

Fig. 2.

Fig. 2.

Graphical representation of the BiLSTM network model used for Italy and Taiwan. Parameter Number of Hidden Units refers to the size of the LSTM layers, parameter First Layer Size refers to the size of the fully connected layer.

Fig. 3.

Fig. 3.

Slope prediction (red) as computed by the best BiLSTMNN Neural Network model. Grey shaded area indicates model time window for which predictions cannot be made, histogram represents real slope values.

B. Optimisation

A genetic algorithm has been used to solve the corresponding optimisation problem for each region and promising results have been found that do not contradict previous findings of epidemiological models (Figures 4 and 5). All variables are considered integer and optimised within the bounds reported in Table IV, together with their optimal value. The genetic algorithm, with population size of 100 and the maximum number of generations set to 1000, has been run with the stopping criteria set as the maximum number of generations reached or the average relative change in the best fitness function value over 100 generations being less than or equal to a tolerance of Inline graphic.

Fig. 4.

Fig. 4.

Optimal solution for Italy. On the right axis, black solid line represents the original variable, red solid line is the optimised solution. On the left axis the histograms of slope values for original solution (grey) and optimal one (red) are reported. The last plot represents the cumulative value of infected people in the country for original solution.

TABLE IV. Government Restriction Optimisation Variables Bounds and Optimal Values.

Italy bounds optimal value Taiwan bounds optimal value
Inline graphic [1,20], [5,25], [20,76] 13, 21, 46 Inline graphic [1 3], [1 5], [1 5], [1 9], [24 44], [48 68], [31 51], [25 45], [27 47], [36 56], [43 63], [40 60] 1, 1, 1, 1, 24, 68, 31, 25, 47, 36, 43, 40
Inline graphic [15, 50], [-14,14] 44, -11 Inline graphic [1,20], Inline graphic 20, 48, 1, 1, 1, 1, 1
Inline graphic [20,50] 24 Inline graphic [30,60] 31
Inline graphic [1,10], Inline graphic 3, 3, 23, 30, 15 Inline graphic [1,20], Inline graphic 1, 1, 1, 1, 5, 1, 1, 27
Inline graphic [20,40], Inline graphic 22, 17, 14, 1, 1, 10, 8, 3 Inline graphic [1,20], Inline graphic 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 30, 1, 1, 1, 1, 1, 1
Inline graphic [15,50], [-14,14] 49, -3 Inline graphic [15,70], [-14,14] 15, 14
Inline graphic [15,50], [-14,14] 26, 14 Inline graphic [15,70], [-14,14] 15, 14
Inline graphic [15,50], [-14,14] 16, -6 Inline graphic [15,70], [-14,14] 15, 14
Inline graphic [15,50], [-14,14] 26, -13 Inline graphic [15,70], [-14,14] 34, 14

The optimisation process for Italy terminates after almost 600 iterations when the change in the penalty fitness value is less than the allowable tolerance. All constraints are satisfied and the final objective function is 3755, with respect to the original value of 6272. This is almost a Inline graphic reduction with respect to the original value and equates to a reduction of almost 21,700 infected individuals at the end of the prediction horizon, corresponding to Inline graphic of the actual total value.

The optimisation process for Taiwan terminates after almost 300 iterations again when the change in the penalty fitness value is less than the allowable tolerance. All constraints are satisfied and the final objective function is 7.6, with respect to the original value of 23. This is almost a Inline graphic reduction with respect to the original vale and a reduction of 102 infected individuals at the end of the prediction horizon, corresponding to Inline graphic of the actual total value.

V. Discussion

A. Italy

As illustrated in Fig. 4, an earlier and more extensive testing campaign (+56Inline graphic) could have been combined with an earlier creation of red zones in Northern Italy and, interestingly, with a milder implementation of the government mitigation plan on the rest of the country: the localized restrictions could have been maintained as sufficient measures until Inline graphic March. Furthermore, in this scenario the country-wide suspension of manufacturing businesses, a measure burdened with a substantial socio-economic impact, is delayed and limited to a shorter period of time, while the volume of police checks, aimed at monitoring the population compliance, is larger and commences earlier. This is all combined with an earlier and more pervasive consciousness of the public about the risk posed by the epidemics and thus on the benefits of a temporary reduction of social contacts.

The containment of the growth is also optimally managed in Italy by earlier restrictive regulations on the intra- and extra- Schengen air traffic, and by entry restrictions that span beyond the mere suspension of direct flights to and from China. As for the national air traffic, it could have been maintained unrestricted for a longer timeframe: a finding to be read in the context of larger and earlier testing, larger and earlier volume of police checks, better awareness of the public, increased control on the infections potentially coming from abroad.

B. Taiwan

Although government actions in Taiwan successfully prevented exponential growth of confirmed cases, the optimised model predicts earlier actions would have damped growth even further as outlined in Fig. 5. By allowing movable dates on border control decisions, Taiwan would have benefited from even earlier actions against China (by a few days) and earlier self-health management and home quarantine regulations against selected nations (those shaded in Table 7 of Supplementary Material in February and March, prior to Inline graphic March by the maximum 10 days allowed). This allows a later date for the travel restriction on all foreign nationals that was implemented on Inline graphic March, as well as a slight delay in the decrease of international flight volume. The optimizer increases testing volume 2 weeks earlier than reality and suggests community surveillance and mandatory testing for incoming travellers in the first week of the observatory period. Actions regarding mitigating internal spread are also suggested earlier - heightened hygiene practices, self-health management of positive cases’ contact and social distance guidelines should have occurred at least 3 weeks earlier (comparison of Fig. 5 and Table 12 in Supplementary Material). In addition, national flight volume should be kept low to inhibit internal spread. This allows less people to stay at home as illustrated by the reduced online presence. Finally we see people awareness and quarantine control can both be delayed, the latter significantly. This suggests the Taiwan public awareness is sufficient, and enforcement measures like fines and mandatory quarantine may not be necessary.

C. Comparison

Care must be taken in comparing the growth and government actions for two different territories. All data is not equal; different testing methods, diagnostic criteria and methods of counting confirmed cases can affect comparisons. There may also be underlying themes behind data / variables, e.g. the availability of personal protection equipment like masks to enable adherence to control measures and keep health workers safe (3 workers from healthcare settings where reported positive by TCDC [42], while in Italy more than 28,000 healthcare workers contracted the virus by the end of April [64], [65]); the method and extent of a region’s track and trace program in locating high risk individuals: cultural / social response of a population to government actions; healthcare capacity and quality in early isolation and treatment (0.86 vs 3.02 ICU beds per 10,000 population in Italy [35] and Taiwan [66] respectively). To overcome such inequity of data in this study, Italy and Taiwan were simulated independently. Variables were chosen to be those for which there was data readily available and have a) known or suspected effect on growth curves or b) an ability to highlight any differences between the two territories. Any overarching themes are then considered.

Testing: In volume of testing per number of confirmed cases, Taiwan exceeded Italy [67]. In volume of testing per population, the roles reverse while Taiwan began testing earlier. Regardless, in modelling both regions, the same recommendation resulted from optimization, higher testing volume (and earlier). This agrees with results from a recent model that distinguishes between tested and untested infections cases [68], benefits of systematic testing [69] as well as statistical observations from South Korea [70]: extensive testing with track and trace and social distance restrictions may contain the growth to an extent where a national lockdown can be avoided.

Border control: Either a reduction in international flights is required or a strong border control measure. We see these two measures ‘meet’ in Fig. 4 for Italy, where the optimizer only allowed 10 day shifts. The border control in optimized Taiwan doesn’t drop below 0.7591 (which is obtainable by 10 day shifts), which is roughly satisfied by mandatory 14 day home quarantine for incoming travellers from infected areas (pending on incoming / outgoing traveller ratios). This allows slightly more international flights (Fig. 5). These translate to earlier action against other nations than China for both Italy and Taiwan.

People awareness and compliance: In Taiwan, enforcement of regulations appears not to be a driving factor while people awareness is seemed to be almost ideal. Italy, on the other hand, would have benefited from earlier awareness by the public and earlier implementation of quarantine control. These results seem to highlight the cultural and social differences of the two territories and can be justified empirically using the well-known Hofstede dimensions [71]. Specifically, with a score of 50 in the Power Distance dimension, Northern Italy tends to prefer equality and a decentralisation of power and decision-making. Control and formal supervision is generally disliked among the younger generation. Furthermore, the high score obtained in the Individualism dimension (76 points) accentuates the aversion of the Italian citizen to being supervised and limited in their autonomy. Conversely, Taiwan is a hierarchical society in which people accept that hierarchical order and needs no further justifications (the scores in the Individualism and Power Distance dimensions are 17 and 58 points, respectively).

National lockdown: Taiwan never implemented a national lockdown and our results support this decision, even hinting that the observed self-inflicted increase in home activities carried out by the public was not necessary. However maintaining hygiene and social distancing while in public was deemed important and should have happened earlier. Italy, alternatively may have delayed or reduced their nationwide lockdown as a result of increasing testing, border control, quarantine enforcement, public awareness and restrictions localized in the most affected areas.

Limitations: It must be noted that neural networks have limitations as they behave as stochastic processes. It should therefore be highlighted that this study further complements existing results by mathematical modelling and statistical analysis. That a data-only driven model arrives at the same results, further fortifies their conclusions. It should also be noted that hindsight is 20-20. This study does not serve to criticise governments’ management of the pandemic but to assist in preventing a second wave. In particular at the time of most national lockdowns: China was the only example of a nation that had recovered from exponential growth (accomplished by a nationwide lockdown); a large part of the research this study supports was not yet complete; the power of testing and border control illustrated by South Korea and Taiwan respectively had not been fully witnessed; and knowledge of the virus and how it spread via pre-symptomatic individuals or reservoirs was not yet known. However, this exemplifies that as research continues and expands, so will our knowledge and with that more and more tools to overcome this pandemic.

VI. Conclusion

This is the first purely data-driven study where quantitative and qualitative data have been merged and used in a multivariate time series model aimed at predicting the daily increase of the cumulative infected people. We provide an updated and extensive epidemiology overview of both Italy and Taiwan. The purely data-driven approach yielded results that are in line with the main findings of the epidemiological models, proving that the approach has value and that the data alone contains valuable knowledge to inform decision makers.

An in depth discussion of the results obtained has been provided for each of the territories analysed: our main finding being earlier and larger deployment of testing among the population and national entry restrictions allow an easing of lockdown. These are combined with socio-cultural identification of driving factors in each individual territory; stricter enforcement of regulations and information in Italy and relaxation of control measures and self-imposed home confinement in Taiwan. These results give scientific insight to the impact of government actions, fortifying those results previously shown with purely epidemiological models. Hence, this strengthens the foundation for policy makers in constraining growth in current outbreaks and future potential second waves.

This first proof of principle can be built on in several dimensions. One can include more variables, into the time series, for example the availability of ICU beds or personal protection equipment (masks, facial shields). A similar study can be completed for other countries that have experienced a different trend in infections growth rate and that have implemented differently containment measures, e.g., Sweden, United States, Australia, New Zealand, etc. The different models can be analysed in comparison to further increase our understanding of the relation between government actions and social behaviour, and the growth of the epidemics.

This study, along with further developments, in turn can be used to build on existing epidemiology models with the addition of new variables and their fine-tuned effects.

Acknowledgment

The authors would like to thank all individuals that have and continue to partake in the global effort of collecting epidemiological data of the SARS-CoV-2 pandemic. In particular the Taiwan CDC, the Italian Department of Civil Protection and the John Hopkins University Center for Systems Science and Engineering for making so much data publicly available. They thank Tom Gheysens for insightful discussions.

The authors declare no competing interests. Data is available via github [72].

Funding Statement

Research at Perimeter Institute is supported in part by the Government of Canada through the Department of Innovation, Science and Economic Development Canada and in part by the Province of Ontario through the Ministry of Colleges and Universities. The work of A. Riccardi was supported by SFC Scottish Funding Council. The work of J. Gemignani was supported by the ERC Consolidator under Grant 773202 ERC-2017-COG BabyRhythm. The work of F.-F. Navarro was supported by the Spanish Ministry of Science under Project ENE2017-88889-C2-1-R. The work of A. Heffernan was supported by the Natural Sciences and Engineering Research Council of Canada.

Contributor Information

Annalisa Riccardi, Email: annalisa.riccardi@strath.ac.uk.

Jessica Gemignani, Email: jessica.gemignani@unipd.it.

Francisco Fernández-Navarro, Email: fafernandez@uloyola.es.

Anna Heffernan, Email: aheffernan@perimeterinstitute.ca.

References

  • [1].W. H. Organization, “Novel coronavirus (2019-ncov): Situation report, 1,” , 2020-01-21.
  • [2].Lu R. et al. , “Genomic characterisation and epidemiology of 2019 novel coronavirus: Implications for virus origins and receptor binding,” The Lancet, vol. 395, no. 10224, pp.  565–574, 2020. [DOI] [PMC free article] [PubMed]
  • [3].Wu F. et al. , “A new coronavirus associated with human respiratory disease in china,” Nature, vol. 579, no. 7798, pp.  265–269, 2020. [DOI] [PMC free article] [PubMed]
  • [4].Zhou P. et al. , “A pneumonia outbreak associated with a new coronavirus of probable bat origin,” Nature., vol. 579, no. 7798, pp.  270–273, 2020. [DOI] [PMC free article] [PubMed]
  • [5].Tian H. et al. , “An investigation of transmission control measures during the first 50 days of the COVID-19 epidemic in china,” Science, vol. 368, no. 6491, pp.  638–642, 2020. [DOI] [PMC free article] [PubMed]
  • [6].Chinazzi M. et al. , “The effect of travel restrictions on the spread of the 2019 novel coronavirus (COVID-19) outbreak,” Science, vol. 368, no. 6489, pp.  395–400, 2020. [DOI] [PMC free article] [PubMed]
  • [7].W. H. Organization, “Coronavirus disease 2019 (COVID-19): Situation report, 51,” , 2020-03-11.
  • [8].He X. et al. , “Temporal dynamics in viral shedding and transmissibility of COVID-19,” Nat. Med., vol. 26, no. 5, pp.  672–675, 2020. [DOI] [PubMed]
  • [9].Rockx B. et al. , “Comparative pathogenesis of COVID-19, mers, and sars in a nonhuman primate model,” Science, vol. 368, no. 6494, pp.  1012–1015, 2020. [DOI] [PMC free article] [PubMed]
  • [10].Kissler S. M., Tedijanto C., Goldstein E., Grad Y. H., and Lipsitch M., “Projecting the transmission dynamics of sars-cov-2 through the postpandemic period,” Science, vol. 368, no. 6493, pp.  860–868, 2020. [DOI] [PMC free article] [PubMed]
  • [11].Leung K., Wu J. T., Liu D., and Leung G. M., “First-wave COVID-19 transmissibility and severity in china outside hubei after control measures, and second-wave scenario planning: A modelling impact assessment,” The Lancet, vol. 395, no. 10233, pp.  1382–1393, 2020. [DOI] [PMC free article] [PubMed]
  • [12].Apostolopoulos I. D. and Mpesiana T. A., “COVID-19: automatic detection from x-ray images utilizing transfer learning with convolutional neural networks,” Phys. Eng. Sci. Med., p. 1, 2020. [DOI] [PMC free article] [PubMed]
  • [13].Wang L. and Wong A., “COVID-net: A tailored deep convolutional neural network design for detection of COVID-19 cases from chest radiography images,” 2020, arXiv. [DOI] [PMC free article] [PubMed]
  • [14].Afshar P., Heidarian S., Naderkhani F., Oikonomou A., Plataniotis K. N., and Mohammadi A., “COVID-CAPS: A capsule network-based framework for identification of COVID-19 cases from x-ray images,” 2020, arXiv:2004.02696. [DOI] [PMC free article] [PubMed]
  • [15].Roosa K. et al. , “Real-time forecasts of the COVID-19 epidemic in china from february 5th to february 24th, 2020,” Infect. Dis. Model., vol. 5, pp. 256–263, 2020. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [16].Yang Z. et al. , “Modified SEIR and ai prediction of the epidemics trend of COVID-19 in china under public health interventions,” J. Thoracic Dis., vol. 12, no. 3, p. 165, 2020. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [17].Petropoulos F. and Makridakis S., “Forecasting the novel coronavirus COVID-19,” PloS One, vol. 15, no. 3, p. e0231236, 2020. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [18].Fanelli D. and Piazza F., “Analysis and forecast of COVID-19 spreading in china, italy and france,” Chaos, Solitons & Fractals, vol. 134, p. 109761, 2020. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [19].Shone N., Ngoc T. N., Phai V. D., and Shi Q., “A deep learning approach to network intrusion detection,” IEEE Trans. Emerg. Topics Comput. Intell., vol. 2, no. 1, pp. 41–50, Feb. 2018. [Google Scholar]
  • [20].Li J., Li B., Xu J., Xiong R., and Gao W., “Fully connected network-based intra prediction for image coding,” IEEE Trans. on Image Process., vol. 27, no. 7, pp. 3236–3247, Jul. 2018. [DOI] [PubMed] [Google Scholar]
  • [21].Rizk-Allah R. M. and Hassanien A. E., “COVID-19 forecasting based on an improved interior search algorithm and multi-layer feed forward neural network,” 2020, arXiv:2004.05960.
  • [22].Torrealba-Rodriguez O., Conde-Gutiérrez R., and Hernández-Javier A., “Modeling and prediction of COVID-19 in mexico applying mathematical and computational models,” Chaos, Solitons Fractals, p. 109946, 2020. [DOI] [PMC free article] [PubMed]
  • [23].Baltas G. et al. , “Monte carlo deep neural network model for spread and peak prediction of COVID-19,” 2020.
  • [24].Fernández-Navarro F., de la Cruz M. A., Gutiérrez P. A., Castaño A., and Hervás-Martínez C., “Time series forecasting by recurrent product unit neural networks,” Neural Comput. Appl., vol. 29, no. 3, pp. 779–791, 2018. [Google Scholar]
  • [25].Chimmula V. K. R. and Zhang L., “Time series forecasting of COVID-19 transmission in canada using lstm networks,” Chaos, Solitons Fractals, p. 109864, 2020. [DOI] [PMC free article] [PubMed]
  • [26].Tomar A. and Gupta N., “Prediction for the spread of COVID-19 in india and effectiveness of preventive measures,” Sci. Total Environ., p. 138762, 2020. [DOI] [PMC free article] [PubMed]
  • [27].Liang S. D., “Optimization for deep convolutional neural networks: How slim can it go?,” IEEE Trans. Emerg. Topics Comput. Intell., vol. 4, no. 2, pp. 171–179, Apr. 2020. [Google Scholar]
  • [28].Wang H., Li C., Zhen X., Yang W., and Zhang B., “Gaussian transfer convolutional neural networks,” IEEE Trans. Emerg. Topics Comput. Intell., vol. 3, no. 5, pp. 360–368, Oct. 2019. [Google Scholar]
  • [29].Gamboa J. C. B., “Deep learning for time-series analysis,” 2017, arXiv:1701.01887.
  • [30].Huang C.-J., Chen Y.-H., Ma Y., and Kuo P.-H., “Multiple-input deep convolutional neural network model for COVID-19 forecasting in china,” medRxiv, 2020.
  • [31].Dutta S., Bandyopadhyay S. K., and Kim T.-H., “CNN-LSTM model for verifying predictions of COVID-19 cases,” Asian J. Res. Comput. Sci., pp. 25–32, 2020.
  • [32]. Kraemer, Moritz U. G.. et al. , “The effect of human mobility and control measures on the COVID-19 epidemic in china,” Science, vol. 368, no. 6490, pp.  493–497, 2020. [DOI] [PMC free article] [PubMed]
  • [33].“The COVID-19 data repository by the center for systems science and engineering (csse) at johns hopkins university,” Accessed: Apr. 24, 2020. [Online]. Available: https://github.com/CSSEGISandData/COVID-19
  • [34].“Protezione civile,” Accessed: 4 May 2020. [Online]. Available: https://www.protezionecivile.gov.it/
  • [35].Angelico R., Trapani S., Manzia T. M., Lombardini L., Tisone G., and Cardillo M., “The COVID-19 outbreak in italy: Initial implications for organ transplantation programs,” Amer. J. Transplant. [DOI] [PMC free article] [PubMed]
  • [36].Grasselli G., Pesenti A., and Cecconi M., “Critical care utilization for the COVID-19 outbreak in lombardy, italy: Early experience and forecast during an emergency response,” Jama, vol. 323, no. 16, pp. 1545–1546, 2020. [DOI] [PubMed] [Google Scholar]
  • [37].Remuzzi A. and Remuzzi G., “COVID-19 and italy: what next?,” The Lancet, vol. 395, no. 10231, pp.  1225–1228, 2020. [DOI] [PMC free article] [PubMed]
  • [38].Lai C.-C., Wang C.-Y., Wang Y.-H., Hsueh S.-C., Ko W.-C., and Hsueh P.-R., “Global epidemiology of coronavirus disease 2019 (COVID-19): Disease incidence, daily cumulative index, mortality, and their association with country healthcare resources and economic status,” Int. J. Antimicrobial Agents, vol. 55, no. 4, p.  105946, 2020. [DOI] [PMC free article] [PubMed]
  • [39].Kermack W. O. and Mckendrick A. G., “A contribution to the mathematical theory of epidemics,” 1927, p. 700721. [DOI] [PubMed]
  • [40].“Trovanorme - ministero della salute,” 2020. Accessed: May 4, 2020. [Online]. Available: https://www.trovanorme.salute.gov.it/
  • [41].“Ministero dell’interno, i dati dei servizi di controllo,” Accessed: 4 May 2020. [Online]. Available: https://www.interno.gov.it/it/coronavirus-i-dati-dei-serviziodicontrollo
  • [42].“Taiwan centers of disease control,” Accessed: 24 Apr. 2020. [Online]. Available: https://www.cdc.gov.tw/En
  • [43].Wang C. J., Ng C. Y., and Brook R. H., “Response to COVID-19 in Taiwan: Big data analytics, new technology, and proactive testing,” JAMA, vol. 323, no. 14, pp.  1341–1342, 04 2020. [DOI] [PubMed]
  • [44].“Taiwan centers of disease control health declaration and home quarantine notice,” Accessed: 24 Apr. 2020. [Online]. Available: https://www.cdc.gov.tw/En/File/Get/f7cDmcivdtKBDvAhJt9SVg
  • [45].“Ministero della salute - normativa,” 2020. Accessed: May 4, 2020. [Online]. Available: http://www.salute.gov.it/portale/documentazione
  • [46].“Flightradar24,” Accessed: 24 Apr. 2020. [Online]. Available: https://www.flightradar24.com/
  • [47].AL-Rousan N. and Al-Najjar H., “Nowcasting and forecasting the spreading of novel coronavirus 2019-ncov and its association with weather variables in 30 chinese provinces: A case study,” 2020. [Online]. Available: http://dx.doi.org/10.2139/ssrn.3537084
  • [48].“World weather online api,” Accessed: 24 Apr. 2020. [Online]. Available: https://www.worldweatheronline.com/
  • [49].Husnayain A., Fuad A., and Su E. C.-Y., “Applications of google search trends for risk communication in infectious disease management: A case study of the COVID-19 outbreak in taiwan,” Int. J. Infect. Dis., vol. 95, pp.  221–223, 2020. [DOI] [PMC free article] [PubMed]
  • [50].Goodfellow I., Bengio Y., and Courville A., Deep Learn. MIT Press, 2016, https://www.deeplearningbook.org [Google Scholar]
  • [51].Huang G.-B., Chen L., Siew C. K., and Others, “Universal approximation using incremental constructive feedforward networks with random hidden nodes,” IEEE Trans. on Neural Networks, vol. 17, no. 4, pp. 879–892, 2006. [DOI] [PubMed] [Google Scholar]
  • [52].Hochreiter S. and Schmidhuber J., “Long short-term memory,” Neural Comput., vol. 9, no. 8, pp. 1735–1780, 1997. [DOI] [PubMed] [Google Scholar]
  • [53].Kasun L., Zhou H., Huang G., and Vong C., “Representational learning with extreme learning machine for big data,” IEEE Intell. Syst., vol. 28, no. 6, pp. 31–34, Nov.-Dec. 2013. [Google Scholar]
  • [54].Huang G.-B., Zhou H., Ding X., and Zhang R., “Extreme learning machine for regression and multiclass classification,” IEEE Trans. Syst., Man, Cybern., Part B, Cybern., vol. 42, no. 2, pp. 513–29, Apr. 2012. [DOI] [PubMed] [Google Scholar]
  • [55].Mohammed A. A., Minhas R., Wu Q. J., and Sid-Ahmed M. A., “Human face recognition based on multidimensional pca and extreme learning machine,” Pattern Recognit., vol. 44, no. 10-11, pp. 2588–2597, 2011. [Google Scholar]
  • [56].Tian H. and Meng B., “A new modeling method based on bagging elm for day-ahead electricity price prediction,” in Proc. IEEE Int. Conf. Bio-Inspired Comput.: Theories Appl., 2010, pp. 1076–1079. [Google Scholar]
  • [57].da Costa N. L., Llobodanin L. A. G., de Lima M. D., Castro I. A., and Barbosa R., “Geographical recognition of syrah wines by combining feature selection with extreme learning machine,” Measurement, vol. 120, pp. 92–99, 2018. [Google Scholar]
  • [58].Yaseen Z. M., Sulaiman S. O., Deo R. C., and Chau K.-W., “An enhanced extreme learning machine model for river flow forecasting: State-of-the-art, practical applications in water resource engineering area and future research direction,” J. Hydrol., vol. 569, pp. 387–408, 2019. [Google Scholar]
  • [59].Ming Y., Cao S., Zhang R., Li Z., Chen Y., Song Y., and Qu H., “Understanding hidden memories of recurrent neural networks,” in Proc. IEEE Conf. Vis. Analytics Sci. Technol., 2017, pp. 13–24. [Google Scholar]
  • [60].Bergmeir C. and Benítez J. M., “On the use of cross-validation for time series predictor evaluation,” Inf. Sci., vol. 191, pp. 192–213, 2012. [Google Scholar]
  • [61].Huang C.-J. and Kuo P.-H., “Multiple-input deep convolutional neural network model for short-term photovoltaic power forecasting,” IEEE Access, vol. 7, pp.  74 822–74 834, 2019.
  • [62].Siegel S., “Nonparametric statistics,” Amer. Statistician, vol. 11, no. 3, pp. 13–19, 1957. [Google Scholar]
  • [63].Šidák Z., “Rectangular confidence regions for the means of multivariate normal distributions,” J. Amer. Stat. Assoc., vol. 62, no. 318, pp. 626–633, 1967. [Google Scholar]
  • [64].“Il sole 24 ore: Coronavirus/ inail: più di 28mila contagi sul lavoro, il 45% infermieri e il 14% medici,” https://www.sanita24.ilsole24ore.com/art/dal-governo/2020-04-30/coronavirus-inail-piu-28mila-contagi-lavoro-45percento-infermieri-e-14percento-medici-093700.php?uuid=ADcmEdN, accessed: 2020-04-30.
  • [65].Anelli F. et al. , “Italian doctors call for protecting healthcare workers and boosting community surveillance during COVID-19 outbreak,” Bmj, vol. 368, 2020. [DOI] [PubMed]
  • [66].“Credit – contributor roles taxonomy,” Accessed: Apr. 24, 2020. [Online]. Available: https://www.mohw.gov.tw/cp-4510-49339-2.html
  • [67].E. O.-O. Max Roser, Hannah Ritchie and J. Hasell, “Coronavirus pandemic (COVID-19),” Our World in Data, 2020, https://ourworldindata.org/coronavirus
  • [68].Giordano G. et al. , “Modelling the COVID-19 epidemic and implementation of population-wide interventions in italy,” Nat. Med., pp. 1–6, 2020. [DOI] [PMC free article] [PubMed]
  • [69].Peto J., “Covid-19 mass testing facilities could end the epidemic rapidly,” Bmj, vol. 368, 2020. [DOI] [PubMed]
  • [70].Ryu S., Ali S. T., Jang C., Kim B., and Cowling B. J., “Effect of nonpharmaceutical interventions on transmission of severe acute respiratory syndrome coronavirus 2, south korea, 2020,” vol. 26, no. 10, 2020. [DOI] [PMC free article] [PubMed]
  • [71].Hofstede G., “Dimensionalizing cultures: The hofstede model in context,” Online Readings in Psychol. and Culture, vol. 2, no. 1, p. 8, 2011. [Google Scholar]
  • [72]. https://github.com/strath-ace/COVID-opt-nn.

Articles from Ieee Transactions on Emerging Topics in Computational Intelligence are provided here courtesy of Institute of Electrical and Electronics Engineers

RESOURCES