Abstract
The Hounsfield unit (HU) obtained from high resolution computed tomography (HRCT) has been used to assess lung pathology. However, lung mass density has not been quantified in vivo noninvasively. The objective of this study was to develop a method for analyzing lung mass density of superficial lung tissue of patients with interstitial lung disease (ILD) and healthy subjects using a deep neural network (DNN) and lung ultrasound surface wave elastography (LUSWE). Surface wave speeds at three vibration frequencies (100, 150 and 200 Hz) from LUSWE and a pulmonary function test (PFT) including predicted forced expiratory volume (FEV1% pre) and ratio of forced expiratory volume to forced vital capacity (FEV1%/FVC%) were used. Predefined lung mass densities based on the HU for ILD patients and healthy subjects (77 in total) were also used to train the DNN model. The DNN was composed of four hidden layers of 1024 neurons for each layer and trained for 80 epochs with a batch size of 20. The learning rate was 0.001. Performances of two types of activation functions in the DNN, rectified linear activation unit (ReLU) and exponential linear unit (ELU), as well as, machine learning models (support vector regression, random forest, Adaboost) were evaluated. The test dataset of wave speeds, FEV1% pre and FEV%/FVC%, was used to predict lung mass density. The results showed that predictions using a DNN with ELU obtained a comparatively better performance in the testing dataset (accuracy = 0.89) than those of DNN with ReLU or machine learning models. This method may be useful to noninvasively analyze lung mass density by using the DNN model together with the measurements from LUSWE and PFT.
Keywords: deep neural network, Hounsfield unit (HU), high-resolution computed tomography (HRCT), interstitial lung disease (ILD), lung density, lung ultrasound surface wave elastography (LUSWE), pulmonary function test (PFT)
Introduction
Lung disease is the third-leading killer in the United States, responsible for 1 in 6 deaths [1]. Nearly 400,000 Americans die annually from lung disease, and death rates from lung disease are increasing even as death rates from other major diseases, including cancer, are declining [2]. Many lung diseases such as interstitial lung disease (ILD), chronic obstructive pulmonary disease, and acute respiratory distress syndrome are associated with dramatic changes in mechanical properties of the lung. ILD comprises a number of serious diseases in which lung tissue is stiffened and damaged by fibrosis. The Pulmonary Fibrosis Foundation estimates that 200,000 Americans have idiopathic pulmonary fibrosis [3]. Lung fibrosis can lead to other problems including pulmonary hypertension, respiratory failure, and lung cancer. The incidence and mortality rates of ILD have increased in recent years, and this trend is expected to continue [2], especially for ILD-associated systemic diseases [4, 5].
High-resolution computed tomography (HRCT) is the clinical standard for diagnosing lung fibrosis [6, 7], but it substantially increases radiation exposure for patients, even when using various techniques to reduce the dose [8]. In addition, the potential for frequent HRCT use is limited by its expense. The forced volume capacity (FVC) level in the pulmonary function test (PFT) has traditionally been regarded as the measure of disease severity, and a decrease in FVC has been associated with increased mortality in ILD. Numerous studies have shown that the extent of emphysema measured by pathology scores in resected lung tissue is well correlated with lung density values obtained from preoperative computed tomography (CT) of the lung [9, 10].
Lung ultrasound has been increasingly used in the last decade for diagnosis and prognosis of lung disease [11-13]. Its advantages over other imaging modalities are rapidity, no exposure to ionizing radiation, and portability [14]. It is well-known that lung tissue is normally filled with air, and the difference in acoustic impedance between air and tissue is large, resulting in most of the energy of the ultrasound wave reflected from the lung surface. We have developed a lung ultrasound surface wave elastography (LUSWE) technique for noninvasively measuring surface wave speeds of superficial lung tissue [15, 16]. Significant differences in surface wave speed of different lung zones between healthy subjects and ILD patients were observed in our previous studies [17-19].
Deep learning has increasingly gained attention as an artificial intelligence strategy in the field of radiology. The deep neural network (DNN) method has widely been used for prediction of housing price and power load [20]. The DNN has the capability of extracting high-level features from raw data after using statistical learning over a large amount of data to obtain an effective representation of an input space. The DNN is composed of several layers. The high performance of the DNN model in power load prediction has been reported [20]. These observations suggest the potential of using the DNN technique to predict lung mass density.
This study is a continuation of our previous investigation on the prediction of mass density based on LUSWE [21]. Here, we focus on the prediction of lung mass density of the ILD patients and healthy controls based on measurements obtained from LUSWE and PFTs.
Materials and methods
Datasets
This was a retrospective study. From February 2016 to May 2017, there was a cumulative total of 91 patients (M/F: 51/40, mean age: 62.4 ± 12.9 years) and 30 healthy controls (M/F: 16/14, mean age: 45.4 ± 14.6 years) who underwent LUSWE; however, among them, HRCT and PFT data were available for 57 patients (M/F: 30/29, mean age: 60.9 ± 14.3 years) and 20 healthy subjects (M/F: 10/10, mean age: 44 ± 15.4 years).
Reference Standard Data: HU and mass density
Literature has shown that the mass density of soft tissue can be determined based on the measured HU values from CT with an accuracy more than 0.04 g/cm3 [22]. The HUs of ILD patients and healthy controls were quantified with HRCT. In order to calculate lung mass density of ILD patients and healthy subjects, the HU and mass density of different types of soft tissue such as muscle, lung, kidney, liver, midbrain, and lymph node were found in literature [23-27]. Correlation between these two quantities was plotted in Figure 1. The slope ratio and bias from the linear regression were used to calculate lung mass density of ILD patients and healthy subjects based on their HU values.
Figure 1.
Linear correlation between HU and mass density of different types of soft tissue.
Machine learning algorithm and feature selection
Several machine learning (ML) algorithms, support vector regression, random forest and Adaboost algorithms, were used for predicting lung mass density in this study [28-30]. For support vector regression, the regularization parameters and epsilon were set as 1 and 0.2. For the random forest regressor, the maximum depth was set to 100. For the Adaboost regressor, the number of estimators was set to 100. These ML algorithms were implemented using a scikit-learn library.
Surface wave speeds at three frequencies, predicted forced expiratory volume (FEV1% pre), ratio of forced expiratory volume to forced vital capacity (FEV1%/FVC%), age, and weight of patients and healthy subjects were used as features for training ML models. Random forest revealed feature importance in terms of contribution in percent and showed that the importance of age (< 5%) and weight (< 5%) were not as high as other features (> 10%), so these two features were not used in the training of the DNN model.
Deep neural network model
The proposed architecture of the DNN model was composed of six fully-connected layers. The DNN model trained by back propagation consisted of five neurons in the input layer, 1024 neurons in each of four hidden layers, and one neuron in the output layer (Fig. 2). Surface wave speeds at three frequencies, FEV1% pre, and FEV1%/FVC% obtained from PFTs(cs_100, cs_150, cs_200, FEV1%pre and FEV1%/FVC%) of lung tissue were imported as input. For our DNN, we used the ‘DNNRegressor’. In this study, we evaluated the performances of two activation functions, the rectified linear activation unit (ReLU) and exponential linear unit (ELU).
Figure 2.
Schematic of the architecture of the DNN model. Five features are used as inputs, the hidden (fully-connected) layer consists of 1024 neurons, the output layer predicts the lung mass density.
ReLU is defined as:
| (1) |
where x is the input to the neuron.
ELU is defined as:
| (2) |
where α is a parameter and x is the input to a neuron.
To reduce overfitting, regularizer L2 was used for each fully-connected layer. Also, a dropout layer was used in between fully-connected layers to reduce overfitting. The ratio of dropout was 0.5. The training of the DNN is composed of two parts: a training objective and an optimization algorithm to minimize this objective function. In this study, we used an Adam optimizer to minimize the mean square error (MSE) [31, 32]. Learning rate was 0.001. The neuron in the output layer corresponds to the predicted lung mass density and was compared with the predefined lung mass density (TargetsData). The evaluation of performance of the model was based on a train-validation-test (80/10/10) scheme. The actual training of the approach was carried out on the training dataset, while the validation dataset was used for fine tuning of hyper-parameters; the overall performance of the model was evaluated on the test dataset [33].
The trainable weights were initialized with the Xavier initialization [34]. The weight updates were performed in mini-batches and the number of samples per batch was set to 20. Training ends when the network does not significantly improve its performance on the validation set for a predefined number of epochs. This number was set to 80 and performance was evaluated in terms of loss and accuracy [35, 36]. Loss was the MSE, which is the dissimilarity of the approximated output distribution from the true distribution of labels. . Accuracy was calculated in terms of coefficient of determination R2, which is calculated as . Yi is the training data, is the prediction from the model, is the mean value of the training dataset. An improvement was considered significant if the relative increase in performance was at least 0.5%.
The DNN was implemented using the Python API of TensorFlow and TFLearn framework.
Statistical analysis
The performances of the DNN and ML in predicting lung mass density were evaluated using Pearson’s correlation coefficient in comparison to ground-truth lung mass density values obtained based on HU values. The comparisons of correlation coefficients in the testing dataset among different models were performed using Student’s independent sample t test. A p value < 0.05 was considered statistically significant.
Results
The lung mass density of ILD patients and healthy subjects calculated based on the HU in our study ranged from 180 kg/m3 to 516 kg/m3. The magnitude of the lung mass density of the ILD patients (317.68 ± 59.69 kg/m3) was statistically higher than that of the healthy subjects (218.75 ± 23.05 kg/m3). The distributions of surface wave speed at three frequencies and lung mass density of datasets were plotted in Figure 3. It showed normal distributions of surface wave speed at three frequencies and FEV/FVC%. The distributions of FEV% Pre and density were severely skewed.
Figure 3.
Distributions of wave speeds at 100, 150 and 200 Hz, FEV% Pre, FEV%/FVC%, and density of dataset.
The convergence of the two activation functions was illustrated in terms of the training and validation loss over the steps in Figure 4 and 5. For the ReLU and ELU, training and validation loss significantly decreased as the number of training epochs increased. After 80 epochs (iterations through the entire dataset), the training was stopped due to the absence of further improvement in both accuracy and loss.
Figure 4.
Loss and accuracy curves of both training and validation processes for different activation functions.
Figure 5.
Loss and accuracy curves of both training and validation processes for ReLU and ELU.
MSE and accuracy of the validation dataset of two different activation functions are shown in Table 2. Comparisons of correlation coefficients (R2) with different activation functions in the DNN and ML for the testing dataset are shown in Table 3. It showed that ELU in the DNN obtained a comparatively better performance.
Table 2.
MSE and accuracy of the DNN for different activation functions.
| MSE | Accuracy | |
|---|---|---|
| ReLU | 1532 | 0.84 |
| ELU | 905 | 0.89 |
Table 3.
The comparison of correlation coefficients (R2) in both the training and testing datasets using the DNN with ReLU or ELU as well as ML algorithms.
| ReLU | ELU | SVR | Random forest | AdaBoost | |
|---|---|---|---|---|---|
| Training | 0.98 | 0.96 | 0.02 | 0.88 | 0.87 |
| Testing | 0.82 | 0.89 | 0.03 | 0.8 | 0.76 |
Discussions
The aim of this study was to develop a DNN model to predict lung mass density for ILD patients based on measurements obtained from LUSWE and PFT. The densities of lung tissue covering both ILD patients and healthy subjects were calculated based on the HU obtained from HRCT. It showed that the magnitude of lung mass density of ILD patients was higher than that of healthy subjects. The DNN model was trained with surface wave speeds at three vibration frequencies, FEV1% pre and FEV1%/FVC% from PFT, and predefined lung mass densities from HRCT. The obtained results showed that the DNN with activation function ELU can be used to predict lung mass density with high accuracy.
Predefined lung mass densities of both the ILD patients and healthy subjects based on the HU are in agreement with available information in literature. It has been shown that lung mass density ranges between 240 kg/m3 and 620 kg/m3 given lung parenchyma is a porous material filled with air and with a void ratio of roughly 0.7 [37-40]. Results from this study showed that the magnitude of lung mass density of ILD patients was higher than that of healthy subjects. Our previous study showed that the magnitudes of wave speed of the lung surface for ILD patients were also higher than that of healthy subjects [41, 42]. With lung mass density predicted using the DNN model, we can calculate the viscoelasticity of the lung surface using Voigt’s model based on surface wave speeds at different vibration frequencies obtained from LUSWE [14]. These measures can be further used to assess disease development and prognosis for ILD patients and develop a lung fibrosis staging system. Moreover, wave speed of anterior, lateral, and posterior spaces of both lungs were measured in LUSWE. With calculated viscoelasticity, we can evaluate the heterogeneity of lung fibrosis for ILD patients. The measurements obtained from LUSWE and PFT were based on human assessment and error prone. However, if the model is well-built and properly trained, this issue could be overcome.
The output of the ReLU is zero across half of its domain making it very quick to train compared with other activation functions. However, the ReLU is subject to the problem of vanishing gradient given its mean output is not zero, introducing a bias for the next layer and slowing down the learning process when used in the DNN. The ELU function is bounded by a fixed value (− α) helping to push the mean activation of neurons closer to zero and reducing the influence of noise [43]. Given the sample size of the validation set was smaller than that of the training dataset, loss and accuracy of the validation set was comparatively better than those of the training set.
This technique may be used to assess multiple lung disorders such as pulmonary edema when the alveoli are partly filled with blood or fluid. For congestive heart failure and inflammatory conditions, pulmonary edema is a basic characteristic [44]. Extravascular lung water suggests worse development in critically ill patients and higher risk of heart failure readmission or death [45]. In these ‘wet’ lungs, ultrasound may penetrate deeper in the diseased tissue than healthy lung tissue, allowing imaging of deeper tissue. The development of a robust, quantitative method for lung mass density analysis has the potential to expand LUSWE in an almost exponential manner across a multitude of clinical applications. For example, quantitative LUSWE could be incorporated into the care of heart failure patients both in hospital practice and in outpatient clinics. In hospital practice, practitioners could perform daily LUSWE on patients undergoing diuresis for congestive heart failure and individually tailor medical therapy based on quantitative changes in LUSWE findings. Since each patient serves as their own reference standard, improvement in lung density through diuresis could be clearly documented and monitored. Outpatient providers could use quantitative LUSWE to monitor for increases in extravascular lung water and implement more timely changes in therapy.
Several limitations in this study should be taken into consideration when interpreting the results. Firstly, this was a retrospective study on a dataset that was available at the time of the study. Further prospective investigation on the use of the DNN in research for lung mass density prediction should be valuable. Secondly, the sample size of the dataset for training is limited, resulting in a small batch size. In the future, we plan to recruit more patients to further validate this technique. Given the limited dataset and high nonlinearity of the DNN model, error in predictions is unavoidable. The error could be further reduced by developing advanced models such as gradient boosting decision tree algorithms (XGBoost) and increasing the pool size of the training dataset. Hyper parameter tuning is a big hurdle in deep learning and making the model explainable is of great importance. In the future, we will use a SHAP (Shapley Additive exPlanations) approach to explain the output of the machine learning model [46].
Conclusion
In this study, we developed a DNN model for mass density prediction of superficial lung tissue based on measurements obtained from LUSWE and PFT. The training of the DNN model was conducted by minimizing the MSE of the training dataset with different activation functions. The proposed technique was evaluated on a dataset of ILD patients and healthy controls. Its performance was compared with those of ML algorithms, and we demonstrated that the DNN was able to predict lung mass density with high accuracy using activation function ELU.
Table 1.
HU and corresponding mass densities of different soft tissues.
| Hounsfield unit (HU) | Mass density [kg/m3] | |
|---|---|---|
| Kidney | 20 to 45 | 1066 ± 56 |
| Liver | 60 ± 6 | 1079 ± 53 |
| Lung | −700 to −600 | 394 ± 174 |
| Lymph node | 10 to 20 | 1035 ± 7 |
| Midbrain | −120 to −90 | 911 ± 6 |
| Muscle | 35 to 55 | 1090 ± 52 |
Acknowledgements
This study is supported by NIH R01HL125234 from the National Heart, Lung and Blood Institute. We would like to thank Mrs. Jennifer Poston for editing this manuscript.
References
- 1.Xu J, Kochanek KD, Murphy SL, Tejada-Vera B, Deaths: Final Data for 2007. National Vital Statistics Reports, 2010. 58(19): p. 1–136. [PubMed] [Google Scholar]
- 2.Lung Disease Data: 2008. 2008, New York: American Lung Association. [Google Scholar]
- 3.Royston TJ, et al. , Estimating material viscoelastic properties based on surface wave measurements: A comparison of techniques and modeling assumptions. The Journal of the Acoustical Society of America, 2011. 130(6): p. 4126–4138. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 4.Coultas DB, et al. , The epidemiology of interstitial lung diseases. Am J Respir Crit Care Med, 1994. 150(4): p. 967–72. [DOI] [PubMed] [Google Scholar]
- 5.Kornum JB, et al. , The incidence of interstitial lung disease 1995-2005: a Danish nationwide population-based study. BMC Pulm Med, 2008. 8: p. 24. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 6.Mathieson JR, et al. , Chronic diffuse infiltrative lung disease: comparison of diagnostic accuracy of CT and chest radiography. Radiology, 1989. 171(1): p. 111–6. [DOI] [PubMed] [Google Scholar]
- 7.Verschakelen JA, The role of high-resolution computed tomography in the work-up of interstitial lung disease. Curr Opin Pulm Med, 2010. 16(5): p. 503–10. [DOI] [PubMed] [Google Scholar]
- 8.Mayo JR, CT evaluation of diffuse infiltrative lung disease: dose considerations and optimal technique. J Thorac Imaging, 2009. 24(4): p. 252–9. [DOI] [PubMed] [Google Scholar]
- 9.Gould G, et al. , CT measurements of lung density in life can quantitate distal airspace enlargement—an essential defining feature of human emphysema. American Review of Respiratory Disease, 1988. 137(2): p. 380–392. [DOI] [PubMed] [Google Scholar]
- 10.Bankier AA, et al. , Pulmonary emphysema: subjective visual grading versus objective quantification with macroscopic morphometry and thin-section CT densitometry. Radiology, 1999. 211(3): p. 851–858. [DOI] [PubMed] [Google Scholar]
- 11.Volpicelli G, Lung sonography. J Ultrasound Med, 2013. 32(1): p. 165–71. [DOI] [PubMed] [Google Scholar]
- 12.Hakimisefat B, Mayo PH, Lung ultrasonography. The Open Critical Care Medicine Journal, 2010. 3: p. 21–25. [Google Scholar]
- 13.Zhou B and Zhang X, The effect of pleural fluid layers on lung surface wave speed measurement: experimental and numerical studies on a sponge lung phantom. Journal of the Mechanical Behavior of Biomedical Materials, 2018. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 14.Zhou B and Zhang X, Comparison of five viscoelastic models for estimating viscoelastic parameters using ultrasound shear wave elastography. Journal of the Mechanical Behavior of Biomedical Materials, 2018. 85: p. 109–116. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 15.Zhang X, et al. , Lung ultrasound surface wave elastography: a pilot clinical study. IEEE transactions on ultrasonics, ferroelectrics, and frequency control, 2017. 64(9): p. 1298–1304. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 16.Zhang X, et al. , An Ultrasound Surface Wave Technique for Assessing Skin and Lung Diseases. Ultrasound in Medicine & Biology, 2018. 44(2): p. 321–331. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 17.Zhang X, et al. Assessment of interstitial lung disease using lung ultrasound surface wave elastography. in Ultrasonics Symposium (IUS), 2017 IEEE International. 2017. [Google Scholar]
- 18.Zhang X, et al. , Lung ultrasound surface wave elastography for assessing interstitial lung disease. The Journal of the Acoustical Society of America, 2018. 143(3): p. 1776–1776. [Google Scholar]
- 19.Zhang X, et al. , An ultrasound surface wave elastography technique for noninvasive measurement of surface lung tissue. The Journal of the Acoustical Society of America, 2017. 141(5): p. 3721–3721. [Google Scholar]
- 20.Sousa JC, Jorge HM, and Neves LP, Short - term load forecasting based on support vector regression and load profiling. International Journal of Energy Research, 2014. 38(3): p. 350–362. [Google Scholar]
- 21.Zhou B and Zhang X, Lung mass density analysis using deep neural network and lung ultrasound surface wave elastography. Ultrasonics, 2018. 89: p. 173–177. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 22.Tanaka A, Nakano T, and Ikehara K, X-ray computerized tomography analysis and density estimation using a sediment core from the Challenger Mound area in the Porcupine Seabight, off Western Ireland. Earth, planets and space, 2011. 63(2): p. 103–110. [Google Scholar]
- 23.Lepor H, Prostatic diseases. Vol. 2000. 2000: WB Saunders Company. [Google Scholar]
- 24.Kuntz E and Kuntz H-D, Hepatology, Principles and practice: history, morphology, biochemistry, diagnostics, clinic, therapy. 2006: Springer Science & Business Media. [Google Scholar]
- 25.Kazerooni EA and Gross BH, Cardiopulmonary imaging. Vol. 4. 2004: Lippincott Williams & Wilkins. [Google Scholar]
- 26.Twal WO, et al. , Cellularized Microcarriers as Adhesive Building Blocks for Fabrication of Tubular Tissue Constructs. Annals of Biomedical Engineering, 2014. 42(7): p. 1470–1481. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 27.Shazly T, et al. , On the Uniaxial Ring Test of Tissue Engineered Constructs. Experimental Mechanics, 2015. 55(1): p. 41–51. [Google Scholar]
- 28.Drucker H, et al. Support vector regression machines, in Advances in neural information processing systems. 1997. [Google Scholar]
- 29.Liaw A and Wiener M, Classification and regression by randomForest. R news, 2002. 2(3): p. 18–22. [Google Scholar]
- 30.Solomatine DP and Shrestha DL. AdaBoost. RT: a boosting algorithm for regression problems, in 2004 IEEE International Joint Conference on Neural Networks (IEEE Cat. No. 04CH37541). 2004. IEEE. [Google Scholar]
- 31.Kingma D and Ba J, Adam: A method for stochastic optimization. arXiv preprint arXiv:1412.6980, 2014. [Google Scholar]
- 32.Zeiler MD, et al. On rectified linear units for speech processing, in Acoustics, Speech and Signal Processing (ICASSP), 2013 IEEE International Conference on. 2013. IEEE. [Google Scholar]
- 33.Kohavi R A study of cross-validation and bootstrap for accuracy estimation and model selection, in Ijcai. 1995. Stanford, CA. [Google Scholar]
- 34.Glorot X and Bengio Y. Understanding the difficulty of training deep feedforward neural networks, in Proceedings of the Thirteenth International Conference on Artificial Intelligence and Statistics. 2010. [Google Scholar]
- 35.Shin H-C, et al. , Deep convolutional neural networks for computer-aided detection: CNN architectures, dataset characteristics and transfer learning. IEEE transactions on medical imaging, 2016. 35(5): p. 1285–1298. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 36.Prim DA, et al. , A mechanical argument for the differential performance of coronary artery grafts. Journal of the mechanical behavior of biomedical materials, 2016. 54: p. 93–105. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 37.Marsh S, et al. , Utility of lung density measurements in the diagnosis of emphysema. Respiratory medicine, 2007. 101(7): p. 1512–1520. [DOI] [PubMed] [Google Scholar]
- 38.Hartley PG, et al. , High-resolution CT-derived measures of lung density are valid indexes of interstitial lung disease. Journal of Applied Physiology, 1994. 76(1): p. 271–277. [DOI] [PubMed] [Google Scholar]
- 39.Guenard H, et al. , Lung density and lung mass in emphysema. Chest, 1992. 102(1): p. 198–203. [DOI] [PubMed] [Google Scholar]
- 40.Garnett E, et al. , Lung density: clinical method for quantitation of pulmonary congestion and edema. Canadian Medical Association Journal, 1977. 116(2): p. 153. [PMC free article] [PubMed] [Google Scholar]
- 41.Zhou B, et al. , Lung US Surface Wave Elastography in Interstitial Lung Disease Staging. Radiology. 0(0): p. 181729. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 42.Clay R, et al. , Assessment of Interstitial Lung Disease Using Lung Ultrasound Surface Wave Elastography: A Novel Technique With Clinicoradiologic Correlates. J Thorac Imaging, 2018. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 43.Clevert D-A, Unterthiner T, and Hochreiter S, Fast and accurate deep network learning by exponential linear units (elus). arXiv preprint arXiv:1511.07289, 2015. [Google Scholar]
- 44.Soni NJ, et al. , Ultrasound in the Diagnosis & Management of Pleural Effusions. Journal of hospital medicine, 2015. 10(12): p. 811–816. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 45.Gargani L, Prognosis in heart failure: look at the lungs. European journal of heart failure, 2015. 17(11): p. 1086–1088. [DOI] [PubMed] [Google Scholar]
- 46.García MV and Aznarte JL, Shapley additive explanations for NO2 forecasting. Ecological Informatics, 2019: p. 101039. [Google Scholar]





