Literature DB >> 33758581

A novel classifier architecture based on deep neural network for COVID-19 detection using laboratory findings.

Volkan Göreke1, Vekil Sarı2, Serdar Kockanat2.   

Abstract

Unfortunately, Coronavirus disease 2019 (COVID-19) is spreading rapidly all over the world. Along with causing many deaths, it has substantially affected the social life, economics, and infrastructure worldwide in a negative manner. Therefore, it is very important to be able to diagnose the COVID-19 quickly and correctly. In this study, a new feature group based on laboratory findings was obtained considering ethnical and genetic differences for interpretation of blood data. Then, using this feature group, a new hybrid classifier architecture based on deep learning was designed and COVID-19 detection was made. Classification performance indicators were obtained as accuracy of 94.95%, F1-score of 94.98%, precision of 94.98%, recall of 94.98% and AUC of 100%. Achieved results were compared with those of the deep learning classifiers suggested in literature. According to these results, proposed method shows superior performance and can provide more convenience and precision to experts for diagnosis of COVID-19 disease.
© 2021 Elsevier B.V. All rights reserved.

Entities:  

Keywords:  ABC algorithm; Blood findings; COVID-19 disease; Deep neural network

Year:  2021        PMID: 33758581      PMCID: PMC7972831          DOI: 10.1016/j.asoc.2021.107329

Source DB:  PubMed          Journal:  Appl Soft Comput        ISSN: 1568-4946            Impact factor:   6.725


Introduction

Severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2) is a novel zoonotic coronavirus that causes acute respiratory disease in humans. The disease known as COVID-19, has affected the whole world not only by being very contagious and causing many deaths but also affecting the social life, economics, and infrastructure [1], [2]. Therefore, it is clinically very important to be able to predict the progress of the disease. Recent studies have shown that the interpretation of blood findings have a substantial clinical application value in the progress of contagious diseases [3], [4]. At the same time, Guan et al. have detected anomalies in the blood findings by examining the clinical attributes of 1000 COVID-19 patients [5]. The studies have also determined that the blood values were able to have ethnical and genetic differences. Different types of blood findings may be more determinant in the detection of the disease in societies in different locations of the world [6]. Therefore, considering the genetic differences related to this disease, for which there is insufficient scientific data yet, is important in increasing the success in detection. For the doctors, the lack of experience about a very recent disease of which properties are not completely known, has led to difficulties in diagnosis. Due to all these limitations, an artificial intelligence (AI) system is needed to make right decisions in the diagnosis. AI has been actively used in healthcare systems to provide clinical decision support [7]. Especially in real world classification problems which medical datasets are used, data sets are called unbalanced data sets, where the number of samples between classes are different from each other. Studies to be carried out on these unbalanced training data sets negatively affect classifier performance [8]. In studies based on deep learning, eliminating this problem on data sets as a pre-process, is a more professional approach that helps to obtain more accurate and high-performance results. The most widely used class imbalance measure in the literature is calculated as the ratio of the sample numbers of the largest majority class and the smallest minority class and is called the imbalance ratio. The higher this ratio is the greater the imbalance scope of the dataset and causes over fitting problem in the classification process and decreases performance [9], [10]. A widely used method to eliminate the imbalance between data classes encountered by Deep Learning classifier models is SMOTE (Synthetic Minority Over-sampling Technique) method. In this method, the number of samples of the class with a small number of samples is increased with synthetic data [11]. In addition to this, the training data increased by this method provides important objective gains for deep learning. These gains are expressed as increased stability and reduced over fitting [12]. In this study, firstly, a new feature group was obtained from blood findings. COVID-19 prediction was realized with three deep learning classifiers with different architectures using this feature group. The results were compared with the results in literature and classic laboratory findings. Contributions of the proposed model can be listed as follows: With the proposed two-layer deep learning-based classifier architecture, it has achieved a superior performance than classical deep learning approaches. In particular, the pre-weighting vector, which gives the maximum classification accuracy, has been optimized using artificial bee colony (ABC) algorithm and the performance has been improved. Ethnic and genetic differences affect the diagnosis of the disease based on blood data. Using the proposed feature acquisition method, it is ensured to obtain the features related to the value with higher discrimination in each different region. So, the performance of the classifier is also increased. As a result, the proposed model can be used to help doctors in early diagnosis of the COVID-19 disease. A novel classifier architecture based on deep neural network using for COVID-19 detection gives better results for classification. The paper is organized as follows. In Section 2, deep learning concept was explained. In Section 3, the studies about COVID-19 prediction using laboratory findings with artificial intelligence methods, were reviewed. In Section 4, firstly, an algorithm was developed to obtain a new feature set based on these findings and COVID-19 prediction was realized using three deep learning classifiers with different architectures. Accuracy, precision, recall, F1-score, and AUC parameters were compared with the results obtained by the classical findings. Afterwards, a hybrid classifier architecture based on deep learning was designed and classification performance was measured with the same measurement parameters mentioned above. In Section 5, the conclusions of the study were interpreted, and future work is presented.

