Next Article in Journal
A Review of HPV-Related Head and Neck Cancer
Previous Article in Journal
The Therapeutic Effects of Traditional Chinese Medicine for Poor Semen Quality in Infertile Males
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

An Artificial Neural Network Model for Predicting Successful Extubation in Intensive Care Units

1
Department of Electrical Engineering and Computer Science, University of California, Berkeley, CA 94720, USA
2
Department of Medicine, Poznan University of Medical Science, 61-701 Poznan, Poland
3
Department of Recreation and Health Care Management, Chia Nan University of Pharmacy and Science, Tainan 71710, Taiwan
4
Department of Intensive Care Medicine, Chi Mei Medical Center, 901 Chung Hwa Road, Yang Kang City 71044, Taiwan
5
Department of Pediatrics, China Medical University Children’s Hospital, China Medical University, Taichung 40402, Taiwan
6
Department of Intensive Care Medicine, Chi Mei Medical Center, Liouying District, Tainan 73657, Taiwan
*
Authors to whom correspondence should be addressed.
These authors contributed equally.
J. Clin. Med. 2018, 7(9), 240; https://doi.org/10.3390/jcm7090240
Submission received: 19 July 2018 / Revised: 22 August 2018 / Accepted: 23 August 2018 / Published: 25 August 2018
(This article belongs to the Section Epidemiology & Public Health)

Abstract

:
Background: Successful weaning from mechanical ventilation is important for patients in intensive care units (ICUs). The aim was to construct neural networks to predict successful extubation in ventilated patients in ICUs. Methods: Data from 1 December 2009 through 31 December 2011 of 3602 patients with planned extubation in Chi-Mei Medical Center’s ICUs was used to train and test an artificial neural network (ANN). The input was 37 clinical risk factors, and the output was a failed extubation prediction. Results: One hundred eighty-five patients (5.1%) had a failed extubation. Multivariate analyses revealed that failure was positively associated with therapeutic intervention scoring system (TISS) scores (odds ratio [OR]: 1.814; 95% Confidence Interval [CI]: 1.283–2.563), chronic hemodialysis (OR: 12.264; 95% CI: 8.556–17.580), rapid shallow breathing (RSI) (OR: 2.003; 95% CI: 1.378–2.910), and pre-extubation heart rate (OR: 1.705; 95% CI: 1.173–2.480), but negatively associated with pre-extubation PaO2/FiO2 (OR: 0.529; 95%: 0.370–0.750) and maximum expiratory pressure (MEP) (OR: 0.610; 95% CI: 0.413–0.899). A multilayer perceptron ANN model with 19 neurons in a hidden layer was developed. The overall performance of this model was F1: 0.867, precision: 0.939, and recall: 0.822. The area under the receiver operating characteristic curve (AUC) was 0.85, which is better than any one of the following predictors: TISS: 0.58 (95% CI: 0.54–0.62; p < 0.001); 0.58 (95% CI: 0.53–0.62; p < 0.001); and RSI: 0.54 (95% CI: 0.49–0.58; p = 0.097). Conclusions: The ANN performed well when predicting failed extubation, and it will help predict successful planned extubation.

1. Introduction

A significant percentage of intensive care unit (ICU) patients require endotracheal intubation [1]. Prolonged ventilatory support increases the risk of complications, such as ventilation-associated pneumonia, and could be associated with higher in-hospital mortality and greater post-discharge mortality, healthcare utilization, and healthcare costs [2]. Thus, extubation of ventilated patients as early as possible after respiratory stabilization is desirable [3]. To reduce the risk of prolonged ventilatory support, it is crucial to determine the appropriate time for weaning a patient from mechanical ventilation [4] because extubation failure might occur in premature extubation. Standard clinical practice is to extubate based on a comprehensive assessment that considers a patient’s clinical condition, arterial blood gas results, ventilator settings, and weaning profiles [5]. However, extubation failure often occurs (~19% reintubation required) even after the comprehensive assessment [6]. This suggests that the ability of clinicians to predict successful extubation is limited; a more powerful tool is required to help determine the optimal time to extubate [7].
Outcome prediction models using artificial neural networks (ANNs) and multivariable logistic regression analyses have recently been developed in many areas of healthcare research [8,9]. Artificial neural networks are computer-based algorithms that mimic the habits and structures of neurons. They have also been successfully used to predict mortality in trauma patients [10]. Recently, ANNs have been introduced to predict extubation outcomes, but findings vary by study [11,12]. The main reasons for poor outcome predictions might be because of differences in clinical input data. It was aimed to construct an ANN model for clinicians making extubation decisions.

