Literature DB >> 29606177

Multi-step prediction for influenza outbreak by an adjusted long short-term memory.

J Zhang1, K Nawata1.   

Abstract

Influenza results in approximately 3-5 million annual cases of severe illness and 250 000-500 000 deaths. We urgently need an accurate multi-step-ahead time-series forecasting model to help hospitals to perform dynamical assignments of beds to influenza patients for the annually varied influenza season, and aid pharmaceutical companies to formulate a flexible plan of manufacturing vaccine for the yearly different influenza vaccine. In this study, we utilised four different multi-step prediction algorithms in the long short-term memory (LSTM). The result showed that implementing multiple single-output prediction in a six-layer LSTM structure achieved the best accuracy. The mean absolute percentage errors from two- to 13-step-ahead prediction for the US influenza-like illness rates were all <15%, averagely 12.930%. To the best of our knowledge, it is the first time that LSTM has been applied and refined to perform multi-step-ahead prediction for influenza outbreaks. Hopefully, this modelling methodology can be applied in other countries and therefore help prevent and control influenza worldwide.

Entities:  

Keywords:  Influenza-like illness (ILI); long short-term memory (LSTM); multi-step-ahead time-series prediction

Mesh:

Year:  2018        PMID: 29606177      PMCID: PMC6088535          DOI: 10.1017/S0950268818000705

Source DB:  PubMed          Journal:  Epidemiol Infect        ISSN: 0950-2688            Impact factor:   2.451


Introduction

Influenza, commonly known as flu, circulates worldwide and places a substantial burden on people's health every year. The flu outbreak resulted in approximately 3–5 million annual cases of severe illness and 250 000–500 000 deaths [1]. In the USA, annual flu outbreak led to an average of 610 660 life-years lost, 3.1 million hospitalised days and 31.4 million outpatient visits. The total economic burden of annual flu outbreak using projected statistical life values amounted to $87.1 billion [2]. Flu is one of the costliest epidemics worldwide. The flu vaccine is one of the best ways to reduce the risk of getting sick with flu and spreading it to others [3]. During the 2015–2016 flu season, flu vaccine prevented an estimated 5.1 million illnesses, 2.5 million medical visits, 71 000 hospitalisations and 3000 pneumonia and influenza deaths [3]. However, because flu virus undergoes high mutation rates and frequent genetic re-assortment [4-6], manufacturing flu vaccine suffers from a complicated process every year. In Februaries, World Health Organization (WHO) assesses the strains of flu virus that are most likely to be circulating over the following winter. Then, vaccine manufacturers produce flu vaccines in a very limited time [7]. Usually, the first batch of vaccine is unavailable until Septembers [8, 9]. Moreover, hospital beds assignment to flu patients is also a challenging task due to the limited capacity of hospital beds, time dependencies of bed request arrivals and unique treatment requirements of flu patients [10]. Furthermore, flu seasons vary in timing, severity and duration from one season to another [7]. Therefore, flu hospitalisation also varies by sites and time in each season [11, 12], which makes beds assignment to flu patients more difficult for hospitals. To help hospitals and pharmaceutical companies better prepare for an annual flu outbreak, we need an accurate model to perform multi-step-ahead time-series prediction for flu outbreaks. Multi-step-ahead time-series prediction, or simply ‘multi-step prediction’, is an analytical task of predicting a sequence of values in future by analysing observed values in the past [13]. Nonetheless, not many past papers studied multi-step prediction for flu outbreaks. The possible reason could be that multi-step prediction usually results in poor accuracy due to some insuperable problems, such as error accumulation. One compromising method is that one can aggregate raw data to a larger time unit and then use the single-step prediction to avoid performing multi-step prediction. For instance, if raw data are weekly based, we can aggregate weekly values to monthly values and then perform a single-step prediction for the coming month (that is roughly around 4 weeks). Although the single-step prediction avoids poor accuracy, it will hinder us from understanding the trend and variation during the coming month. In this study, we leveraged the deep learning model of long short-term memory (LSTM). Our selection of LSTM was based on the theoretical and practical consideration. In theory, the LSTM is a special kind of RNN. Its elaborate structure (multilayers and gated cells) enables LSTM to learn simulate non-linear function, long-term dependencies [14] and refine time-series prediction [15]. In practice, we found that LSTM achieved the best accuracy in all the six models (autoregressive integrated moving average, support vector regression, random forest, gradient boosting, artificial neural network and LSTM) when we performed a single-step prediction for the US flu data (the same data source with those of this study) in one of our previous studies [16].