Deep learning and artificial bee colony algorithm

Deep learning has gained popularity because of the performance improvements of hardware units such as graphics cards and the decrease in the unit prices. The increase in the number of training data and studies about machine learning and information processing have also contributed to deep learning. Different deep learning architectures such as artificial neural network (ANN), convolutional neural network (CNN) and recurrent neural network (RNN) have been widely used in many fields such as image classification, natural language processing and speech recognition [13], [14]. ANN is an information processing approach inspired by the human biological nervous system. It consists of neurons, activation functions, input, output, and hidden layers. Every layer in ANN contains a set of neurons that form a hierarchy. The output of the previous layer is the input to the next layer. Each of the layers learn more complicated relationships from the input data. CNN is a deep learning algorithm developed for visual data processing such as images and videos. CNN has various layer types fulfilling various duties. These are called convolution layer, activation function layer, pooling layer, fully connected layer, and dropout layer [13]. In RNN structures, the result depends not only on the current inputs but also on the other inputs. These networks generate their output with the combination of current and previous data [15]. Swarm intelligence is a research area that models the behaviour of self-organizing populations such as flock of birds, ant colonies or bee colonies mathematically. In recent years, the development of swarm intelligence algorithms and the effective results of them in solving engineering problems in many research areas has attracted the attention of many researchers and practitioners. Especially Artificial Bee Colony (ABC) algorithm came to the fore with its successful, easy and effective use. Karaboga introduced the ABC algorithm that is modelled food search behaviour of honey bees. Using literature benchmark functions, the performance of the ABC algorithm has been compared with those of the well-known meta-heuristic algorithms such as differential evolution (DE) and particle swarm optimization (PSO) [16], [17]. Also, ABC algorithm has been efficiently employed in different research areas such as signal and image processing [18], [19], [20]. Especially in recent times, it has been successfully applied in hybridized approaches based deep learning and machine learning techniques [21], [22].

Literature review

Initially, computer aided diagnosis systems (CADs) that are implemented via deep learning classifiers with laboratory findings as inputs, were reviewed. Literature review was realized in Science Direct, IEEE, PubMed, Google Scholar, and arxiv.org with keywords such as COVID-19 blood artificial intelligence/deep learning, COVID-19 laboratory data deep learning, and the results were summarized below. Schwab et al. compared the performances of machine learning and artificial neural network models such as support vector machine (SVM), Neural Network (NN), Gradient Boosting (XGB), Random Forest (RF) using 5644 blood analysis data in the prediction of COVID-19 [23]. Mei et al. combined computer tomography (CT) findings with laboratory data to predict COVID-19 using CNN and machine learning and obtained 84.3% sensitivity, 82.8% specificity and 92% AUC [24]. Banerjee et al. implemented machine learning algorithms and artificial neural networks to predict COVID-19 disease. They presented the performances of ANN, RF and glmnet classifiers using 14 different laboratory data. Additionally, they measured the performance of LF classifiers with fewer laboratory data [25]. Jiang et al. presented the classification performances of machine learning algorithms using a combination of clinical and laboratory findings [26]. Batista et al. tested the predictive performance of COVID-19 positive diagnosis using neural networks, gradient boosted trees, random forests, logistic regression and support vector machines with a combination of laboratory findings and clinical data such as age and gender [27]. Brinati et al. tested the accuracies of machine learning classifiers (Decision Tree, Extremely Randomized Trees, K-nearest neighbours, Logistic Regression, Native Bayes, Random Forest) that use laboratory findings and gender clinical data. They reached 82% and 86% accuracy values with the proposed machine learning classifiers [28]. Alakus and Turkoglu used a laboratory data set that contains 600 samples to compare deep learning approaches for prediction of COVID-19. The experimental results were obtained as 92.30% accuracy, 93% F1-score, 92.35% precision, 93.68% recall and 90% AUC [29]. Proposed classifier architecture.