2. Materials and Methods

2.1. Patients and Setting

This study retrospectively analyzed 3602 adult patients with planned extubation in eight ICUs of Chi-Mei Medical Center from December 2009 through December 2011. All of them were enrolled in a prospective observational study [13]. All patients were separated into two groups: a successful extubation group and a failed extubation group. Patients who remained extubated after 72 h were classified as having a successful extubation, even if they required reintubation later during the same hospitalization [14,15]. In contrast, patients who needed reintubation within 72 h after a planned extubation were classified as having a failed extubation. Patients who died within 72 h of extubation are also considered as going through an extubation failure. Noninvasive ventilation (NIV) may be considered to rescue extubation failure [16,17]. Patients who withstood NIV without reintubation for more than 72 h after extubation were classified as having a successful extubation. There were 161 patients treated with NIV, and 29 patients needed reintubation within 72 h. Demographic and clinical information, laboratory results, comorbidities, and the severity scores of all patients were collected. Chi-Mei Medical Center’s Institutional Review Board approved the study protocol (IRB no. 10706-009).

2.2. Constructing Training Data Set

All features were extracted from the original dataset. The data of all patients was normalized to have an overall mean of 0 and a standard deviation of 1. After data processing, there were 37 input features, each of which were chosen for their wide availability in ICUs, and two outputs, each of which represented a prediction of successful or failed extubation.

2.3. Data Description

The entire data set was comprised of 3602 data points. In both the training and test data sets, the positive class was dominant: 3416 of 3602 (94.8%) patients had a successful extubation. The ratio between successfully and unsuccessfully extubated patients was 1:18.47. The data were split into training and test sets at approximately a 9:1 ratio, which was chosen in accordance with other ANN research [18]. The 3242 data points were randomly allocated to the train set and 360 data points were randomly allocated to the test set.

2.4. Algorithm and Training

A multilayer perceptron (MLP) neural network was used to train the data. K-fold cross-validation with a k value of 10 was used over 10 epochs to select the best-performing hyperparameters, optimizers, and loss function. The three-layered model consists of one input layer with 37 dimensions, a hidden layer of 19 dimensions, and an output layer of 2 dimensions. The network was trained using stochastic gradient descent with a mini-batch size of 1. The network was optimized using Adam with default parameters as described by Kingma et al. [9]. The neural network was trained for 60 epochs. The Scaled Exponential Linear Unit (SeLU) activation function was used at each layer, and Softmax was used at the output layer [15]. A 20% dropout rate (a simple way to prevent neural networks from overfitting) was applied to the input layer and a 50% dropout rate was applied to output layer [19]. The categorical cross-entropy error function for binary classifiers was used as the loss function. Each data point was weighted based on its outcome ratio; this was done to ensure that the output of the neural network was not heavily skewed toward the dominant class.
The software was implemented using Python 3.6.5 [20] with the scikit-learn library (version 0.19.1) [21] and the Tensorflow framework (version 1.8.0) [22].

2.5. Statistical Analyses