Methods

Source data and metrics

We used the US flu data from the 40th week of 2002 to the 30th week of 2017, collected from the ‘FluView’ Portal of Centre for Disease Control and Prevention (CDC) [17]. To remove any possible variations in populations, we used the influenza-like illness (ILI) rates as the response (y) of models. Figure 1(a) illustrates the historical plot of the US flu data. We split the duration into two parts: the first 2/3 (from the 40th week of 2002 to the 44th week of 2012) for training and the last 1/3 (from the 45th week of 2012 to the 30th week of 2017) for testing.
Fig. 1.

The US flu data from the 40th week of 2002 to the 30th week of 2017. (a) We split the data into the training set and the testing set. The y-axis represents the weekly ILI rates, and the x-axis represents the time series (from the 40th week of 2002 to the 30th week of 2017). The dashed line is the first 2/3 of the data (from the 40th week of 2002 to the 52nd week of 2012) that were used for training, and the solid line is the last 1/3 of the data (from the first week of 2013 to the 30th week of 2017) that were used for testing. (b) The histogram of the weekly ILI rates of the US flu data. The y-axis represents the frequency, and the x-axis represents weekly ILI rates. The histogram is right-skewed.

The US flu data from the 40th week of 2002 to the 30th week of 2017. (a) We split the data into the training set and the testing set. The y-axis represents the weekly ILI rates, and the x-axis represents the time series (from the 40th week of 2002 to the 30th week of 2017). The dashed line is the first 2/3 of the data (from the 40th week of 2002 to the 52nd week of 2012) that were used for training, and the solid line is the last 1/3 of the data (from the first week of 2013 to the 30th week of 2017) that were used for testing. (b) The histogram of the weekly ILI rates of the US flu data. The y-axis represents the frequency, and the x-axis represents weekly ILI rates. The histogram is right-skewed. Figure 1(b) describes the histogram of the weekly ILI rates. The histogram is right-skewed. Generally, comparing accuracy of models by mean absolute percentage error (MAPE) mainly reflects the difference of the ‘median’; while comparing by root mean square error primarily reflects the difference of the ‘mean’. The right-skewed histogram and the Kolmogorov–Smirnov test (P < 0.05) showed that the US flu data followed a non-normal distribution. Therefore, we expected that the accuracy would reflect the difference of ‘median’ and thereby used MAPE as a key performance indicator (KPI) for comparing models.where A is the actual value and F is the forecast value.

Feature space and responses

For the feature space, we adopted the time lag of 52 weeks due to the result of one of our previous studies. In the previous study, we used the same US flu data and compared accuarcy of models of the different time lags of 2, 4, 9, 13, 26 and 52 weeks and found that of 52 weeks grew out the best accuracy [16]. Moreover, we calculated the first-order differences as a part of the feature spaces, since some past study found that first-order differences helped improve accuracy of the prediction models for flu data [18]. In brief, for feature spaces, we used (I) the ILI rate of the current week, (II) the ILI rates of the past 52 weeks and (III) the 52 first-order differences. Totally, we have 105 features. Regarding responses, we were forecasting the two-, three-, four-, five-, six-, seven-, eight-, nine-, 10-, 11-, 12- and 13-step-ahead ILI rates.

Model