Material and method

The aim of this study is to obtain a new feature group based on laboratory findings using the developed algorithm and to detect COVID-19 with a new hybrid classifier based on deep learning that uses the new feature group as input parameters. In this study, the free-access dataset provided by Alakus and Turkoglu (https://github.com/burakalakuss/COVID-19-Clinical)was used. This dataset includes 600 samples and 18 laboratory findings. Table 1 shows the names of the findings. 520 samples belong to the patients diagnosed as COVID-19, and the other 80 samples belong to the healthy individuals. This dataset does not include clinical data of patients such as age and gender. Samples of healthy individuals are labelled as 1, and samples of patients are labelled as 0.
Table 1

P values of the laboratory findings.

NoLaboratory dataP ValueNoLaboratory dataP Value
1.Hamatocrit0.00110.Serum Glucose 0.995
2.Hamoglobin0.00811.Neutrophils 0.632
3.Platelets0.00012.Urea 0.88
4.Red blood Cells0.00413.C-reactive Proteinmg/dL 0.001
5.Lymphocytes0.63014.Creatinine 0.038
6.Leukocytes0.00015.Potassium 0.142
7.Basophils0.15616.Sodium 0.126
8.Eosinophils0.00017.Alanine transaminase 0.717
9.Monocytes0.00018.Aspartate transaminase 0.399
Laboratory findings (blood values) are decisive parameters used by the medical experts for the diagnosis of COVID-19. Sun et al. examined statistically the discrimination of the findings such as Leucocytes, Monocyte, and Platelet in the prediction of the disease using SPSS. Additionally, it has also been encountered that the medical experts have rated some of these laboratory findings together such as Neutrophils-to-lymphocytes ratio [30]. According to the researches, blood findings may give different results in different ethnic and genetic groups [6]. Therefore, the parameters that depend on the blood findings can have differences in discrimination due to the ethnical and genetic factors when used in deep learning systems. For example, while Monocyte-to-lymphocytes ratio [30] is a more important parameter in the diagnosis of COVID-19 using artificial intelligence blood findings sampled from a European country, Neutrophils-to-lymphocytes ratio is more significant in Asian genetics. By applying the algorithm given below, first the data set was divided into patient and healthy groups in terms of each laboratory finding (parameters). Distribution test was applied for each parameter. p values were calculated using Student’s test for the data with normal distribution, and Mann–Whitney U test for the others [31]. As shown in Table 1, the finding with the highest p value was serum glucose. Different parameters may be more determinant in populations belonging to different locations. Thanks to this method, genetic and ethnic differences are also taken into account. In this study, first the rating method of Sun et al. [30] that was applied for some of the findings, was applied to all findings using Serum Glucose which has the highest p value among classes. To the best of our knowledge, there is no study dealing with this aspect of the subject for computer-aided diagnostic systems. The algorithm to obtain a new feature group is given below. A new parameter group was obtained by dividing the parameter group with the highest p value to the other parameters. A value of 0 can be encountered simultaneously both for Pmax and other parameter groups, in this division process. To deal with this zero-division problem, the maximum value of Pmax group was used as a constant division value instead of the zero value of Pmax group. Data_set_1 refers to the new feature group. The block diagram of the proposed architecture is given in Fig. 1. In architecture, the pre-processing layer functions as the balancing layer using the SMOTE technique.
Fig. 1

Proposed classifier architecture.

P values of the laboratory findings. The data set based on classical findings includes 520 samples diagnosed with COVID-19 and 80 healthy samples. Here, the ratio of the majority sample number to the minority sample is 6.5. By the SMOTE technique, this ratio was reduced to 1 [9], [10]. The SMOTE method is based on the algorithm which is given below [32]. In the literature, multi-layer architectures have been used in various areas in the artificial intelligence-based classification problems. In a study, the system architecture was designed, as each ANFIS output is an input to the next ANFIS layer [33]. Uzunhisarcıklı and Göreke proposed a two-layer fuzzy inference system for mass detection in ultrasound images [34]. Liu et al. used a CNN neural network to identify diabetic retinopathy from eye fundus images. In their work, they used a pre-weighting coefficient for the convolution layer outputs of the neural network [35]. In this study, pre-weighting vector was applied for the input layer of the deep neural network and a two-layer classifier in hybrid structure was proposed. In Fig. 1, … represent the new feature group in the pre-weighting layer which is called as Layer 1. In Layer 1, the weights of the input parameter were determined by calculating a pre-weighting coefficients. Calculation of these coefficients () is an optimization problem and the ABC algorithm was efficiently used to optimize them. The pseudo-code structure of the basic ABC algorithm is given in Algorithm 3. In this study, the accuracy parameter (Acc) of SVM classifier was used as the cost function and ABC algorithm tries to minimize the objective function (J) given in Eq. (2). TP and TN show the number of correctly predicted positive and negative samples, whereas FP and FP represent to the number of incorrectly predicted positive and negative samples. These values were calculated using new feature group for SVM classifier. A nested software was developed to realize it. In the software, SVM code was run inside the ABC algorithm code. The developed software calculates the optimum pre-weighting vector that will provide the best accuracy in the SVM classifier. In the pre-weighting vector optimization, ABC algorithm was compared with particle swarm optimization (PSO) and genetic algorithm (GA). For a fairly comparison, population size and maximum iteration number were selected 20 and 500. Lower and upper bound were determined as 1 and 3. Also, competitor algorithms were run 20 times with different initial values. In Table 2, the performances of competitor algorithms were shown and accuracy parameter were analysed when objective function calculated .
Table 2

Comparative results of competitor algorithms for pre-weighting vector optimization in Layer 1.

AlgorithmBestWorstSDMeanTime (s)
ABC95.833393.33330.692294.2500640.1677
GA95.000093.33330.448794.0833697.1724
PSO95.000093.33330.500094.0000673.7480
As seen Table 2, for the ABC algorithm, mean and best accuracy values are obtained 94.2500 and 95.8333, and they are bigger than those of the other algorithms. So, ABC algorithm shows good performance for pre-weighting vector optimization and improves accuracy of SVM classifier. Also, GA achieves the best SD values for multiple runs. From Table 2, the best pre-weighting vector are achieved by ABC algorithm and it is given by Eq. (3). The layer called as Layer 2 represents the three deep learning classifiers with different basic architectures. In this study, these three deep learning classifiers were designed separately and their performance was measured. The RNN type that provides the best performance was selected. Comparative results of competitor algorithms for pre-weighting vector optimization in Layer 1.

Used deep learning architectures

In this study, three deep learning classifiers with basic architectures were used. The hyper-parameter values of each architectures are given in Table 3. Normally, in the artificial intelligence studies with relatively small datasets, cross-validation method is mostly preferred. But especially in medical clinical application, this cross-validation approach gives fewer clear results [29]. In this study, to have a clearer result, the tests were realized using train–test split approach and cross-validation approach was not preferred. Also, split ratio was determined as 20.
Table 3

Deep learning classifier architecture and hyper parameters.

ParameterANNCNNRNN
Units32-16-8512–256
Layers1-2-31–21
Activation functionReLUReLUReLU
Learning rate1e−31e−31e−3
Loss functionBinary cross entropyBinary cross entropyBinary cross entropy
Epocs250250250
OptimizerSGDSGDSGD
Decay1e−51e−51e−5
Momentum0.30.30.3
Fully Conn.units2048–10242048–1024
Fully Conn.layer1–21–2
RNN units512
Dropout0.25
Deep learning classifier architecture and hyper parameters.

Test criteria

The performances of deep learning classifiers with new features were measured with accuracy, recall, precision, and F1-score metrics. The mathematical representations of these metrics are given with Eqs. (4)–(7). Here TP (true positive) is the number of patients diagnosed as patient, TN (true negative) is the number of healthy individuals diagnosed as healthy, FP (false positive) is the number of healthy individuals diagnosed as patient and, FN (false negative) is the number of patients diagnosed as healthy [36]. Additionally, receiving operating characteristic (ROC) curve gives the change between the recall and FP/(TN FP) ratio [37], and it is used in the calculation of AUC (area under the curve). AUC is interpreted as the possibility of a higher test measure of a random patient than a random healthy individual [38]. The reliability and the validity of the model is proven by measuring the accuracy of the model [39]. F1-score is used for determining that the classifier has small FP and FN values [26]. ANN deep learning architecture ROC graph. CNN deep learning architecture ROC graph.

Performance comparison

Tests have been realized on an i7 2.6 GHz computer using Microsoft Visual Studio Community 2017 IDE and Python Anaconda 5.2.0 environment. In the first stage of the test process, the performance of the new feature group against classical laboratory findings was measured with classifiers in standard architecture. In the second step, the new feature group was classified using the classifiers in the proposed architecture and its performance was compared with the studies in the literature. By the implemented algorithm, the new feature set was applied as the input to three deep learning classifiers with basic architectures. The performance of each classifier according to the label information in the data set was measured by accuracy, recall, precision and F1-score metrics and the ROC graphs were plotted. The results are given in Table 4. ROC graphs obtained using novel features are shown in Fig. 2, Fig. 3, Fig. 4 for ANN, CNN and RNN architectures.
Table 4

Classification performance with the new features based on the laboratory findings (with standard deep neural network architecture).

ClassifierAccuracyF1-scorePrecisionRecallAUC
ANN0.89100.89100.89100.89100.85
CNN0.89460.89500.89500.89500.90
RNN0.92240.92200.92200.92200.85
Fig. 2

ANN deep learning architecture ROC graph.

Fig. 3

CNN deep learning architecture ROC graph.

Fig. 4

RNN deep learning architecture ROC graph.

The performance results of deep learning classifiers using laboratory findings for the detection of COVID-19 are given in Table 5 [29].
Table 5

Classification performance with the classical laboratory findings (with standard deep neural network architecture).

ClassifierAccuracyF1-scorePrecisionRecallAUC
ANN0.86900.87130.87130.87130.85
CNN0.87350.88560.88470.88670.80
RNN0.84000.84270.84280.84270.83
RNN deep learning architecture ROC graph. Proposed method for ANN deep learning architecture ROC graph. Proposed method for CNN deep learning architecture ROC graph. Proposed method for RNN deep learning architecture ROC graph. When the results of Table 4, Table 5 are compared, it is seen that results in Table 4 outperform the results in Table 5. The averages of each performance measure of three different classifiers using both classical and the novel features are given in Table 6.
Table 6

Average classification performance of classical and new features.

FeatureAccuracyF1-scorePrecisionRecallAUC
Classic0.86080.86650.86620.86690.8266
New0.91730.91710.91710.91710.9266
According to the proposed method classifier performances are as follows: ANN, accuracy 92.08%, F1-score 91.89%, precision 91.89%, recall 91.89%, AUC 98%, CNN, accuracy 94.79%, F1-score 94.79%, precision 94.79%, recall 94.99%, AUC 100%, RNN, accuracy 94.95%, F1-score 94.98%, precision 94.98%, recall 94.98%, AUC 100%. The best performance belongs to the deep learning classifier in RNN structure. The ROC graphic obtained with the proposed method for ANN, CNN and RNN architecture are shown in Fig. 5, Fig. 6, Fig. 7. The performance comparison of the proposed method against the studies in the literature is given in Table 7.
Fig. 5

Proposed method for ANN deep learning architecture ROC graph.

Fig. 6

Proposed method for CNN deep learning architecture ROC graph.

Fig. 7

Proposed method for RNN deep learning architecture ROC graph.

Table 7

The proposed method and literature performance comparison.

ReferenceAccuracyF1-scorePrecisionRecallAUC
Schwab et al. [23]0.82000.98
Mei et al. [24]0.84300.92
Banerjee et al. [25]0.91000.92000.95
Jiang et al. [26]0.8000
Batista et al. [27]0.84200.78000.78000.80000.85
Brinati et al. [28]0.86000.93000.85
Alakus and Turkoglu [29]0.92300.93000.92350.93680.90
Proposed method0.94950.94980.94980.94981.00
Classification performance with the new features based on the laboratory findings (with standard deep neural network architecture). Classification performance with the classical laboratory findings (with standard deep neural network architecture). Average classification performance of classical and new features. The proposed method and literature performance comparison.

Conclusion and discussion

In the first stage of the study, the data set containing the laboratory findings were obtained from the link https://github.com/burakalakuss/COVID-19-Clinical. Initially, the distribution of each finding was tested for normality using SPSS software. After the normality distributions were determined, the predictive values of each group were calculated and the finding with the highest value was chosen as the rating parameter. In the next stage, a new feature set was obtained with the developed algorithm using this parameter. COVID-19 was predicted using the new features and three deep learning classifiers with basic architectures (ANN, CNN, RNN), and the prediction performances of each classifier were measured with accuracy, F1-score, precision, recall and AUC metrics. Alakus and Turkoglu used the laboratory findings of their dataset to test and compare the classification performance of deep learning classifiers with different architectures. In this study, COVID-19 prediction was implemented using new features and three deep learning classifiers with basic architectures which were tested by Alakus and Turkoglu. The results of this study were compared with the results of Alakus and Turkoglu for the classifiers with the same architecture. When Table 4, Table 5 are compared, the new features that depend on the laboratory findings have better results than the classical findings for the prediction of COVID-19. Considering the results given in Table 7, it can be stated that the proposed method was obtained more successful than in literature works. This study depends on the samples taken from Hospital Israelita Albert Einstein. In the future work, using data sets obtained from the groups with different genetics (different countries etc.), the effect of the biological and genetic differences in the prediction of COVID-19 will be searched. These differences can determine more clearly that the different findings are more effective on different groups for the detection of COVID-19. Therefore, the parameter detection process of CAD systems that implement deep learning can be shortened for different regions, and it can also have a positive contribution on the CAD performance. It helps the doctors to have more accurate answers in the decision process. Factors such as the environment of the swab sample from the mouth and the qualification of the sample affects the accuracy of the RT-PCR test used worldwide for the diagnosis of the disease [40], [41]. In this regard, using computer aided diagnosis tools such as deep neural networks implemented in this study can help doctors in the early diagnosis of the disease. With the early diagnosis of the disease, more successful results can be achieved in the treatment and the mortality rate can be decreased.

Declaration of Competing Interest

The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.
  18 in total

1.  Training neural network classifiers for medical decision making: the effects of imbalanced datasets on classification performance.

Authors:  Maciej A Mazurowski; Piotr A Habas; Jacek M Zurada; Joseph Y Lo; Jay A Baker; Georgia D Tourassi
Journal:  Neural Netw       Date:  2007-12-27

2.  Evidence Based Emergency Medicine; Part 5 Receiver Operating Curve and Area under the Curve.

Authors:  Saeed Safari; Alireza Baratloo; Mohamed Elfil; Ahmed Negida
Journal:  Emerg (Tehran)       Date:  2016

3.  The significance of neutrophil-lymphocyte ratio, platelet-lymphocyte ratio and lymphocyte-monocyte ratio in predicting peripheral arterial disease, peripheral neuropathy, osteomyelitis and amputation in diabetic foot infection.

Authors:  Tuna Demirdal; Pinar Sen
Journal:  Diabetes Res Clin Pract       Date:  2018-09-01       Impact factor: 5.602

Review 4.  Data augmentation for deep-learning-based electroencephalography.

Authors:  Elnaz Lashgari; Dehua Liang; Uri Maoz
Journal:  J Neurosci Methods       Date:  2020-07-31       Impact factor: 2.390

5.  Referable diabetic retinopathy identification from eye fundus images with weighted path for convolutional neural network.

Authors:  Yi-Peng Liu; Zhanqing Li; Cong Xu; Jing Li; Ronghua Liang
Journal:  Artif Intell Med       Date:  2019-07-10       Impact factor: 5.326

6.  Combination of the Preoperative Systemic Immune-Inflammation Index and Monocyte-Lymphocyte Ratio as a Novel Prognostic Factor in Patients with Upper-Tract Urothelial Carcinoma.

Authors:  Hau-Chern Jan; Wen-Horng Yang; Chien-Hui Ou
Journal:  Ann Surg Oncol       Date:  2018-10-29       Impact factor: 5.344

7.  Detection of COVID-19 Infection from Routine Blood Exams with Machine Learning: A Feasibility Study.

Authors:  Davide Brinati; Andrea Campagner; Davide Ferrari; Massimo Locatelli; Giuseppe Banfi; Federico Cabitza
Journal:  J Med Syst       Date:  2020-07-01       Impact factor: 4.460

8.  Sensitivity of Chest CT for COVID-19: Comparison to RT-PCR.

Authors:  Yicheng Fang; Huangqi Zhang; Jicheng Xie; Minjie Lin; Lingjun Ying; Peipei Pang; Wenbin Ji
Journal:  Radiology       Date:  2020-02-19       Impact factor: 11.105

9.  Use of Machine Learning and Artificial Intelligence to predict SARS-CoV-2 infection from Full Blood Counts in a population.

Authors:  Abhirup Banerjee; Surajit Ray; Bart Vorselaars; Joanne Kitson; Michail Mamalakis; Simonne Weeks; Mark Baker; Louise S Mackenzie
Journal:  Int Immunopharmacol       Date:  2020-06-16       Impact factor: 4.932

10.  Abnormalities of peripheral blood system in patients with COVID-19 in Wenzhou, China.

Authors:  Suyu Sun; Xuejiao Cai; Huaguo Wang; Guiqing He; Yin Lin; Bibi Lu; Chaoyue Chen; Yong Pan; Xingzhong Hu
Journal:  Clin Chim Acta       Date:  2020-04-24       Impact factor: 3.786

View more
  5 in total

1.  Word2vec neural model-based techniqueto generate protein vectors for combating COVID-19: a machine learning approach.

Authors:  Toby A Adjuik; Daniel Ananey-Obiri
Journal:  Int J Inf Technol       Date:  2022-05-19

2.  Developing an artificial neural network for detecting COVID-19 disease.

Authors:  Mostafa Shanbehzadeh; Raoof Nopour; Hadi Kazemi-Arpanahi
Journal:  J Educ Health Promot       Date:  2022-01-31

3.  Evaluation of Diagnostic Strategies for Identifying SARS-CoV-2 Infection in Clinical Practice: a Systematic Review and Compliance with the Standards for Reporting Diagnostic Accuracy Studies Guideline (STARD).

Authors:  Paula Cremades-Martínez; Lucy A Parker; Elisa Chilet-Rosell; Blanca Lumbreras
Journal:  Microbiol Spectr       Date:  2022-06-14

4.  A new composite approach for COVID-19 detection in X-ray images using deep features.

Authors:  Tayyip Ozcan
Journal:  Appl Soft Comput       Date:  2021-07-05       Impact factor: 6.725

5.  An Ensemble Learning Model for COVID-19 Detection from Blood Test Samples.

Authors:  Olusola O Abayomi-Alli; Robertas Damaševičius; Rytis Maskeliūnas; Sanjay Misra
Journal:  Sensors (Basel)       Date:  2022-03-13       Impact factor: 3.576

  5 in total

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