Mean values, standard deviations, and group sizes were used to summarize the results for continuous variables. The differences between the successful and failed extubation groups at hospital discharge were examined using univariate analysis with a Student’s t test and a χ2 test. Significance was set at p < 0.05. Predetermined variables, or those significantly associated with successful extubation in univariate analysis (p < 0.05), were tested for interaction using multivariate logistic regression analysis. Odds ratios (ORs) and 95% confidence intervals (CIs) were calculated. SPSS 24.0 for Windows (SPSS, Inc., Chicago, IL, USA) was used for all statistical analyses.
Because the data distribution was unbalanced, accuracy was not a reliable measurement of predictor performance [23]. Instead, the weighted averaged recall (sensitivity), precision (positive predictive value [PPV]), and F1 scores (harmonic mean of sensitivity and precision) were used to measure ANN performance. The value of ideal recall, precision, and F1 scores = 1 [24]. All three scores were calculated for the test set and for all data.
The ANN performance was also measured using the area under the receiving operating characteristic (ROC) curve. The area under the ROC curve (AUC) of the neural network was compared against the AUC of variables that had significantly different outcomes. The AUC was also compared against the ideal value of 1 [25].
To ensure that it is the ANN and not the individual variables that improve the prediction, the ROC of the ANN was compared with that of a composite score created from relevant variables. To create a composite score that was representative of individual variables, principal component analysis (PCA) was first performed on the significant variables. A composite score was then created by the results of the multivariate analysis. The variable weightings in the composite score were based on its correlation with the first principal component.

3. Results

3.1. Demographic Features of Patients

Table 1 shows the demographic and clinical characteristics of the sample of ICU patients with planned extubation. Of the 3602 patients included in the study, 50.9% were male and 49.1% were female. Patients with extubation failure were older than the successful extubation group (p < 0.001). In addition, patients with extubation failure had higher Acute Physiology and Chronic Health Evaluation (APACHE) II scores (18.9 ± 7.0 vs. 16.2 ± 7.4) and therapeutic intervention scoring system (TISS) scores (29.3 ± 7.5 vs. 27.1 ± 7.8) than the successful extubation group (both p < 0.001). Regarding weaning parameters, there is a significant difference in the TISS score, maximum expiratory pressure (MEP), and rapid shallow-breathing index (RSI) between the patients in the failed and successful extubation groups (all p < 0.05). Overall, failed extubation patients had longer duration of mechanical ventilation (MV) uses (140.8 ± 145.8 h vs 106 ± 126.9 h) than patients with successful extubation (p = 0.002).
Multivariate analyses showed that failed extubations were positively associated with TISS scores, chronic hemodialysis, RSI, and pre-extubation heart rate, but negatively associated with pre-extubation PaO2/FiO2 and MEP (Table 2).

3.2. Results of Artificial Neural Networks (ANN)

The overall performance of the ANN model was shown in Table 3. The weighted k-fold accuracy of the ANN (k = 10) was 0.94.
Figure 1 shows the ROC curve of the ANN, TISS, MEP, and RSI on all patient data. The AUC in the test set of the ANN model was 0.85 (95% CI: 0.82–0.87, p < 0.001), which was better than any one of the following predictors: 0.58 (95% CI: 0.54–0.62, p < 0.001) for TISS, 0.58 (95% CI: 0.53–0.62, p < 0.001) for MEP, and 0.54 (95% CI: 0.49–0.58, p = 0.097) for RSI. Whether there was a significant difference between the ANN and other variables was determined using the DeLong test on the AUC [26]. There is a significant difference between the AUC for the ANN and the AUC for TISS (z = 10.71, p < 0.0001), MEP (z = 10.95, p < 0.0001), and RSI (z = 12.52, p < 0.0001).
The weight of each variable in the composite score used as a point-of-comparison are summarized in Table 4.
Figure 2 shows the ROC curve of the ANN and the composite score. The AUC of the combined score was 0.64 (95% CI 0.60–0.68, p < 0.001). The AUC of the ANN was significantly better than the AUC of the combined score (z = 8.79, p < 0.0001).

4. Discussion

