1
views
0
recommends
+1 Recommend
0 collections
    0
    shares
      • Record: found
      • Abstract: found
      • Article: found
      Is Open Access

      Recurrent Neural Networks for Feature Extraction from Dengue Fever

      research-article

      Read this article at

      Bookmark
          There is no author summary for this article yet. Authors can add summaries to their articles on ScienceOpen to make them more accessible to a non-specialist audience.

          Abstract

          Dengue fever modelling in endemic locations is critical to reducing outbreaks and improving vector-borne illness control. Early projections of dengue are a crucial tool for disease control because of the unavailability of treatments and universal vaccination. Neural networks have made significant contributions to public health in a variety of ways. In this paper, we develop a deep learning modelling using random forest (RF) that helps extract the features of the dengue fever from the text datasets. The proposed modelling involves the data collection, preprocessing of the input texts, and feature extraction. The extracted features are studied to test how well the feature extraction using RF is effective on dengue datasets. The simulation result shows that the proposed method achieves higher degree of accuracy that offers an improvement of more than 12% than the existing methods in extracting the features from the input datasets than the other feature extraction methods. Further, the study reduces the errors associated with feature extraction that is 10% lesser than the other existing methods, and this shows the efficacy of the model.

          Related collections

          Most cited references23

          • Record: found
          • Abstract: found
          • Article: not found

          Decision Tree Algorithms Predict the Diagnosis and Outcome of Dengue Fever in the Early Phase of Illness

          Introduction Dengue fever/dengue haemorrhagic fever (DF/DHF) is a re-emerging disease throughout the tropical world. The disease is caused by four closely related dengue viruses, which are transmitted by the Aedes mosquitoes, principally Aedes aegypti [1]. DHF and dengue shock syndrome (DSS) represent the severe end of the disease spectrum, which if not properly managed, would result in significant mortality. The pathophysiology of severe DHF and DSS is characterized by plasma leakage as a result of alteration in microvascular permeability [2]. There is as yet no vaccine or specific antiviral therapy for DF/DHF and management of cases remains largely supportive [3]. Dengue illness is often confused with other viral febrile states, confounding both clinical management [4]–[6] and disease surveillance for viral transmission prevention [7]. This difficulty is especially striking during the early phase of illness, where non-specific clinical symptoms and signs accompany the febrile illness [4]. More definitive symptoms, such as retro-orbital pain, and clinical signs, such as petechiae, do not appear until the later stages of illness, if at all. Definitive early dengue diagnosis thus requires laboratory tests and those suitable for use at this stage of illness are either costly, such as RT-PCR for dengue; not sufficiently rapid, such as virus isolation; or undergoing field trials, such as ELISA for NS1 protein of dengue virus [8],[9]. Furthermore, many dengue endemic places lack the necessary laboratory infrastructure or support [7] and thus a scheme for reliable clinical diagnosis, using data that can be obtained routinely, would be useful for early recognition of dengue fever, not only for case management but also for dengue surveillance. The current World Health Organization (WHO) scheme for classifying dengue infection (Table S1) makes use of symptoms and signs that are often not present in the first few days of illness, and thus not a guide for early diagnosis, but are instead designed for monitoring disease progression for clinical management of the severe DHF/DSS. Other attempts at identifying clinical features for the diagnosis of dengue disease have made use of univariate or multivariate analysis of clinical symptoms and signs, haematological or biochemical parameters [10],[11]. Although such studies provide a list of symptoms and signs that could be associated with dengue disease, how these should be applied for clinical diagnosis is not apparent. Evidence-based triage strategies that identify individuals likely to have dengue infection in the early stages of illness are needed to direct patient stratification in clinical investigations, management and healthcare resource planning. To address this goal, we show here that a decision tree approach can be useful to develop an intuitive diagnostic algorithm, using clinical and haematological parameters, that is able to distinguish dengue from non-dengue disease in the first 72 hours of illness. We also demonstrate a proof-of-concept that such an approach can be useful for early dengue disease prognostication. Materials and Methods Patients and clinical methods Ethical considerations The study protocol was approved by each organization's institutional review board. Patient enrolment, clinical and epidemiological data collection within the National Healthcare Group, Singapore was approved by the NHG IRB (DSRB B/05/013). Patient enrolment, clinical and epidemiological data collection in Dong Thap Hospital was approved by the hospital scientific and ethical committee as well as the Oxfordshire Tropical Research Ethical Committee, UK. Enrolment of study participants was conditional on appropriate informed consent administered by a study research nurse. All biological materials collected were anonymized after completion of demographic and clinical data collection. Screening and recruitment The protocol for patient recruitment in Singapore (the early dengue infection and outcome (EDEN) study) was described previously [12]. Adult patients (age >18 years) presenting at selected primary care polyclinics within 72 hours of onset of acute febrile illness and without rhinitis or clinically obvious alternative diagnoses for fever were eligible for study inclusion. Upon consent, anonymized demographic, clinical and epidemiological information were collected on a standardized data entry form on 3 occasions: 1–3 days post-onset of fever (1st visit), 4–7 days post-onset of fever (2nd visit) and 3–4 weeks post-onset of fever (3rd visit). Venous blood was also collected for haematological, virological and serological analyses at every visit. Remaining serum and blood were anonymized and stored at −80°C until use. The list of parameters monitored in this study is shown in the supplementary Table S2. Children or adults in whom there was a clinical suspicion of dengue were recruited within 72 hours of illness onset in Dong Thap Hospital, Vietnam. Blood samples were collected for diagnostic investigations at study enrolment and again at hospital discharge. Clinical data were collected daily on standard case record forms. Laboratory Methods Haematology A full blood count was performed on anticoagulated whole blood collected at all time points. A bench-top, FDA-approved haematocytometer was used for this application (iPoch-100, Sysmex, Japan). Calibration by internal and external QC controls was also performed on a regular basis. Serology and antigen detection IgM and IgG antibodies against dengue virus were detected using commercially available ELISAs (PanBio, Brisbane, Australia) according to manufacturer's instructions. Reverse-transcription polymerase chain reaction (RT-PCR) RNAs were extracted from the first serum portion or virus culture supernatant using QIAamp Viral RNA mini kit (Qiagen, Hilden, Germany) according to the manufacturer's protocol. RT-PCR to detect dengue viral RNA was carried out using a set of generic pan-dengue primers that targeted the 3′ non-coding region of dengue viruses as previously described [13]. Results were analysed with LightCycler software version 3.5 (Roche Diagnostics, Mannheim, Germany). Reactions with high crossover threshold (Ct) value or ambiguous melting curve results were analysed by electrophoresis on a 2% agarose gel, to confirm presence of product of the correct size. RNA extracted from previously obtained clinical isolates, namely dengue-1 (S144), dengue-2 (ST), dengue-3 (SGH) and dengue-4 (S006), propagated in C6/36 cell cultures were included as external control in every RT-PCR run. Decision tree analyses for disease modelling Classifier modelling The C4.5 decision tree classifier [14] software Inforsense (InforSense Ltd., London, UK) was used. A standard pruning confidence of 25% was used to remove branches where the algorithm was 25% or more confident so as to avoid having specific branches that would not be representative for generalisation. This prevents over-fitting of the data. The parameter ‘minimal cases’ represents a stopping criterion for further partition of the data at specific decision nodes. Tree growing at a specific decision node was stopped when at least one class had equal or less cases than the ‘minimal cases’. This prevents the tree from sub-dividing into overly specific nodes which have little supporting data. Choosing an appropriate value for ‘missing cases’ was done using k-fold cross validation (see below). Briefly, various decision trees with different ‘minimal cases’ were calculated and the value resulting in the tree with the best performance was chosen. The calculated algorithms were validated using the k-fold cross-validation approach. This is considered to be a powerful methodology to overcome data over-fitting [15]. Briefly, the original sample was divided into k sub-samples. Each sub-sample was put aside as evaluation data for testing a model, and the remaining k-1 sub-samples were used for training the model. The cross-validation process was repeated k times (folds) and each of the k sub-samples was used once as the validation data. The k results obtained from the k-folds could then be averaged to produce a single estimation of model performance [15]. The fold value was set to k = 10. To analyse the sensitivity and specificity of the decision algorithm, an averaged receiver-operating characteristic (ROC) curve was constructed. The area under the curve (AUC) serves as an indicator of the overall performance of the algorithm. The algorithms with the highest sensitivity along with a high AUC were selected. Statistical analysis All results have been summarized in terms of means and standard deviation for continuous variables using independent sample T-test. Shapiro-Wilk normality test was used to check for non-normally distributed parameters whereby a p value 1000/transfusion. * p 1000), both without documented pleural effusion, ascites or rise in serial hematocrit, or received platelet/blood transfusion. These clinical parameters have been previously observed in severe dengue [15],[16] and we have taken these cases collectively as clinically severe outcomes. Of these 23 cases, 19 (82.6%) were predicted by our tree as either probable severe dengue or likely severe dengue with data obtained in the first three days of illness. Conversely, 91.8% and 100% of the patients in the groups predicted by our tree as either likely non-severe dengue or probable non-severe dengue, respectively, did not show severe clinical outcomes (Table 1). The use of such a prognostic algorithm could prove useful in segregating patients according to likely clinical outcomes to guide clinical management and follow-up visits. Although our EDEN cohort in Singapore has focused on dengue in the adult population, our findings demonstrate a proof-of-concept that the use of simple haematological and virological parameters is predictive of disease outcome, and can be built upon to develop prognosis-based protocols for dengue case management that begins at the primary healthcare setting. Our study represents the first to demonstrate that decision algorithms for dengue diagnosis and prognosis can be developed for clinical use. While a large multi-centre prospective study will be needed for these algorithms to be applied globally, our analysis indicates that a decision tree approach can differentiate dengue from non-dengue febrile illness and predict outcome of disease. Supporting Information Table S1 Criteria for the classification of DF/DHF and the recommended approach to diagnosis, according to the WHO Guidelines. (0.03 MB DOC) Click here for additional data file. Table S2 Parameters and the respective units of measure used in the EDEN study to monitor the recruited cases in all three visits. (0.06 MB DOC) Click here for additional data file.
            Bookmark
            • Record: found
            • Abstract: found
            • Article: found
            Is Open Access

            Mapping dengue risk in Singapore using Random Forest

            Background Singapore experiences endemic dengue, with 2013 being the largest outbreak year known to date, culminating in 22,170 cases. Given the limited resources available, and that vector control is the key approach for prevention in Singapore, it is important that public health professionals know where resources should be invested in. This study aims to stratify the spatial risk of dengue transmission in Singapore for effective deployment of resources. Methodology/principal findings Random Forest was used to predict the risk rank of dengue transmission in 1km2 grids, with dengue, population, entomological and environmental data. The predicted risk ranks are categorized and mapped to four color-coded risk groups for easy operation application. The risk maps were evaluated with dengue case and cluster data. Risk maps produced by Random Forest have high accuracy. More than 80% of the observed risk ranks fell within the 80% prediction interval. The observed and predicted risk ranks were highly correlated ( ρ   ≥0.86, P <0.01). Furthermore, the predicted risk levels were in excellent agreement with case density, a weighted Kappa coefficient of more than 0.80 (P <0.01). Close to 90% of the dengue clusters occur in high risk areas, and the odds of cluster forming in high risk areas were higher than in low risk areas. Conclusions This study demonstrates the potential of Random Forest and its strong predictive capability in stratifying the spatial risk of dengue transmission in Singapore. Dengue risk map produced using Random Forest has high accuracy, and is a good surveillance tool to guide vector control operations.
              Bookmark
              • Record: found
              • Abstract: found
              • Article: found
              Is Open Access

              Predicting the severity of dengue fever in children on admission based on clinical features and laboratory indicators: application of classification tree analysis

              Background Dengue fever is a re-emerging viral disease commonly occurring in tropical and subtropical areas. The clinical features and abnormal laboratory test results of dengue infection are similar to those of other febrile illnesses; hence, its accurate and timely diagnosis for providing appropriate treatment is difficult. Delayed diagnosis may be associated with inappropriate treatment and higher risk of death. Early and correct diagnosis can help improve case management and optimise the use of resources such as hospital staff, beds, and intensive care equipment. The goal of this study was to develop a predictive model to characterise dengue severity based on early clinical and laboratory indicators using data mining and statistical tools. Methods We retrieved data from a study of febrile illness in children at Angkor Hospital for Children, Cambodia. Of 1225 febrile episodes recorded, 198 patients were confirmed to have dengue. A classification and regression tree (CART) was used to construct a predictive decision tree for severe dengue, while logistic regression analysis was used to independently quantify the significance of each parameter in the decision tree. Results A decision tree algorithm using haematocrit, Glasgow Coma Score, urine protein, creatinine, and platelet count predicted severe dengue with a sensitivity, specificity, and accuracy of 60.5%, 65% and 64.1%, respectively. Conclusions The decision tree we describe, using five simple clinical and laboratory indicators, can be used to predict severe cases of dengue among paediatric patients on admission. This algorithm is potentially useful for guiding a patient-monitoring plan and outpatient management of fever in resource-poor settings.
                Bookmark

                Author and article information

                Contributors
                Journal
                Evid Based Complement Alternat Med
                Evid Based Complement Alternat Med
                ECAM
                Evidence-based Complementary and Alternative Medicine : eCAM
                Hindawi
                1741-427X
                1741-4288
                2022
                9 June 2022
                9 June 2022
                : 2022
                : 5669580
                Affiliations
                1Department of Electronics and Instrumentation Engineering, National Engineering College, Kovilpatti, Nallatinputhur, Tamil Nadu 628503, India
                2Department of Information Technology, Panimalar Institute of Technology, Chennai, Tamil Nadu 600123, India
                3Department of Computer Science and Engineering, Saveetha School of Engineering, Saveetha Institute of Medical and Technical Sciences, Chennai, Tamil Nadu 600124, India
                4Department of Computer Science and Engineering, Graphic Era Deemed to be University, Dehradun, Uttarakhand 248002, India
                5Department of Information Science and Engineering, East Point College of Engineering and Technology, Bengaluru, Karnataka 560049, India
                6Health Administration Department, College of Business Administration, King Saud University, P. O. Box: 71115, Riyadh 11587, Saudi Arabia
                7Department of Community Health Sciences, College of Applied Medical Sciences, King Saud University, P. O. Box: 10219, Riyadh 11433, Saudi Arabia
                8Department of Biotechnology, School of Health Sciences, Faculty of Biology, Medicine and Health, University of Manchester, Manchester, UK
                9Department of Technology and Informatics, Ambo University, Woliso Campus, Ambo, Ethiopia
                Author notes

                Academic Editor: Arpita Roy

                Author information
                https://orcid.org/0000-0002-1807-7909
                Article
                10.1155/2022/5669580
                9203200
                35722151
                595e6053-d7ba-4f20-a52c-98f1d3042b24
                Copyright © 2022 Jackson Daniel et al.

                This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

                History
                : 12 March 2022
                : 29 April 2022
                Funding
                Funded by: King Saud University
                Categories
                Research Article

                Complementary & Alternative medicine
                Complementary & Alternative medicine

                Comments

                Comment on this article