For multi-step prediction, there are mainly two types of methodologies: (I) ‘recursive’ prediction and (II) ‘jumping’ prediction. Generally, the methodology of (I) predicts values step-by-step; the methodology of (II) predicts some-step-ahead values independently. The following (a), (b), (c) and (d) explain four multi-step prediction algorithms [19]. Multi-stage prediction (MSP) MSP is a ‘recursive’ prediction. MSP uses one single-output model, which is recursively applied in multiple-step prediction, feeding through the previous output as its new input [20]. In this study, as the first step, we predict X using the 53 historical values, i.e. X, X, X, … and X; as the second step, we predict X based on X (X was predicted in the first step), X, X, X, … and X; as the third step, we predict X based on X (X was predicted in the second step), X (X was predicted in the first step), X, X, X, … and X, etc. Formula 1 describes the prediction process. Formula 1. Algorithm of MSP prediction( = LSTM_MSP_MODEL#01(observation(, observation(, observation(, …, observation( prediction( = LSTM_MSP_MODEL#01(prediction(, observation(, observation(, …, observation( prediction( = LSTM_MSP_MODEL#01(prediction(, prediction(, observation(, observation(, …, observation ( prediction( = LSTM_MSP_MODEL#01(prediction (, prediction(, prediction(, …, prediction(, observation(, observation(, …, observation( Adjusted multi-stage prediction (AMSP) AMSP is a refined version of MSP. Comparatively, when AMSP predicting X (P ⩾ 2), it uses another model instead of using the same model repeatedly. Such a modification helps suppress error accumulation [21, 22]. Formula 2 illustrates the algorithm of AMSP. Formula 2. Algorithm of AMSP prediction( = LSTM_AMSP_MODEL#01(observation(, observation(, observation(, …, observation( prediction( = LSTM_AMSP_MODEL#02(prediction(, observation(, observation(, …, observation( prediction( = LSTM_MSP_MODEL#03(prediction(, prediction(, observation(, observation(, …, observation( prediction( = LSTM_AMSP_MODEL#13(prediction( prediction(, prediction(, …, prediction(, observation(, observation(, …, observation( Multiple single-output prediction (MSOP) MSOP is a ‘jumping’ prediction. MSOP directly predicts a p-step-ahead (P ⩾ 2) value only by historical values: X, X, X, …, X. Formula 3 explains the algorithm of MSOP. Formula 3. Algorithm of MSOP prediction( = LSTM_MSOP_MODEL#01(observation(, observation (, observation(, …, observation( prediction( = LSTM_MSOP_MODEL#02(observation(, observation( observation(, …, observation( prediction( = LSTM_MSOP_MODEL#03(observation(, observation(, observation(, …, observation( prediction( = LSTM_MSOP_MODEL#13(observation(, observation(, observation(, …, observation( Multiple-output prediction (MOP) MOP can be regarded as a merged version of MSOP. MOP uses one model to predict many some-step-ahead values all at once. In other fields, MOP was also implemented by multiple support vector regression [20, 23, 24]. Formula 4 outlines the algorithm of MOP. Formula 4. Algorithm of MOP prediction(, prediction(, …, prediction( = LSTM_MOP_MODEL#01(observation(, observation(, observation(, …, observation(

Coding

We used Python and Keras package (Version 2.0.4) [25] based on Tensorflow (Version 1.1.0) [26]. We adopted an ‘early-stopping’ algorithm with a ‘patience’ of 100 epochs (for a total of 1000 epochs) and compared the predicting accuracy of LSTM models of the number of layers: 3–6 and 10.

Results

Results of MSP

Table 1(a) illustrates the MAPEs of LSTM with MSP algorithm. The three-layer LSTM with MSP algorithm achieved the predicting MAPEs of 19.757, 32.969, 49.096, 67.866, 89.892, 114.977, 143.999, 177.719, 217.721, 267.335, 332.577 and 426.828%, when forecasting the ILI rates of the coming second to 13th weeks. The MAPE increased by nearly 22 times as the number of predicting steps increased. Comparatively, the MAPEs of the four-layer LSTM with MSP algorithm increased limitedly, from 9.57% to 13.77% with some slight setbacks in 10-, 11- and 12-step prediction. The similar phenomena occurred in the MAPEs of LSTM of five, six and 10 layers with MSP (Fig. 2).
Table 1.

The MAPEs of LSTM with the multi-step predicting algorithms of MSP, AMSP, MSOP and MOP

(a) The MAPEs of LSTM with the MSP algorithm
The numbers of multistepsMAPEs of MSP of three-layer LSTM (%)MAPEs of MSP of four-layer LSTM (%)MAPEs of MSP of five-layer LSTM (%)MAPEs of MSP of six-layer LSTM (%)MAPEs of MSP of 10-layer LSTM (%)Average MAPE of MSP of three-, four-, five-, six-, 10-layer LSTM (%)
219.7579.5689.6049.0189.35211.460
332.96911.96011.91311.48211.77816.020
449.09613.25613.22313.11113.51220.439
567.86613.67713.92814.55214.89924.984
689.89213.79414.38916.17216.27230.104
7114.97714.07714.89917.18717.35435.699
8143.99914.08815.09817.43918.30441.786
9177.71914.10015.17416.97918.89448.573
10217.72113.93015.20216.69519.40856.591
11267.33513.79315.13616.89419.76566.585
12332.57713.76315.27217.13519.88079.725
13426.82813.77015.32017.74919.93198.720
Average MAPE of MSP of all multi-steps (%)161.72813.31514.09615.36816.612

MAPEs, mean absolute percentage errors; MSP, multi-stage prediction; LSTM, long short-term memory.

Fig. 2.

The MAPEs of LSTM with MSP. The y-axis represents the MAPE of the predictions and the x-axis represents multi-steps of the predictions. The (a–e) illustrate the MAPEs with the MSP algorithm of three-, four-, five-, six-, 10-layer LSTM, respectively.

The MAPEs of LSTM with MSP. The y-axis represents the MAPE of the predictions and the x-axis represents multi-steps of the predictions. The (a–e) illustrate the MAPEs with the MSP algorithm of three-, four-, five-, six-, 10-layer LSTM, respectively. The MAPEs of LSTM with the multi-step predicting algorithms of MSP, AMSP, MSOP and MOP MAPEs, mean absolute percentage errors; MSP, multi-stage prediction; LSTM, long short-term memory. MAPEs, mean absolute percentage errors; AMSP, adjusted multi-stage prediction; LSTM, long short-term memory. MAPEs, mean absolute percentage errors; MSOP, multiple single-output prediction; LSTM, long short-term memory. MAPEs, mean absolute percentage errors; MOP, multiple-output prediction; LSTM, long short-term memory.

Results of AMSP, MSOP and MOP

Tables 1(b–d) display the MAPEs of LSTM with AMSP, MSOP and MOP algorithm. In AMSP, the average MAPE increased from 9.171% to 14.715% as the number of predicting steps increased from two to 13, and varied from 13.626% to 13.911% as the number of layers of LSTM increased from three to 10 layers. The average MAPEs of LSTM of both MSOP and MOP had a slight upward trend as the number of predicting steps increased (from 8.911% to 14.064% in MSOP; from 10.747% to 26.389% in MOP); and varied limitedly as the number of layers of LSTM increased (from 12.935% to 13.386% in MSOP; from 17.9100% to 20.684% in MOP). In sharp contrast to MSP, the accuracy of AMSP, MSOP and MOP had little improvement when we used more layers of LSTM.

Comparison of the average MAPE of MSP, AMSP, MSOP and MOP

Figure 3 compares the average MAPEs of LSTM with multi-step predicting algorithms of MSP, AMSP, MSOP and MOP. The different numbers of the layers impacted the predicting accuracy tremendously in MSP (from 13.315% to 161.728%); slightly in MOP (from 17.910% to 20.684%), and barely in AMSP (from 13.626% to 13.911%) and MSOP (from 12.930% to 13.386%). Implementing MSOP in the six-layer LSTM structure achieved the best accuracy in this study. The MAPEs from two-step-ahead to 13-step-ahead prediction for the US ILI rates were all <15%, averagely 12.930%.
Fig. 3.

The average MAPEs of LSTM with MSP, AMSP, MSOP and MOP. The y-axis represents the MAPE of the predictions and the x-axis represents the models of three-, four-, five-, six- and 10-layer LSTM with the multi-step predicting algorithms of MSP, AMSP, MSOP and MOP. Implementing MSOP in the six-layer LSTM achieved the lowest average MAPE of 12.930% in this study.

The average MAPEs of LSTM with MSP, AMSP, MSOP and MOP. The y-axis represents the MAPE of the predictions and the x-axis represents the models of three-, four-, five-, six- and 10-layer LSTM with the multi-step predicting algorithms of MSP, AMSP, MSOP and MOP. Implementing MSOP in the six-layer LSTM achieved the lowest average MAPE of 12.930% in this study.

Discussion

Past studies

We did not find past studies that performed auto-regression in the multi-step prediction for flu outbreaks. Regarding multi-step prediction for studies in other fields, MSP is one of the most popular methodologies probably because many types of models can be used for this purpose, such as linear regression, support vector regression [27], random forest, gradient boosting, artificial neural network [28], etc. However, any such model inevitably introduces errors and tends to suffer from error accumulation problem when the predicted period is long. This is because the bias and variance from previous predictions impact future predictions [20]. These compounding errors change the input distribution for future prediction steps, breaking the train-test independent and identically distributed assumption common in supervised learning [20].

Comparison of accuracy of MSP, AMSP, MSOP and MOP

When comparing four different multi-step predicting algorithms, we found that the MAPEs of AMSP were less than those of MSP, which demonstrated AMSP suppressed the accumulated errors effectively based on its refined algorithm. Besides, the MAPEs of MSOP are less than those of MOP. As we mentioned in section ‘Methods’, to predict the ILI rates of the coming second to 13th weeks, MOP trained only one model while MSOP trained 13 models. As a result, MSOP can predict with no necessity of sharing neurons in LSTM structure, while MOP has to share neurons in LSTM structure. Consequently, the accuracy of MSOP performed better. Moreover, the average MAPEs of MSOP are slightly less than those of AMSP. The explanation is that MSOP does not accumulate errors at all, while AMSP just adjusted its accumulated errors by training new models. Therefore, MSOP performed best.

Other features

In our opinion, including other features in multi-step predicting models impacts models’ accuracy positively and negatively. For one thing, when predicting future values, other features could help predict more accurately, especially at turning points, such as an abrupt decrease in temperature. For another thing, before forecasting future ILI rates, we need to forecast other features (e.g. we need weather forecast for temperature and humidity). The error in former prediction could enlarge the error in later prediction. The mechanism is similar to MSP, which accumulates error step by step. In conclusion, whether the accuracy improves or deteriorates might depend on different data in different season from different countries. In this study, we only performed auto-regression based on two pieces of consideration. First, we regard historical values as a response of all related features, such as temperature, humidity, etc. Therefore, to some extent, taking historical values as feature space includes all related features/factors in models. Besides, how to include temperature or humidity of the whole country in the models is a challenge work. Simply averaging temperature or humidity of all the places (cities and towns) of the USA might bring other problems, such as overlooking in population size, population density, life styles, etc. in different places.

Conclusion

In this study, we adjusted the LSTM model by the four multi-step prediction algorithms. The result showed that implementing MSOP in a six-layer LSTM structure achieved the best accuracy. The MAPEs from two-step-ahead to 13-step-ahead prediction for the US ILI rates were all <15%, averagely 12.930%. Hopefully, this accurate modelling approach will positively help hospitals, pharmaceutical companies, individuals and governments better prepare for the flu seasons and therefore prevent and control flu outbreaks worldwide.
(b) The MAPEs of LSTM with the AMSP algorithm
The number of multi-stepsMAPEs of AMSP of three-layer LSTM (%)MAPEs of AMSP of four-layer LSTM (%)MAPEs of AMSP of five-layer LSTM (%)MAPEs of AMSP of six-layer LSTM (%)MAPEs of AMSP of ten-layer LSTM (%)Average MAPE of AMSP of three-, four-, five-, six-, 10-layer LSTM (%)
28.8839.2879.4539.3618.8709.171
311.32611.34611.31211.37711.05011.282
412.65512.90613.06612.97412.37812.796
513.25813.57214.07813.77313.48213.633
613.89713.98414.55613.24513.91713.920
714.74713.67614.67814.32514.28314.342
815.20814.54814.11014.47415.39014.746
914.63113.77415.50014.40615.26014.714
1014.90814.61614.00413.70215.21314.488
1114.58215.14215.30714.80217.34715.436
1214.71815.10915.24713.61615.45514.829
1314.70214.56915.16314.84914.29214.715
Average MAPE of AMSP of all multi-steps (%)13.62613.54413.87313.40913.911

MAPEs, mean absolute percentage errors; AMSP, adjusted multi-stage prediction; LSTM, long short-term memory.

(c) The MAPEs of LSTM with the MSOP algorithm
The number of multi-stepsMAPEs of MSOP of three-layer LSTM (%)MAPEs of MSOP of four-layer LSTM (%)MAPEs of MSOP of five-layer LSTM (%)MAPEs of MSOP of six-layer LSTM (%)MAPEs of MSOP of ten-layer LSTM (%)Average MAPE of MSOP of three-, four-, five-, six-, 10-layer LSTM (%)
28.7598.8428.9659.1108.8788.911
310.78010.49210.16210.45610.71210.520
412.03512.19912.36512.11411.95412.133
512.99012.77613.09712.97813.13712.996
613.41113.31513.50412.87113.68813.358
714.07514.21014.08713.78013.99314.029
814.55713.71814.55014.18915.09814.422
914.52713.72614.32514.09014.66914.267
1014.39513.82614.22214.56415.66814.535
1114.72513.97214.28813.29914.49714.156
1213.98113.80914.58513.67214.25614.061
1314.41514.33313.45014.03614.08714.064
Average MAPE of AMSOP of all multi-steps (%)13.22112.93513.13312.93013.386

MAPEs, mean absolute percentage errors; MSOP, multiple single-output prediction; LSTM, long short-term memory.

(d) The MAPEs of LSTM with the MOP algorithm
The number of multi-stepsMAPEs of MOP of three-layer LSTM (%)MAPEs of MOP of four-layer LSTM (%)MAPEs of MOP of five-layer LSTM (%)MAPEs of MOP of six-layer LSTM (%)MAPEs of MOP of 10-layer of LSTM (%)Average MAPE of MOP of three-, four-, five-, six-, 10-layer LSTM (%)
211.76610.1639.87910.34511.58110.747
313.04313.60911.72812.45112.87112.740
418.15816.14213.52815.25216.66315.949
519.72817.44214.98519.17515.29217.324
619.25318.23714.88218.51224.39319.055
721.22120.62516.82618.69020.15419.503
820.35020.56017.93320.81420.86420.104
924.04324.87120.44418.00623.79222.231
1022.48724.19721.25021.70820.63222.055
1122.67919.27821.04722.33927.19422.507
1223.09524.24922.86923.70726.79524.143
1324.53224.57129.55425.30727.97926.389
Average MAPE of MOP of all multi-steps (%)20.03019.49517.91018.85920.684

MAPEs, mean absolute percentage errors; MOP, multiple-output prediction; LSTM, long short-term memory.

  12 in total

1.  Learning to forget: continual prediction with LSTM.

Authors:  F A Gers; J Schmidhuber; F Cummins
Journal:  Neural Comput       Date:  2000-10       Impact factor: 2.026

2.  The annual impact of seasonal influenza in the US: measuring disease burden and costs.

Authors:  Noelle-Angelique M Molinari; Ismael R Ortega-Sanchez; Mark L Messonnier; William W Thompson; Pascale M Wortley; Eric Weintraub; Carolyn B Bridges
Journal:  Vaccine       Date:  2007-04-20       Impact factor: 3.641

3.  Identification and control of dynamical systems using neural networks.

Authors:  K S Narendra; K Parthasarathy
Journal:  IEEE Trans Neural Netw       Date:  1990

4.  Long short-term memory.

Authors:  S Hochreiter; J Schmidhuber
Journal:  Neural Comput       Date:  1997-11-15       Impact factor: 2.026

5.  Time series analysis of weekly influenza-like illness rate using a one-year period of factors in random forest regression.

Authors:  Hongyan Wu; Yunpeng Cai; Yongsheng Wu; Ren Zhong; Qi Li; Jing Zheng; Denan Lin; Ye Li
Journal:  Biosci Trends       Date:  2017-05-08       Impact factor: 2.400

6.  The annual production cycle for influenza vaccine.

Authors:  Catherine Gerdil
Journal:  Vaccine       Date:  2003-05-01       Impact factor: 3.641

7.  A comparative study on predicting influenza outbreaks.

Authors:  Jie Zhang; Kazumitsu Nawata
Journal:  Biosci Trends       Date:  2017-10-24       Impact factor: 2.400

8.  Heterogeneity of the mutation rates of influenza A viruses: isolation of mutator mutants.

Authors:  P Suárez; J Valcárcel; J Ortín
Journal:  J Virol       Date:  1992-04       Impact factor: 5.103

9.  Independence of evolutionary and mutational rates after transmission of avian influenza viruses to swine.

Authors:  J Stech; X Xiong; C Scholtissek; R G Webster
Journal:  J Virol       Date:  1999-03       Impact factor: 5.103

10.  First-year results of the Global Influenza Hospital Surveillance Network: 2012-2013 Northern hemisphere influenza season.

Authors:  Joan Puig-Barberà; Anita Tormos; Anna Sominina; Elena Burtseva; Odile Launay; Meral A Ciblak; Angels Natividad-Sancho; Amparo Buigues-Vila; Sergio Martínez-Úbeda; Cedric Mahé
Journal:  BMC Public Health       Date:  2014-06-05       Impact factor: 3.295

View more
  7 in total

1.  A comparative study on predicting influenza outbreaks using different feature spaces: application of influenza-like illness data from Early Warning Alert and Response System in Syria.

Authors:  Ali Darwish; Yasser Rahhal; Assef Jafar
Journal:  BMC Res Notes       Date:  2020-01-16

2.  Effective Training Data Extraction Method to Improve Influenza Outbreak Prediction from Online News Articles: Deep Learning Model Study.

Authors:  Beakcheol Jang; Inhwan Kim; Jong Wook Kim
Journal:  JMIR Med Inform       Date:  2021-05-25

3.  Forecasting type-specific seasonal influenza after 26 weeks in the United States using influenza activities in other countries.

Authors:  Soo Beom Choi; Juhyeon Kim; Insung Ahn
Journal:  PLoS One       Date:  2019-11-25       Impact factor: 3.240

4.  Real-Time Forecast of Influenza Outbreak Using Dynamic Network Marker Based on Minimum Spanning Tree.

Authors:  Kun Yang; Jialiu Xie; Rong Xie; Yucong Pan; Rui Liu; Pei Chen
Journal:  Biomed Res Int       Date:  2020-10-01       Impact factor: 3.411

5.  Forecasting outbreak of COVID-19 in Turkey; Comparison of Box-Jenkins, Brown's exponential smoothing and long short-term memory models.

Authors:  Didem Guleryuz
Journal:  Process Saf Environ Prot       Date:  2021-03-22       Impact factor: 6.158

6.  Deep Neural Networks for Optimal Selection of Features Related to Flu.

Authors:  B Tarakeswara Rao; V N Lakshmana Kumar; D Padmapriya; Kumud Pant; Tejaswini B; Wadi B Alonazi; Khalid M A Almutairi
Journal:  Evid Based Complement Alternat Med       Date:  2022-07-14       Impact factor: 2.650

7.  Prediction of hand, foot, and mouth disease epidemics in Japan using a long short-term memory approach.

Authors:  Kazuhiro Yoshida; Tsuguto Fujimoto; Masamichi Muramatsu; Hiroyuki Shimizu
Journal:  PLoS One       Date:  2022-07-28       Impact factor: 3.752

  7 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.