It was found that a neural network model is a good predictor for successful extubation. While other weaning parameters, such as tidal volume, frequency, minute ventilation, MEP, and RSI, are used to help assess the weaning process, they did not yield a high degree of accuracy in predicting extubation outcomes [27,28,29,30]. It was also found that the predictive performance of ANN was better than those of RSI and MEP. This is consistent with a previous study [11] which reported that the proposed ANN yielded better discrimination for predicting successful extubation than did the RSI and PI max. Also, it was found that the ANN yielded a better performance than a composite score based on significant variables created using PCA. Moreover, the ANN in this study was created and trained based on the data of 3602 ready-to-wean patients, far more than in Kuo et al. [11]. Finally, the ANN algorithm provided useful information about the optimal time to extubate.
Several other studies have tried to find appropriate predictors of successful weaning and presented different findings. In other studies, the factors that predicted failed weaning were older age, pulmonary cause of intubation, and lower mean arterial pressure [13,31]. The prediction of successful extubation have also been reported: being female and low blood urea creatinine [32]; MIP and arterial carbon dioxide tension (PaCO2) [33]; and respiratory rate, RSI, MIP, and APACHE II scores [27]. All these factors were included in the current ANN algorithm; thus, it should provide an accurate prediction based on comprehensive information.
Previous ANNs were usually developed using proprietary software such as Statistica (TIBCO Software Inc., San Francisco, CA, USA) and SPSS. The free and open source Tensorflow framework was used to create our ANN. Tensorflow has a fast update cycle and frequently incorporates newer neural network configurations. In contrast, SPSS has a slow update cycle and fewer configurations. For instance, SPSS 25 does not have the Adam optimizer, which was used in the present ANN.
This study has some limitations. First, the rate of extubation failure was particularly low in this study (5%) compared with rates in the literature (about 15%). In the present study, the final decision to extubate was made by the intensivists treating the intubated patients. Thus, it was possible that they did not follow the weaning and extubation protocol. Second, delayed extubation might have occurred in this study. Third, the dataset used for this project was from December 2009 through December 2011; thus, the rapid advancements in sedation practices, delirium awareness, early mobility, anesthesia and pain management, and ventilator capacity over the last decade might be a significant confounder to the utility of this work. Fourth, the selection of variables for the model was based only on the widespread availability of these data. This “availability” may depend from the type and habits of each ICU. The findings may not be generalized to other ICUs. Finally, patients who needed reintubation or died within 72 h after a planned extubation were classified as having a failed extubation. As NIV can postpone the need for reintubation, a period of 7 days after extubation is required for a more accurate definition of extubation failure when NIV is of broad use [34].

5. Conclusions

An extubation strategy for all ventilated ICU patients should be thoroughly planned. The present study shows the parameters used to predict a successful planned extubation using an ANN. Failed extubations were positively associated with TISS, RSI, pre-extubation heart rate, and chronic hemodialysis, but negatively associated with MEP and pre-extubation PaO2/FiO2. Furthermore, this present ANN model efficaciously predicted successful planned extubations in ICU patients.

Supplementary Materials

The following are available online at https://www.mdpi.com/2077-0383/7/9/240/s1, Supplementary 1: The artificial neural network model used in this study and a spreadsheet document that describes the variables for each input feature are attached. Supplementary 2: The neuron weights of the neural network are provided in the HDF5 format and can be imported into a Keras/Tensorflow model with the configuration described in the method section of this study. The neural network is trained on standardized and unity-based normalized data.

Author Contributions

Conceptualization, C.-M.C. and C.-C.L.; Methodology, M.-H.H. & M.-J.H.; Investigation, C.-C.H. and C.-C.C.; Writing-Original, C.-C.L. and C.-C.H.; Draft Preparation, C.-C.L.; Writing-Review & Editing, C.-M.C.

Funding

This research received no external funding.

Conflicts of Interest

The authors declare that they have no conflicts of interest.

References

  1. Lapinsky, S.E. Endotracheal intubation in the ICU. Crit. Car. 2015, 19, 258. [Google Scholar] [CrossRef] [PubMed]
  2. Hill, A.D.; Fowler, R.A.; Burns, K.E.; Rose, L.; Pinto, R.L.; Scales, D.C. Long-term outcomes and health care utilization after prolonged mechanical ventilation. Ann. Am. Thorac. Soc. 2017, 14, 355–362. [Google Scholar] [CrossRef] [PubMed]
  3. Haas, C.F.; Loik, P.S. Ventilator discontinuation protocols. Respir. Car. 2012, 57, 1649–1662. [Google Scholar] [CrossRef] [PubMed]
  4. Gupta, P.; Giehler, K.; Walters, R.W.; Meyerink, K.; Modrykamien, A.M. The effect of a mechanical ventilation discontinuation protocol in patients with simple and difficult weaning: Impact on clinical outcomes. Respir. Car. 2014, 59, 170–177. [Google Scholar] [CrossRef] [PubMed]
  5. Nemer, S.N.; Barbas, C.S. Predictive parameters for weaning from mechanical ventilation. J. Bras. Pneumol. 2011, 37, 669–679. [Google Scholar] [CrossRef] [PubMed]
  6. Perren, A.; Previsdomini, M.; Llamas, M.; Cerutti, B.; Györik, S.; Merlani, G.; Jolliet, P. Patients’ prediction of extubation success. Intensive Car. Med. 2010, 36, 2045–2052. [Google Scholar] [CrossRef] [PubMed]
  7. Lai, C.C.; Chen, C.M.; Chiang, S.R.; Liu, W.L.; Weng, S.F.; Sung, M.I.; Hsing, S.C.; Cheng, K.C. Establishing predictors for successfully planned endotracheal extubation. Medicine 2016, 95, 48–53. [Google Scholar] [CrossRef] [PubMed]
  8. LeCun, Y.; Bengio, Y.; Hinton, G. Deep learning. Nature 2015, 521, 436–444. [Google Scholar] [CrossRef] [PubMed]
  9. Kingma, D.; Adam, J.B. A method for stochastic optimization. In Proceedings of the International Conference on Learning Representations (ICLR), San Diego, CA, USA, 30 January 2015. [Google Scholar]
  10. DiRusso, S.M.; Sullivan, T.; Holly, C.; Cuff, S.N.; Savino, J. An artificial neural network as a model for prediction of survival in trauma patients: Validation for a regional trauma area. J Trauma 2000, 49, 212–223. [Google Scholar] [CrossRef] [PubMed]
  11. Kuo, H.J.; Chiu, H.W.; Lee, C.N.; Chen, T.T.; Chang, C.C.; Bien, M.Y. Improvement in the prediction of ventilator weaning outcomes by an artificial neural network in a medical ICU. Respir. Car. 2015, 60, 1560–1569. [Google Scholar] [CrossRef] [PubMed]
  12. Mueller, M.; Almeida, J.S.; Stanislaus, R.; Wagner, C.L. Can machine learning methods predict extubation outcome in premature infants as well as clinicians? J. Neonatal Biol. 2013, 2, 100–118. [Google Scholar]
  13. Cheng, A.C.; Cheng, K.C.; Chen, C.M.; Hsing, S.C.; Sung, M.Y. The outcome and predictors of failed extubation in intensive care patients—the elderly is an important predictor. Int. J. Gerontol. 2011, 5, 206–211. [Google Scholar] [CrossRef]
  14. Smina, M.; Salam, A.; Khamiees, M.; Gada, P.; Amoateng-Adjepong, Y.; Manthous, C.A. Cough peak flows and extubation outcomes. Chest 2003, 12 4, 262–268. [Google Scholar] [CrossRef]
  15. Klambauer, G.; Unterthiner, T.; Mayr, A.; Hochreiter, S. Self-normalizing neural networks. Adv. Neural Inf. Process. Syst. 2017, 971–980. [Google Scholar]
  16. Béduneau, G.; Pham, T.; Schortgen, F.; Piquilloud, L.; Zogheib, E.; Jonas, M.; Grelon, F.; Runge, I.; Terzi, N.; Grange, S.; et al. Epidemiology of Weaning Outcome According to a New Definition. The WIND Study. Am. J. Respir. Crit. Car. Med. 2017, 195, 772–783. [Google Scholar] [CrossRef] [PubMed]
  17. Boles, J.M.; Bion, J.; Connors, A.; Herridge, M.; Marsh, B.; Melot, C.; Pearl, R.; Silverman, H.; Stanchina, M.; Vieillard-Baron, A. Weaning from mechanical ventilation. Eur. Respir. J. 2017, 29, 1033–1056. [Google Scholar] [CrossRef] [PubMed]
  18. Avati, A.; Jung, K.; Harman, S.; Downing, L.; Ng, A.; Shah, N.H. Improving palliative care with deep learning. In Proceedings of the IEEE International Conference on Bioinformatics and Biomedicine, Stanford, CA, USA, 17 November 2017. [Google Scholar]
  19. Srivastava, N.; Hinton, G.; Krizhevsky, A.; Sutskever, I.; Salakhutdinov, R. Dropout: A simple way to prevent neural networks from overfitting. J. Machine. Learn. Res. 2014, 15, 1929–1958. [Google Scholar]
  20. Python 3.6.5. Available online: https://www.python.org/downloads/release/python-365/ (accessed on 24 August 2018).
  21. Pedregosa, F.; Varoquaux, G.; Gramfort, A.; Michel, V.; Thirion, B.; Grisel, O.; Blondel, M.; Prettenhofer, P.; Weiss, R.; Dubourg, V.; et al. Scikit-learn: Machine learning in Python. J. Mach. Learn. Res 2011, 12, 2825–2830. [Google Scholar]
  22. Abadi, M.; Barham, P.; Chen, J.; Chen, Z.; Davis, A.; Dean, J.; Devin, M.; Ghemawat, S.; Irving, G.; Isard, M.; et al. TensorFlow: A System for Large-Scale Machine Learning. OSDI 2016, 16, 264–283. [Google Scholar]
  23. He, H.; Garcia, E.A. Learning from imbalanced data. IEEE Trans. Knowl. data eng. 2009, 21, 1263–1284. [Google Scholar]
  24. Powers, D.M. Evaluation: From precision, recall and f measure to roc, informedness, markedness, and correlation. J. Mach Learn. Technol. 2011, 2, 37–63. [Google Scholar]
  25. Hanley, J.A.; McNeil, B.J. The meaning and use of the area under a receiver operating characteristic (ROC) curve. Radiology 1982, 143, 29–36. [Google Scholar] [CrossRef] [PubMed]
  26. DeLong, E.R.; DeLong, D.M.; Clarke-Pearson, D.L. Comparing the areas under two or more correlated receiver operating characteristic curves: A nonparametric approach. Biometrics 1988, 837–845. [Google Scholar] [CrossRef]
  27. Meade, M.; Guyatt, G.; Cook, D.; Griffith, L.; Sinuff, T.; Kergl, C.; Mancebo, J.; Esteban, A.; Epstein, S. Predicting success in weaning from mechanical ventilation. Chest 2001, 120, 400s–424s. [Google Scholar] [CrossRef] [PubMed]
  28. Yang, K.L.; Tobin, M.J. A prospective study of indexes predicting the outcome of trials of weaning from mechanical ventilation. N. Engl. J. Med. 1991, 324, 1445–1450. [Google Scholar] [CrossRef] [PubMed]
  29. Nemer, S.N.; Barbas, C.S.; Caldeira, J.B.; Guimarães, B.; Azeredo, L.M.; Gago, R.; Souza, P.C.P. Evaluation of maximal inspiratory pressure, tracheal airway occlusion pressure, and its ratio in the weaning outcome. J. Crit. Car. 2009, 24, 441–446. [Google Scholar] [CrossRef] [PubMed]
  30. Conti, G.; Montini, L.; Pennisi, M.A.; Cavaliere, F.; Arcangeli, A.; Bocci, M.G.; Proietti, R.; Antonelli, M.A. prospective, blinded evaluation of indexes proposed to predict weaning from mechanical ventilation. Intensive Car. Med. 2004, 30, 830–836. [Google Scholar] [CrossRef] [PubMed]
  31. Chen, C.M.; Chan, K.S.; Fong, Y.; Hsing, S.C.; Cheng, A.C.; Sung, M.Y.; Su, M.Y.; Cheng, K.C. Age is an important predictor of failed unplanned extubation. Int. J. Gerontol. 2010, 4, 120–129. [Google Scholar] [CrossRef]
  32. Scheinhorn, D.J.; Hassenpflug, M.; Artinian, B.M.; LaBree, L.; Catlin, J.L. Predictors of weaning after 6 weeks of mechanical ventilation. Chest 1995, 107, 500–505. [Google Scholar] [CrossRef] [PubMed]
  33. Nava, S.; Zanotti, E.; Rubini, F. Weaning and outcome from mechanical ventilation. Mon. Arch. Chest. Dis. 1994, 49, 530–532. [Google Scholar]
  34. Thille, A.W.; Boissier, F.; Ben-Ghezala, H.; Razazi, K.; Mekontso-Dessap, A.; Brun-Buisson, C.; Brochard, L. Easily identified at-risk patients for extubation failure may benefit from noninvasive ventilation: A prospective before-after study. Crit. Car. 2016, 20, 48. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Receiver operating characteristic curve of artificial neural network (ANN), Therapeutic Intervention Scoring System (TISS), maximum expiratory pressure (MEP), and rapid shallow breathing index (RSI) for predicting successful weaning in ICU patients.
Figure 1. Receiver operating characteristic curve of artificial neural network (ANN), Therapeutic Intervention Scoring System (TISS), maximum expiratory pressure (MEP), and rapid shallow breathing index (RSI) for predicting successful weaning in ICU patients.
Jcm 07 00240 g001
Figure 2. Receiver operating characteristic curve of artificial neural network (ANN) and the composite score created from significant variables.
Figure 2. Receiver operating characteristic curve of artificial neural network (ANN) and the composite score created from significant variables.
Jcm 07 00240 g002
Table 1. Demographic and clinical characteristics of 3602 intensive care unit (ICU) patients with planned extubation.
Table 1. Demographic and clinical characteristics of 3602 intensive care unit (ICU) patients with planned extubation.
VariableSuccessful ExtubationFailed Extubationp
n = 3417 (94.9%)n = 185 (5.1%)
Age (years)63.9 ± 16.568.1 ± 14.6<0.001
Male1729 (50.6%)106 (57.3%)0.426
BMI (kg/m2)23.7 ± 4.523.2 ± 4.50.144
APACHE II16.2 ± 7.418.9 ± 7.0<0.001
TISS Scale27.1 ± 7.829.3 ± 7.5<0.001
Glasgow coma scale12.1 ± 3.511.1 ± 3.80.001
Comorbidities
Cardiovascular accident635 (18.6%)45 (24.3%)0.052
Chronic lung disease264 (7.7%)21 (11.4%)0.075
Chronic hemodialysis314 (9.2%)105 (56.8%)<0.001
Chronic liver disease76 (2.2%)3 (1.6%)0.586
Diabetes999 (29.2%)71 (38.4%)0.008
Old stroke866 (25.3%)56 (30.3%)0.135
Active cancer755 (22.1%)28 (15.1%)0.025
Pre-extubation data
FiO227.4 ± 3.528.0 ± 3.70.029
Pressure support level9.2 ± 1.59.2 ± 1.60.840
PEEP5.1 ± 0.55.2 ± 0.60.028
Minute ventilation7.8 ± 2.67.5 ± 2.40.075
Pulse rate86.6 ± 16.287.9 ± 17.30.236
Mean arterial pressure96.5 ± 16.294.7 ± 18.10.184
Respiratory rate16.7 ± 5.118.0 ± 5.30.001
pH7.441 ± 0.0547.446 ± 0.0510.279
PaCO237.6 ± 6.238.5 ± 6.00.057
PaO2105.9 ± 41.694.9 ± 27.4<0.001
PaO2/FiO2361.0 ± 101.0329.3 ± 94.1<0.001
Hemoglobin11.3 ± 1.910.7 ± 1.8<0.001
Hematocrit (%)34.2 ± 6.732.4 ± 6.70.001
Blood urea nitrogen25.1 ± 21.332.9 ± 31.80.002
Creatinine1.7 ± 2.11.9 ± 2.10.200
Sodium139.1 ± 4.6138.8 ± 5.10.370
Potassium3.8 ± 0.53.9 ± 0.50.398
Calcium7.9 ± 0.98.0 ± 0.90.598
Phosphate3.4 ± 1.53.3 ± 1.70.812
Albumin2.8 ± 0.62.7 ± 0.60.074
Weaning parameters
RSI52.8 ± 29.962.8 ± 33.2<0.001
MIP37.9 ± 14.134.9 ± 13.00.008
MEP61.0 ± 29.452.6 ± 26.7<0.001
Ventilator use duration (h)106.0 ± 126.9140.8 ± 145.80.002
χ2 test, and t-test comparing survivors and non-survivors overall; Data are presented as mean ± standard deviation or n (%); APACHE = Acute Physiology and Chronic Health Evaluation; BMI = body mass index; TISS = Therapeutic Intervention Scoring System; ICU = intensive care unit; RSI = Rapid Sallow-breathing Index; MIP = Maximum negative Inspiratory Pressure; MEP = Maximum Expiratory Pressure.
Table 2. Significant predictors of the failed extubation of all planned extubation patients.
Table 2. Significant predictors of the failed extubation of all planned extubation patients.
VariableOR95% CIP *OR95% CIP **
Age (years)1.1071.007–1.0270.001
APACHE II1.0461.027–1.066<0.001
TISS Scale1.0361.017–1.055<0.0011.814 #1.283–2.5630.001
Glasgow coma scale0.9300.894–0.967<0.001
Comorbidities
Chronic hemodialysis12.9709.483–17.740<0.00112.2648.556–17.580<0.001
Diabetes1.5071.110–2.0450.008
Active cancer0.6290.417–0.9480.027
Ventilator use duration (h)1.0021.001–1.003<0.001
Weaning parameter
RSI1.0081.004–1.012<0.0012.003 %1.378–2.910<0.001
MIP0.9830.970–0.9950.008
MEP0.9890.983–0.995<0.0010.610 @0.413–0.8990.013
Pre-extubation data
Pulse rate1.0141.005–1.0230.0031.705 *1.173–2.4800.005
PaO2/FiO20.9970.995–0.998<0.0010.529 &0.373–0.750<0.001
Hemoglobin0.8320.765–0.904<0.001
Hematocrit (%)0.9610.939–0.9840.001
BUN1.0121.007–1.017<0.001
#: TISS ≥ 28.5, AUC ≈ 0.6, p < 0.001; %: RSI ≥ 49.95, AUC ≈ 0.6, p < 0.001; @: MEP < 39 cm H2O, AUC ≈ 0.6, p < 0.001; Pulse rate ≥ 102.5 /min, AUC ≈ 0.6, p = 0.026; &: PaO2/FiO2 ≤ 323.25, AUC ≈ 0.6, p < 0.001; * Value for univariate analysis; ** Value for multivariate analysis;
Table 3. Weighted average F1, precision, and recall values for all data sets.
Table 3. Weighted average F1, precision, and recall values for all data sets.
Test Set (n = 37)All Patients (n = 307)
F10.8710.867
Precision0.9570.939
Recall0.8080.822
Table 4. Weighing of each variable in the composite score.
Table 4. Weighing of each variable in the composite score.
VariableWeighting
Age (years)−0.474
APACHE II−0.75
TISS Scale−0.286
Glasgow coma scale0.566
Comorbidities
Chronic hemodialysis−0.289
Diabetes−0.022
Active cancer0.027
Ventilator use duration (h)−0.611
Weaning parameter
RSI−0.005
MIP0.238
MEP0.353
Pre-extubation data
Pulse rate0.066
PaO2/FiO20.097
Hemoglobin0.692
Hematocrit (%)0.643
BUN−0.033

Share and Cite

MDPI and ACS Style

Hsieh, M.-H.; Hsieh, M.-J.; Chen, C.-M.; Hsieh, C.-C.; Chao, C.-M.; Lai, C.-C. An Artificial Neural Network Model for Predicting Successful Extubation in Intensive Care Units. J. Clin. Med. 2018, 7, 240. https://doi.org/10.3390/jcm7090240

AMA Style

Hsieh M-H, Hsieh M-J, Chen C-M, Hsieh C-C, Chao C-M, Lai C-C. An Artificial Neural Network Model for Predicting Successful Extubation in Intensive Care Units. Journal of Clinical Medicine. 2018; 7(9):240. https://doi.org/10.3390/jcm7090240

Chicago/Turabian Style

Hsieh, Meng-Hsuen, Meng-Ju Hsieh, Chin-Ming Chen, Chia-Chang Hsieh, Chien-Ming Chao, and Chih-Cheng Lai. 2018. "An Artificial Neural Network Model for Predicting Successful Extubation in Intensive Care Units" Journal of Clinical Medicine 7, no. 9: 240. https://doi.org/10.3390/jcm7090240

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop