Graphical abstract
Keywords: COVID-19, Machine learning, Artificial intelligence, Healthcare, Drug development, Predictive analysis
Abstract
COVID-19 was first discovered in December 2019 and has continued to rapidly spread across countries worldwide infecting thousands and millions of people. The virus is deadly, and people who are suffering from prior illnesses or are older than the age of 60 are at a higher risk of mortality. Medicine and Healthcare industries have surged towards finding a cure, and different policies have been amended to mitigate the spread of the virus. While Machine Learning (ML) methods have been widely used in other domains, there is now a high demand for ML-aided diagnosis systems for screening, tracking, predicting the spread of COVID-19 and finding a cure against it. In this paper, we present a journey of what role ML has played so far in combating the virus, mainly looking at it from a screening, forecasting, and vaccine perspective. We present a comprehensive survey of the ML algorithms and models that can be used on this expedition and aid with battling the virus.
1. Introduction
In December 2019, a novel severe contagious disease called COVID-19, which is caused by Severe Acute Respiratory Syndrome coronavirus 2 (SARS-CoV-2), was first discovered in Wuhan, China [90]. COVID-19 is an airborne disease and can easily spread and infect people [142]. According to the Centers for Disease Control and Prevention (CDC) [36], the infected people show a range of symptoms like dry cough, shortness of breath, fatigue, losing the sense of taste and smell, diarrhea, and congestion. Infected patients can also present fever episodes. Strangely enough, some patients who have contracted the virus might not even show any of the aforementioned symptoms [153]. They can feel completely normal carrying the virus and continuing to spread the disease without knowing it [153]. As COVID-19 has a rapid nature of spreading, the World Health Organization (WHO) declared it as a global pandemic in March 2020 [220]. As of now (January 2021), the total number of confirmed COVID-19 cases worldwide was over 85 million [120]. To tackle this outbreak, scientists in different research communities are seeking a wide variety of computer-aided systems such as the Internet of Things [147], Machine Learning (ML) or Deep Learning (DL) techniques [208], [5], Big Data [27], and Blockchain [40], [234], [44] that can assist with overcoming the challenges brought by COVID-19. These technologies can be used for controlling the spread of the virus, detecting the virus, or even designing and manufacturing a vaccine or drug to combat it.
There were two epidemics in the past from the coronavirus family including Severe Acute Respiratory Syndrome (SARS-CoV) [57] and Middle Eastern Respiratory Syndrome (MERS) [125]. SARS-CoV is a respiratory virus that was transmissible from person to person, and it was first identified in 2003. The virus had over 8,000 confirmed cases worldwide during its course which affected over 26 countries as stated on the WHO website [219]. MERS is also a respiratory virus with similar symptoms of SARS-CoV.
ML, as a subset of Artificial Intelligence (AI), has shown a lot of potentials in many industries like retail [101], banking [46], healthcare [43], [51], pharmaceuticals [65], cybersecurity [181], [99], [77], [145] and many more [66]. ML techniques can be programmed to imitate human intelligence. For example, in healthcare domain, ML techniques can be trained and used towards medical diagnosis [129]. ML models have been vastly trained over a dataset consisting of medical images like Computed Tomography (CT) Scan, Magnetic Resonance Imaging (MRI), or X-ray to detect anomalies [221], [216]. ML models can be expanded in diverse areas including cancer [112], diabetes [246], fatty liver [226], etc. As an example, breast cancer can be diagnosed with a prediction accuracy of 97.13% [14] using ML models.
During previous epidemics, ML techniques have been widely implemented in order to assist healthcare professionals and authorities for better actions regarding the diseases [2]. For example, Sandhu et al. [183] proposed an ML model that utilizes GPS technology along with cloud computing power and Google Maps to represent potentially infected patients and provide an alternative route for uninfected users resulting in potentially mitigating the spread. The model reaches the classification accuracy of 80% in re-routing away from infected patients. In another study, Choi et al. [48] used ML models for sentimental analysis to review public overreaction appearing in media articles and social media platforms. The proposed model could rapidly monitor the public reaction and helped policymakers in taking the right actions in reducing fear and distress from the public regarding MERS.
ML has also been widely used in order to improve clinical decision-making regarding the current COVID-19 pandemic [61]. Interestingly, in some cases, it enables the researchers to forecast the spread of virus in different areas [89]. Using ML image classification techniques, facilitate COVID-19 diagnosis for healthcare professionals [158]. Additionally, with the objective of finding a cure for the virus, ML algorithms are utilized for drug discovery/repurposing and even vaccine development [81].
The aforementioned examples show the potential of ML in the detection, diagnosis and prediction of viruses. This paper largely provides a survey of latest research on using ML technology in combating COVID-19. In particular, we investigate the role of ML in detecting or screening, forecasting, and medical assistance for the virus.
The remainder of the paper is organized as follows. In Section 2, we review the role of ML in detecting and the screening process of COVID-19. We study the use of different ML techniques regarding four major sections for diagnosing and screening including Medical Imaging, Chatbot, and Artificial Intelligence of Things (AIoT). In Section 3, we explore different ML Techniques towards predicting and tracking the spread of COVID-19. This section is mainly divided into three parts reviewing preventing the spread, contact tracing, and forecasting. Similarly, Section 4 reviews the need for medical assistance during the pandemic and how ML technology can be applied for drug discovery/repurposing and vaccine development. Finally, we discuss, outline future work, and conclude in Sections 5, 6 respectively.
2. ML techniques towards detecting and screening COVID-19
Detecting either a symptomatic or asymptomatic disease in an early stage could be highly effective in order to begin treatment process. Regarding the COVID-19, it not only helps to avoid the spread of contamination, but also it is cost-beneficial. The standard method of diagnosing COVID-19 is to conduct Reverse-Transcription Polymerase Chain Reaction (RT-PCR) test [53]. The RT-PCR is a swab test that is used to detect nucleic acid from COVID-19 in the upper and lower respiratory system. At the beginning of the pandemic, the sensitivity of the RT-PCR test could show negative for patients who were later in-fact confirmed positive [228]. Initially, there was also a concern about having a shortage and limited number of tests present. Those examples highlight the importance of exploring alternative methods of diagnosing COVID-19 that could speed-up the process [26]. Among them, ML models and algorithms have shown promising results in different stages of COVID-19 diagnosis[115]. For instance, Yang et al. [229] developed a ML model based on individual’s laboratory test results, which can assist in early detection of high risk COVID-19 patients. Similarly, another study demonstrated the effectiveness of ML classification models using routine blood tests data for COVID-19 detection [28].
In general, ML techniques have been widely utilized in the healthcare domain and similarly, it can be used towards analyzing patients’ data and diagnosing COVID-19. In this section, we review different ML techniques that have been implemented for screening and diagnosis of COVID-19 using medical imaging which includes X-ray and CT Scan images. Moreover, we discuss other ML-based tools including Chatbots and Artificial Intelligence of Things (AIoT). At the end of this section, we discuss how the ML techniques could be constrained or limited towards detecting and screening COVID-19.
2.1. Medical imaging
Diagnosing COVID-19 is one of the most important parts of dealing with the disease. Although, using RT-PCR test is very common for the detection of COVID-19, the chance of eliciting false-positive and false-negative results is concerning [140]. So there is an essential need for using other approaches such as medical images analysis for accurate and reliable screening and diagnosis of COVID-19 [232]. In general, analyzing medical imaging modalities such as chest X-ray and CT-Scan have key contributions in confirming the diagnosis of COVID-19 as well as screening the progression of the disease [109]. Different ML techniques that incorporate X-ray and CT-Scan image processing approaches could help healthcare professionals in diagnosing and understanding the progression of COVID-19.
2.1.1. X-ray
Medical imaging and in particular Chest X-ray (CXR) imaging is one the most commonly used medical imaging modalities in thoracic abnormalities diagnosis [187]. During COVID-19 pandemic, CXR imaging plays a vital role in early detection of COVID-19 to classify COVID-19 and normal chest due to its low cost, fast imaging speed, and low radiation [97]. Within the categorization of medical imaging, CXR was recommended to be implemented as the first medical imaging regarding COVID-19 by the Italian Society of Medical Radiology (abbreviated as SIRM in Italian) [149], [195]. Fig. 1 demonstrates the CXR images from infected and normal people. According to Cozzi et al. [56], CXR has a sensitivity of 67.1% which can be first implemented in special cases including assisting physicians and healthcare professionals with better COVID-19 cases identification and fast treatment assigning to the patient. Another approach by Hassanien et al. [79] is implemented using CXR images in order to classify the lung lesions (caused by COVID-19) with Multi-level Threshold (MT) process and Support Vector Machine (SVM) model. Within this model, firstly, the lung image contrast will be enhanced. Secondly, the image will be reduced into specific sections (using MT) to avoid duplication of work on uninfected areas. Lastly, the SVM model classifies the sections of the lung with respect to the predefined healthy lungs. Sethy et al. [188] developed a DL Convolutional Neural Network (DCNN) model for classification of CXR images for detection of COVID-19. Similarly, [34] proposed a DCNN model using the data gathered from two hospitals in Italy to represent the importance of AI in the detection of COVID-19.
Fig. 1.
Chest X-Ray (CXR) images of COVID-19 infected people versus uninfected people [42].
Zhang et al. [237] trained ML models over a large viral pneumonia dataset of CXR images to detect anomalies. They tested their model on a completely different dataset that has COVID-19 CXR images. This is done as one of the symptoms of COVID-19 can be pneumonia [36]. The results are impressive as the model performs well when tested on the COVID-19 dataset with the Area Under the Curve (AUC) of 83.61%. It is even more impressive as the model was trained on a different dataset and yet performed well. Similarly, Wang et al. [212] utilized COVIDx dataset, a publicly available dataset consists of COVID-19, pneumonia and non-COVID-19 pneumonia-related X-ray images. The authors used this data to train their model for detection of COVID-19, the Deep Neural Network (DNN) is referred to as COVID-Net showing promising results in diagnosing infected patients.
Apostolopoulos et al. [11] used transfer learning approaches like feature extraction and fine-tuning of Convolutional Neural Networks (CNN) based models and trained and tested over similar datasets achieving a prediction accuracy up to almost 98%. They demonstrated that implementing transfer learning can have a significant improvement in results. Most ML classifiers are trained and tested to achieve high prediction accuracy of COVID-19; however, it is also important to quantify the uncertainty that could exist by using such classifiers as a primary medium of diagnosis. An approach to validate the ML prediction of diagnosis in CXR images was reviewed by Ghoshal et al. [72]. It exploited a Bayesian Deep Learning classifier to estimate the model uncertainty. From their analysis the authors see a strong correlation between the model uncertainty and the accuracy of model prediction. Knowing an estimation of the uncertainty could lead to a more reliable prediction and possibly even alert healthcare workers over false predictions. Many other ML models are utilized for detecting COVID-19, and a subset of them are presented in Table 1 .
Table 1.
ML Research done towards diagnosing COVID-19using X-RAY (CXR) datasets.
| Reference | Dataset | Methods | Remarks |
|---|---|---|---|
| [11] | Multiple Datasets that include 448 confirmed COVID-19 images source: Github | DL - CNN, Feature Extraction (various models) | Various model performance comparison |
| [72] | 68 COVID-19 Chest X-ray images and 5873 Pneumonia images source: Github, Kaggle | Bayesian Deep Learning Classifiers | Estimate uncertainty by a Transfer learning approach with the classifier |
| [68] | COVIDx | Fine Tuning - ResNet Model | Model achieves high accuracy for multi-class classification |
| [82] | Multiple models VGG19, MobileNet | Test and train multiple image classifiers to obtain the highest accuracy identifying the virus; | |
| VGG19 and DenseNet have a high accuracy score | |||
| [85] | Multiple Image Classification Models | Vulnerability of DNNS to a universal adversarial perturbation cause failure in classification tasks | |
| Fine-tuning could be a solution | |||
| [3] | Capsule Network-based framework - COVID-CAPS | Decent performance of the framework with low trainable parameters | |
| [185] | DenseNet-121 | Test the model’s robustness by performing multi-class classification and k-fold validation | |
| [206] | SqueezeNet-Bayesian based model | Classify X-ray images into normal, COVID-19, and pneumonia | |
| Use techniques of data augmentation and fine-tuning | |||
| [110] | CoroNet | Implement semi-supervised learning based on AutoEncoders | |
| [124] | EfficientNet | Produce a model with high quality and accuracy | |
| [212] | COVID-Net | Publicly accessible for scientists for further improvements | |
| [146] | CXR images of 50 COVID-19 patients, and 50 Normal CXR images | CNN models (InceptionV3, ResNet50, Inception-ResNetV2) | Achieve highest classification by ResNet50 |
| [128] | 170 Chest X-ray images of 45 patients from 5 different sources | Modified Pre-trained AlexNet and a simple CNN | Achieve a higher accuracy with pre-trained network |
| [204] | 295 COVID-19 CXR images and 163 Pneumonia and Normal CXR images | MobileNetV2/SqueezeNet | Achieve high classification rate with DL models |
| [159] | 127 COVID-19 CXR images and 1000 Pneumonia and Normal CXR images | DarkCovidNet (CNN) | Implement binary classification and multi-class classification (better performance by Binary model) |
| [169] | Dataset containing both COVID-19 and Non COVID-19 cases from multiple sources | VGG16, InceptionV3, Xception, DenseNet-121, NasNet-Mobile, etc. | Best performance of VGG16 compared to other models |
| [209] | 306 COVID-19 CXR images and 113 normal CXR images | Decision Tree Classifier in a CNN model | Robust tested method with high accurate results |
| [100] | CXR images of confirmed 150 COVID-19 patients from Wuhan source: Kaggle | Convolutional Neural Network | Achieve 93% accuracy by the proposed model |
| [188] | Multiple datasets with 183 COVID-19 images of SARS-CoV and MERS | Implement 9 different models for COVID-19 | Achieve the highest accuracy for ResNet50 and SVM models |
| [205] | 231 COVID-19, 2100 pneumonia, and normal CXR images source: Github | Novel ANN and Convolutional CapsNet | High accurate diagnosis with Binary Classification |
| [50] | 423 COVID-19, 3064 normal, and viral pneumonia CXR images | 8 Different CNN Models | Achieve best performance for CheXNet by implementing Transfer Learning and Data augmentation |
| [160] | 192 COVID-19 and 145 normal CXR images | nCOVnet(VGG-16) | Achieve high accuracy in predicting COVID-19 infected patients from CXR Images |
| [92] | 10 CXRs from COVID-19 confirmed patients in China and USA | DL U-Net Model | Demonstrate great promise with potential use towards early diagnosis for COVID-19 pneumonia |
| [67] | 126 COVID-19, 5835 normal and pneumonai CXR images | GSA-DenseNet121-COVID-19 (Hybrid CNN using Optimization) | Achieve a high accuracy up to 98% in diagnosis |
| [134] | 250 COVID-19, 4934 Non COVID-19 CXR images | ResNet18, ResNet50, SqueezeNet and DenseNet-121 | Perform well across multiple parameters (Receiver Operating Characteristic, precision-recall curve, etc.) |
| [58] | Multiple datasets including 162 COVID-19 and Non COVID-19 CXR images | Truncated Inception Net | Achieve an accuracy of 99.92% (AUC 0.99) in classifying COVID-19 positive cases |
| [21] | 305 COVID-19 and 822 Non COVID-19 CXR images | Transfer Learning method employed on pre-trained models | Use Gradient Class Activation Map for detecting where the model focuses more for classification |
| [166] | 180 COVID-19 and Non COVID-19 CXR images | Xception and ResNet50V2 | Good performance for COVID-19 detection from the concatenation of two models |
| [238] | 318 COVID-19 and Non COVID-19 CXR images | COVID-DA | Propose a Deep Learning model that has a novel classifier separation scheme |
| [10] | 455 COVID-19 and 3450 Non COVID-19 CXR images | MobileNetV2 | Higher accuracy by training a CNN MobileNetV2 model compared to transfer learning techniques |
2.1.2. CT-scan
Another applicable medical imaging tool for COVID-19 diagnosis is a chest Computed Tomography (CT) Scan, which is more accurate in detecting COVID-19 cases [47]. Due to respiratory problems of COVID-19, which include lung abnormalities, CT-Scan can be specified as the detecting procedure for the early stage of a pandemic while none of the COVID-19 symptoms appear in patients [192]. Fig. 2 demonstrates the CT-Scan images from infected and normal people.
Fig. 2.
CT-Scan images of COVID-19 infected people versus uninfected people [42].
Ardakani et al. [13] implemented a Computer-aided diagnosis system to show the benefits of DL in diagnosing COVID-19 using a variety of CNNs, which conclude the ResNet-101 as the most precise model. Similarly, Li et al. [118] developed a DL framework known as COVID-19 detection neural network (COVNet), which can differentiate COVID-19 from typical types of pneumonia using chest CT-Scan images. An ML model for quantitative infection assessment through CT Scan images was modeled by Shan et al. [189] claiming their model is capable of estimating the shape, volume, and the percentage of infection. A Human-In-The-Loop method [86] was proposed that involves healthcare workers to intervene with the VB-Net (a modified 3D CNN that combines V-Net model and Bottle-neck structure) where the healthcare workers can add the newly processed CT-Scan images into the dataset. They way the training model is constantly updated to on new data allowing the model to produce more efficient results Tang, et al. [203] introduced another method to detect the severity of COVID-19 through assessing quantitative features from CT-Scan images. The use of the Random Forest (RF) model including 500 decision trees along with threefold cross-validation where it allows authors to calculate 63 quantitative features of COVID-19 like infection volume or lung ratio. However, the model is limited by a binary classification i.e., results can either be severe or non-severe, when they should be mild, common, severe, and critical. Gozes et al. [75] trained clinical models integrated with ML to detect the virus that achieves high accuracy and is also able to quantify the burden of the disease.
Similar to the previous section, ML techniques that can be used for detecting COVID-19 from CT-Scan images are presented in Table 2 . The list of references includes both published and yet to be peer-reviewed.
Table 2.
ML Research done towards diagnosing COVID-19 using CT-Scan datasets.
| Reference | Dataset | Methods | Remarks |
|---|---|---|---|
| [239] | Open-sourced COVID-CT source: Github | Multi-task and Self-Supervised learning | Clinically useful |
| [203] | Clinical CT scan images of 176 COVID-19 cases | Random Forest and Threefold cross-validation | Better performance from Random Forest model in reflecting the severity of COVID-19 |
| [75] | Multiple Datasets of CT scan images (Chinese CDC, China and USA hospitals, and Chainz.cn) | ResNet50 | High accuracy in identifying COVID-19 cases |
| [118] | 4356 CT scan images (including COVID-19 and Non COVID-19) from 6 Hospitals | Deep Learning model (CovNET) | High accuracy in identifying COVID-19 cases from other lung diseases |
| [30] | 618 Clinical CT scan images (including COVID-19 and Non COVID-19) | Deep Learning (ResNet18) | High accuracy by using a location attention mechanism (detect COVID-19 cases from others) |
| [214] | Clinical CT Scan Images (COVID-19 and Non COVID-19 - 99 Patients from 3 Hospitals) | Modified Transfer Learning and Inception Model | Use a fine-tuning technique with pre-trained weights |
| [18] | Clinical CT scan images from 133 Patients in China | Multi Stage, DL Models, and LSTM | Capable of extracting spatial and temporal information efficiently (better prediction performance) |
| [162] | CT scan images of 413 COVID-19 and 439 of pneumonia or normal cases | ResNet50 | Better performance using transfer learning technique |
| [103] | CT scan images from 5 Hospitals in China | DL learning models (Inception, ResNet50, 3D U-Net++) | Provide good prediction results whilst overcoming challenges |
| [189] | 549 CT Scan images obtained from clinics in China | Deep Learning and VB-Net | Refine automation of cases by a Human-in the loop section (segmentation and quantifying infected regions) |
| [102] | Large-scale dataset including 10,250 CT scan images of COVID-19 and Non COVID-19 scans | UNet and 2D Segmentation DL CNN Model | Outperforming radiologists in diagnostic performance |
| [211] | Clinical CT scan images of 558 COVID-19 patients with pneumonia from 10 hospitals | COPLE-Net and Noise-Robust Dice Loss | Outperform standard Noise-Robust loss functions |
| Good performance in segmenting labels for COVID-19 pneumonia lesion by COPLE-Net and the framework | |||
| [197] | Clinical CT scan images of 83 COVID-19 and 83 Non COVID-19 cases | BigBiGAN (bi-directional generative adversarial network) | Achieve high validation accuracy in identifying COVID-19 pneumonia from CT images |
| [227] | Large-scale dataset that include 400 COVID-19, and more Non COVID-19 scans | Classification, Segmentation and Encoder-Decoder Model - Res2Net | Highly efficient model for Classification and Segmentation |
| [243] | Multiple datasets that include 473 COVID-19 CT scans | UNet | Propose a method to incorporate spatial and channel attention |
| [230] | Dataset of CT-Scans from 1,684 COVID-19 patients | Inception V1 | Validate the model in 3 ways including 10-fold cross-validation achieving high AUC for the validation dataset |
| [231] | Clinical CT scan images including 146 COVID-19 and 149 Non COVID-19 cases | DenseNet | Classify COVID-19 over CT Images with high AUC |
| [158] | 219 CT scan images of COVID-19 and 399 CT scan images of normal or other diseases | VGG-16, GoogleNet, ResNet | Use of Support Vector Machine (SVM) for binary classification |
| [141] | 746 CT scan images of COVID-19 and Non COVID-19 cases; Open-Source - Github | Capsule Networks (CapsNets), ResNet | Present a detail oriented capsule network, implement data augmentation techniques to overcome lack of data |
| [198] | Clinical CT scans of 88 patients exposed to COVID-19 from China | DeepPneumonia (ResNet-50) | Capable of predicting COVID-19 with high accuracy |
| [242] | 1,129 Clinical CT scan images for COVID-19 detection | UNet, 3D deep Convolutional Network (DeCoVNet) | Predict COVID-19 infectious probability accurately without annotating lesions for training |
2.2. Chatbots
Computer programs developed to communicate with humans by adopting natural languages are called chatbots [190]. Basically, a chatbot can communicate with different users and generate proper responses to those users based on their inputs.
Recently, the COVID-19 pandemic has led to building different chatbots instead of using hotlines as a communication method. This will reduce hospital visits and increase the efficiency of communication [131]. Generally, chatbots are implemented in order to provide an online conversation with the user by either text or voice displayed on web applications, smartphone applications, channels, and so on [31].
Chatbots are usually considered as one of the best suited to screen patients remotely without interactions[104]. The advantages of them include quickly updating information, repetitively encouraging new behaviors such as washing hands, and assisting with psychological support due to the stress caused by isolation and misinformation [135]. The ML-based chatbots are improved during the training procedure while using more data makes this approach more reliable.
During the COVID-19 pandemic, chatbots are getting more attention in order to provide details about COVID-19 in different stages. A wide variety of chatbots with different languages have been implemented to help patients at the early stage of COVID-19. “Aapka Chkitsak”, an AI-based chatbot developed by [24] in India, assists patients with remote consultation regarding their health information and treatments. This application was developed on Google Cloud Platform with the main assistance of Natural Language Processing (NLP), which is compatible with either speech or text. Similarly, Ouerhani et al. [157] developed a chatbot (called “COVID-Chatbot”) based on DL model which uses NLP in order to enhance the awareness of people about the ongoing pandemic. COVID-Chatbot was implemented to decrease the impact of the disease during and after the quarantine phase. Another example is Bebot [23] that provides updated data regarding the pandemic, and also assists patients with symptoms checking. Some other implemented chatbots during this unprecedented time are including Orbita [156], Hyro [93], Apple’s screening tools (website, application, voice command or Siri) [12], CDC’s self-checker [36], and Symptoma [201]. A brief description of these chatbots can be found in Table 3 .
Table 3.
AI chatbots/virtual assistants combating COVID-19.
| Reference | AI chatbot/virtual assistant Name | Origin | Company | Function |
|---|---|---|---|---|
| [0.5ex] [24] | Aapka Chkitsak | India | Academic Research | Remote consultation |
| [157] | COVID-Chatbot | Tunisia and Germany | Academic Research | Enhance awareness regarding COVID-19 |
| [23] | Bebot | Japan | Bespoke | Update information and Check symptoms |
| [156] | Orbita | USA | – | Reduce contacts |
| [93] | Hyro | Israel | – | Interact with patients |
| [201] | Symptoma | Austria | – | Diagnose by checking symptoms |
| [201] | COVID-BOT | France | Clevy.io | Assist with symptoms by knowledge of government and WHO |
2.3. Artificial Intelligence of Things (AIoT)
In general, applications of the Internet of Things (IoT) [78], [191], [150] and AI can assist businesses with automation processes [199]. During the COVID-19 pandemic, AI and IoT are getting more attention in the healthcare domain where screening and detecting procedures can be done more safely. Thermal imaging and social distance monitoring are two main functions that are mainly considered in the screening phase of COVID-19. In fact, the aims of using those devices are high-temperature detection, face mask screening, and distance controlling that are discussed in the coming sections.
2.3.1. Thermal imaging
With respect to the IoT thermal screening applications, AI can assist in this area by implementing appropriate algorithms. SmartX[196], a thermal screening device using infrared thermal imaging and AI face recognition, makes screening in crowd buildings or entrances more efficient (see Fig. 3 ). The device captures a visitors’ temperature and also checks whether they are wearing face mask. A similar device was developed in Taiwan for a hospital with the collaboration of Microsoft in order to detect face mask wearings and temperatures. Consequently, any abnormalities can easily be reported to the staff/authorities to take a proper action [154].
Fig. 3.
An industrial thermal imaging system enabled with AI [196].
2.3.2. Social distance monitoring
Regarding the necessity of practicing social distancing using IoT devices, AI can implement an automated screening approach using computer vision methods [180]. An instance of such a device is RayVision [175], which ensures social distancing and face mask wearing guidelines are followed in the crowd. By using the computer vision techniques, it can monitor people with a live stream on its specific dashboard, which allows alerting the authorities in case of any rule-breaking [210]. Fig. 4 represents the process of monitoring using industrial screening system. Similarly, Landing AI [116] is another AI-based technology, which can detect social distancing violations in real-time. Moreover, a peer-reviewed research [170] implemented an Unmanned Aerial Vehicle (UAV) or a drone with the ML application in response to the need for maintaining social distance in crowds.
Fig. 4.
An industrial screening system for monitoring the social distance of people and their personal protective equipment [175].
2.4. Discussion
Although the analysis of medical images like CT-Scan and X-ray, along with the integration of ML with other technologies in diagnosis COVID-19 have shown promising results, there are still some constraints that need to be contemplated.
One of the major challenges that researchers are facing is inadequate image datasets available for ML techniques. Additionally, these publicly available datasets utilized in the different ML models usually come from various medical image sources such as hospitals and medical institutions where it is challenging to pursue inclusion and exclusion COVID-19 criteria such as symptomatic vs. asymptomatic COVID-19 cases or the severity stage of COVID-19 at which these images were taken. These constraints bring a form of uncertainty for wherein the ML models can handle and classify the COVID-19 infection through medical images. Therefore, medical professionals should also use other means of testing like RT-PCR to further validate the results.
Using other technologies such as ML-based Chatbots, which are mainly designed to act as medical professionals to support and advise patients, are also associated with challenges. Briefly, these types of chatbots usually cannot follow a complex language in a conversation. Additionally, privacy concerns would be another challenge when a patient shares his or her history with the chatbot to receive a proper recommendation. Similarly, security and privacy concerns are highlighted when it comes to using AI-based IoT devices.
3. ML techniques towards predicting and tracking the spread of COVID-19
As we are currently in the midst of a global pandemic, the ability to predict and forecast the spread of the COVID-19 could i) help the general population in taking preventative measures, ii) allow healthcare workers to anticipate and prepare for the next wave of potentially infected patients, and iii) allow policymakers to make better decisions regards the safety of the general population. More importantly, the ability to predict the spread of the virus can be used to mitigate and even prevent the spread of COVID-19. ML models can be utilized regarding the forecasting of the virus in providing early-signs of the COVID-19 and projecting its spread. Also, contact tracing and social media data analysis can help with providing early information of COVID-19 in-turn reducing the spread of the virus [213], [115]. The scope of this section is to provide a review of the research of ML tools and models that can make this possible (see Table 5 ). Finally, the section is concluded by addressing some of the remaining challenges in this area.
Table 5.
ML Predictive Analysis Tools and Methods Combating COVID-19.
| Reference | Section | Model and Technology | Remarks |
|---|---|---|---|
| [7] | Early Tracking, Prevention | Predictive Analysis tool | Using flight details data and recent outbreaks to predict the spread in nearby countries |
| [89] | ANN - K-Means Algorithm | Using a MAE to successfully predict 2-day spread | |
| [71] | Forecasting | Non-Auto Regressive Neural Network | Prediction Error, due to scarcity of error at the time of Analysis |
| [121] | Augmented ARGONet | Clustering of Chinese Provinces, and getting a 2-day forecast | |
| [69] | Polynomial Neural Network (PNN) - GROOMS | Addressing data augmentation and importance of early forecast | |
| [19] | RNN | Researching predicting using GRU + LSTM combined models | |
| [194] | K-Means Clustering Algorithm | Possible to predict the spread of cases | |
| [4] | FPASSA-ANFIS (ANN) | Predict a 10-day forecast of the number of cases in China | |
| [177] | ISACL-MFNN | Predict a 10-day forecast of the number of cases in multiple countries | |
| [16] | LSTM and LR models | Predict and forecast of the number of cases of COVID-19 in Iran | |
| [179] | Regression Model, Prophet Prediction | Time-Series Forecasting | |
| [207] | Federated Machine Learning | Efficient mortality prediction of hospitalized patients considering data privacy | |
| [178] | Deep Learning, DEEPCOVID - Framework | Provide real-time COVID-19 forecasting, Use its predictions for CDC | |
| [245] | SuEIR model (a SEIR model integrated with ML) | Predict the number of unreported/untested cases | |
| [173] | Social Media Analysis | AI Algorithms | Phone based survey to determine whether a person is high-risk, low-risk or contracting the virus |
| [98] | Eclass1-MIMO | Classifying a twitter dataset to determine morbidity in regions | |
| [182] | Natural Processing Language | Getting public sentiment by classifying tweets | |
| [163] | Latent Dirichlet Allocation (LDA) | Algorithms used to spot semantic relationship between words | |
| [240] | Sentiment Analysis | Building a visual cluster to highlighting public opinion over pandemic | |
| [126] | Unsupervised ML (biterm topic model) | Attain content analysis by assessing user tweets | |
| [108] | Naive Bayes, Logistic Regression, and more. | Automate detection of positive COVID-19 report results through tweets | |
| [186] | Shallow Neural Networks | Training multiple word2vec models to put context to words |
3.1. Early signs, preventing the spread
Obtaining early warning signs for an outbreak of an epidemic could really help towards slowing and mitigating the spread of the virus. It can also encourage governments to impose necessary precautionary measures including lockdowns, quarantines and social distancing [148]. In this section, we review the early-warning signs that were made possible using the ML technology. The World Health Organization (WHO) made statements about COVID-19 being a potential global outbreak on the January, 2020 [224]. There were AI companies like BlueDot and Metabiota that were able to predict the outbreak even earlier [25], [133], [7].
BlueDot focuses on spotting and predicting outbreaks of infectious diseases using its proprietary methods and tools. They use ML and NLP techniques to filter and focus on the risk of spreading a virus. Using the data from local news reports of first few suspected cases of COVID-19, historical data on animal disease outbreaks, and airline ticket information, they were then able to use their tool to predict a definite outbreak occurring within near cities and other regions of China [152]. BlueDot had warned its clients about the outbreak on the 31st December 2019, over a week prior to the WHO made any statements about it [70]. Similarly, Metabiota used their ML algorithms and Big Data to predict outbreaks and spreads of diseases, and event severity [80]. They used their technology and flight data to predict that there will be a COVID-19 outbreak in countries like Japan, Thailand, Taiwan, and South Korea.
3.2. Contact tracing
One of the major approaches for preventing the spread of the virus is tracing the confirmed cases of COVID-19 because of the potential spread of the virus through droplets by coughs, sneeze, or talking [38]. It is recommended that not only the people who have tested positive for COVID-19, but also the ones who had been in close contact with the confirmed cases should be quarantined for 14 days. The contact tracing applications are applied all over the world for this purpose with different methods. Basically, it starts after the diagnosis process because the detected case needs to be traced. Most importantly, after the data is collected by those applications, ML and AI techniques will start analyzing data for discovering further spread of the disease [52]. Although the contact tracing applications could be deeply helpful during the pandemic, privacy issues can bring high concerns regarding the surveillance of individuals by some governments as a result of huge amount of the collected data [168], [32]. Using the digital footprint data provided by the applications along with ML technology could allow users to identify infected patients and enforce social distancing measures.
A real-time contact tracing using AI has been applied in South Africa using the SQREEM platform [63], which is developed in Singapore in order to track people who have possibly contracted COVID-19. This information is not including the personal data of the user. If the user enters an infected area, he or she will be contacted by the authorities with respect to the probability of infection. One of the common way of contact tracing is using smartphone devices. A variety of smartphone applications enabled with ML or AI have been adopted in order to slow the spread of the virus by tracking and warning regarding the unsafe contacts [113]. Within the process of development, the very first part would be the consideration of framework, either centralized or decentralized using appropriate technologies such as Global Positioning System, Quick Response codes, and Bluetooth [117]. ML can enable automatic alerting and analyzing the massive captured data, which would reduce the workforce [52]. Apple and Google announced that a Bluetooth-based platform for tracking close contacts will be implemented in the upcoming months. This technology will enable higher participation and better communication [161]. An application is developed in South Korea in order to capture the areas using location-based information, where confirmed cases have gone before testing positive for COVID-19. This application will notify people automatically by sending text message who may have been exposed to the contamination areas [114].
Regarding the numerous implemented contact tracing applications, Table 4 presents some of them that have been implemented in various countries [87].
Table 4.
Contact Tracing Applications Combating COVID-19.
| Reference | Application | Function | Origin | Technology |
|---|---|---|---|---|
| [74] | AarogyaSetu | Track close contacts of users | India | Bluetooth |
| Notify user if captured users are infected | GPS location | |||
| [6] | Alipay Health Code | Track close contacts of users | China | GPS |
| Track traveling information, and body temperature | ||||
| Display the situation of user by three colors | Bank transactions’ history | |||
| The situations include healthy, in need of short or long quarantine | ||||
| [17] | BeAware Bahrain | Track close contacts of users | Bahrain | Bluetooth |
| Track Quarantined and self-isolated cases | Location | |||
| [15] | COVIDSafe | Track close contacts of users | Australia | Bluetooth |
| Notify user if captured users are infected | ||||
| [176] | CovTracer | Track close contacts of users | Cyprus | GPS Location |
| Notify user if captured users are infected | ||||
| [55] | CovidRadar | Track close contacts of users | Mexico | Bluetooth |
| Notify user if captured users are infected | ||||
| [130] | Ehteraz | Track close contacts of users | Qatar | Bluetooth |
| Notify user if captured users are infected | GPS | |||
| [137] | eRouska(CZ Smart Quarentine) | Track close contacts of users | Czech Republic | Bluetooth |
| Notify user if captured users are infected | ||||
| [136] | GH Covid-19 Tracker App) | Track the places an infected user had gone | Ghana | GPS |
| Allow for reporting symptoms | ||||
| [95] | Hamagen | Track close contacts of users | Israel | Location based on API |
| [94] | Immuni | Track close contacts of users | Italy | Bluetooth Low Energy |
| Notify user if captured users are infected | ||||
| [96] | Ito | Measure the chance of infection | Germany | Bluetooth |
| Guide for better safety manner | ||||
| [132] | Mask.ir | Track close contacts of users | Iran | Bluetooth |
| Provide a map of contaminated areas | ||||
| Allow for reporting symptoms | ||||
| [144] | MyTrace | Track close contacts of users | Malaysia | Bluetooth Low Energy |
| Notify user if captured users are infected | ||||
| [200] | StopCovid | Track close contacts of users | France | Bluetooth |
| Notify user if captured users are infected | ||||
| [62] | TraceCovid | Track close contacts of users | UAE | Bluetooth |
| Access to the user’s information by government (privacy concern) | ||||
| Notify user if captured users are infected | ||||
| [138] | TraceTogether | Track close contacts of users | Singapore | Bluetooth |
| Access to the user’s information by government (privacy concern) | ||||
| Notify user if captured users are infected |
3.3. Forecasting
Forecasting epidemics centers on tracking and predicting the spread of infectious diseases and viruses. During an epidemic, forecasting methods and models can be trained on epidemiological related data to provide an estimated number of infected cases, patterns of spread that can guide healthcare workers on how to prepare appropriately for an outbreak [193]. For example, forecasting tools such as Susceptible, Infected, Recovered, and Dead (SIRD) models can be used to determine the spread of COVID-19 through the population of Hubei, China [8]. Recently, with the COVID-19 pandemic, using ML approaches for forecasting the spread of COVID-19 is getting lots of attention among the research communities.
Hu et al. [89] proposed an unsupervised ML method that is used for forecasting and tracking the probable spread of COVID-19 across some provinces. The authors used a Modified Auto-Encoder (MAE) model and trained it to predict the transmission of COVID-19 cases. Using the data from WHO website [223], the authors were able to implement a clustering analysis technique, k-means, by grouping the provinces for their analysis. The proposed model has a good prediction rate towards predicting when the total number of new cases could reduce and eventually plateau in those provinces.
Similarly, Liu et al. [121] utilized clustering techniques to forecast COVID-19 activity in Chinese provinces. The data for their ML model is generated by digital traces such as local Internet search that are related to COVID-19 within those provinces, news media articles, the COVID-19 data provided by the China CDC, and the daily forecasts generated by an epidemic model. The authors applied augmentation techniques on the limited data and came up with a dependable model that can predict a 2-day ahead forecast of the spread of COVID-19. In their study, the authors compared the ahead of time results with the China CDC as the pandemic unfolded.
Al-Qaness et al. [4] used another forecasting technique to predict the confirmed cases in China for the following 10 days. In their analysis, the authors used the aforementioned COVID-19 dataset from WHO [223]. In this novel forecasting technique, the authors combined and modified a Flower Pollination Algorithm (FPA) [1] and a Salp Swarm Algorithm (SSA) [139] to improve and evaluate the optimal parameters for an Adaptive Neuro-Fuzzy Inference System (ANFIS) [107] by creating an FPASSA-ANFIS model. The authors checked the robustness of the proposed model for COVID-19 test using two different influenza datasets for USA and China. Their model performs relatively well for previous pandemics proving its dependability for the current, and future epidemiological threats.
Another study that focuses on the forecasting the spread of COVID-19 in China was performed by Yang et al. [233]. The authors first utilized a modified Susceptible-Exposed-Infected-Removed SEIR epidemiological model to predict the spread of the virus across China. They also used another model, a ML-based Long Short-Term Memory model (LSTM) to predict new infections. To train this ML-based model, the authors used 2003 SARS epidemic statistics and incorporated the COVID-19 epidemiological parameters, such as incubation rate, the probability of transmission, the probability of recovery or death to train the LSTM model. The two approaches both provide strong insights in predicting the peak of the epidemic and also a promise towards predicting forecasting for future epidemics.
In a similar research presented by Ayyoubzadeh et al. [16] daily new cases in Iran were predicted by using Linear Regression (LR) model and a 3-layer LSTM model. The authors trained their model on data from Google Trends [73] and Worldometer website [225]. To evaluate the performance of the proposed models, 10-fold cross-validation was applied, and the Root Mean Square Error (RMSE) metric was chosen.
Fong et al. [69] introduced GROOMs methodology that ensembles five different types of forecasting methods such as time-series forecasting, self-evolving polynomial neural networks, and so on. From their analysis, the authors [69] concluded that from their list of the available methods, the polynomial neural technique with corrective feedback has the best ability to forecast and achieves the lowest prediction error for their findings.
Alternatively, Rizk et al. [177] integrated algorithms and techniques like Interior Search Algorithm (ISA) and Chaotic Learning (CL) into a Multi-Layer Feed-Forward Neural Network (MFNN) to create a forecasting model called ISACL-MFNN. Combining the two, ISA and CL, approach can enhance the overall performance of MFNN. The authors gathered a dataset from WHO website [222] that included data from USA, Italy, and Spain between January 2020 and April 2020. They trained the model successfully on this dataset and evaluated the performance through the aforementioned techniques such as RMSE and Mean Absolute Percentage Error (MAPE), and more. The outcome the authors achieved in [177] is that their model provides a reliable alternative methodology that could be used for COVID-19 forecasting purposes.
Ghazaly et al. [71] utilized the limited data from WHO about confirmed COVID-19 cases and deaths between January 2020 and April 2020 to train a Non-Linear Autoregressive Model (NAR) and predict the future cases and deaths that could occur in 9 countries. However, due to not having enough historical data for their model, the authors concluded their network is unable to continue to predict the future cases in those countries.
However, over the same time period of those three months, Roy et al. [179] implemented their ML techniques to forecast the number of cases for infected, recovered, and deceased cases country-wise and globally. The authors used a type of regression model called the Prophet Prediction Model. Developed by Facebook, the Prophet Prediction model is able to create precise time-series forecast that is simple and could provide accurate prediction results.
Bandyopadhyay et al. [19] used a Recurrent Neural Network (RNN). The LSTM and Gated Recurrent Unit (GRU) model to predict the number of confirmed cases and deaths. The model was trained on the confirmed cases between January 2020 and March 2020 data from Kaggle [59]. The results presented in their findings indicate that the RNN is capable of predicting the cases and assessing the severity of COVID-19.
To tackle the spike of cases that have occurred in the United States, Rodriguez et al. [178] have been working with the CDC [35] since the very beginning. The authors developed a DL/ML framework that has been aiding the CDC towards forecasting analysis. The operational framework, which is named DEEPCOVID, provides the CDC a real-time forecast [178]. DEEPCOVID consists of three modules including the data module, the prediction module, and the explainability module. The target of the framework is to predict the new number of COVID-19 incidents and deaths weekly. Its overall performance indicates that it provides a reliable prediction.
Similarly, another ML-based method that is used by the CDC to obtain a projection of the number of confirmed and fatal cases, is presented by Zou et al. [245]. Their ML model, called SuEIR, is based on combining ML techniques along with the aforementioned epidemiology SEIR model. The model for its epidemiology analysis also considers the potential untested or unreported cases of COVID-19, hence, making it a (Susceptible, Untested, Exposed, Infectious, Removed) a SuEIR model. The integration of ML techniques that are used for training the model prove in resulting and improving the overall efficiency of the model. The approach that is presented in [245] is also capable of providing short-term prediction for infected cases and deaths across the US.
The Institute for Health Metrics and Evaluation (IHME) [54] used a statistical model to predict the number of deaths and hospital utilization that could occur in US states over the following 4 months from the time of the study. Being able to predict the hospital utilization, ICUs and ventilators could really help healthcare workers prepare appropriately. From the analysis the authors found that the number of deaths per day could reduce by the first week of June 2020. The US CDC uses different forecasting methods to predict the number of COVID-19 cases and deaths across the US over a period of time. In fact, along with some of the aforementioned forecasting models, the CDC also participated in a collaborative effort with other industries, institutions, and academic research teams to develop accurate predicting models. The latest forecasting models can be found at the COVID-19 Forecast Hub website [91]. In theory, forecasting results from multiple forecasting models can be combined to form a single weighed average. The forecast could generate a more robust prediction as discussed by Ray et al. [174]. In their work, they took the models provided by the participants in the collaborative effort to generate an ensemble prediction for the number of deaths that could occur over the next four weeks. Their model has proved to be well-calibrated. However, there was the constraint of limited historical data.
3.4. Social media analysis
Social media has become a platform where people share pictures, reviews, posts, and exchange stories. A popular social media platform where people may obtain and access news is Twitter. Major news outlets, government bodies, community centers, etc., all have accounts that they use to share updates on Twitter. Its users can validate live alerts and obtain information directly through the smartphone application. Users can also use the platform to share their personal experiences via tweets. It can essentially be considered a form of microblogging for users who just want to share their insight over a certain topic. Tweets can be a form of data that can analyze feedback and obtain public sentiment over certain topics. Over the course of the COVID-19 pandemic, people have engaged on twitter and other social media platforms to share their experiences through this pandemic [108]. Obtaining feedback over Twitter and social media outlets will give a live reflection of how the general public is reacting to the pandemic and can help policymakers in making better decisions.
The COVID-19 was declared a global pandemic in March 2020 [220]. However, people had already been posting and discussing it over social platforms. Between January 27th and March 26th, 2020 there were over 5.5 million tweets with keywords “‘corona virus” and “coronavirus” according to [108] when the authors constructed a dataset for their ML models. The dataset consists of both positive and negative tweets shared by users. Using this dataset, the authors were able to implement several ML methods like Logistic Regression, Naive Bayes Classification (NB) to automate the detection of COVID-19 positive results shared over twitter by users. Both Logistic Regression and NB supervised ML models were also used by Samuel et al. [182] to obtain public sentiment and feedback about COVID-19 through users tweets shared over the platform. As there is an abundance of news and tweets shared over twitter, a sentiment analysis was done by [163] addressing the need for filtering it out as there is a potential of misinformation being spread across social platforms. The authors implemented an unsupervised ML topic modelling technique known as Latent Dirichlet Allocation (LDA). The use of LDA is done to spot the semantic relationship between words in a tweet and provides a sentiment analysis on whether the tweets are positive and showing signs of comfort or whether they are negative showing discomfort and panic. In their findings, negative tweets are higher as people are prevalent in anger and sadness towards quarantine and death.
Jahanbin et al.[98] gathered data from Twitter by searching for COVID-19 related hashtags. The dataset of tweets is pre-processed and filtered first to remove irrelevant data. This would allow training a better model for classification. The authors used an evolutionary algorithm, called Eclass1-MIMO, for their analysis. Similarly, Mackey et al. [126] introduced an unsupervised ML approach that analyzes tweets by users who may be infected by the virus, recovering from it or the experiences they had related to testing for it. The authors used a Biterm Topic Model (BTM) combined with clustering techniques to determine statistical and geographical characteristics depending on content analysis.
3.5. Discussion
Forecasting the spread of COVID-19 is essential on determining the impact the virus may have. ML integrated with epidemiology studies not only can aid to project the impact and the severity of the spread of the virus, but also give policymakers an understanding of how to move forward in handling the situation. In this section, we have presented various ways on how ML can be utilized towards forecasting and mitigating the spread. However, there are some limitations and challenges that still need to be discussed regarding achieving the goal in its entirety.
To date, the COVID-19 has been declared a pandemic for over 10 months. However, one of the main issues in predicting a real-time spread of COVID-19 is the infected asymptomatic patients. Those who are infected but show no symptoms and can continue to spread the virus [60]. As the information of those cases cannot be recorded or traced easily, the ML models based on those data cannot be that much reliable towards predicting the spread of the virus. Beyond this, misinformation on social media, noisy and imbalanced data are considered as another challenge in using ML models for prediction and tracking the spread of COVID-19. This misinformation which comes in many forms such as tweets, facebook posts, etc. can be fed into ML models and ultimately result in poor outcomes. In this case, it is necessary to apply advanced technologies like NLP to detect and remove the content with no scientific basis from all social media datasets before feeding them into ML models. Similarly, noisy and imbalanced data can also deteriorate the performance of ML models making ML algorithms to be biased, so it is crucial to apply different data pre-processing techniques before applying them in the ML process.
4. ML techniques towards medical assistance
As the virus spreads across the world infecting more of the population and with the death toll rising rapidly, efforts are made to develop an effective vaccine or discover a drug for COVID-19. To do that, it is vital to understand how the human body reacts to the virus by understanding the immune system responses when combating the virus [49]. In this section, we review the efforts of research communities in using ML techniques regarding understanding the virus [42], how to attack it, and perhaps even be able to find a cure for COVID-19 (see Table 6 ). We also discuss some of the limitations of using ML towards drug discovery and vaccine development.
Table 6.
Vaccine and Drug Development of COVID-19 Using ML Algorithms.
| Reference | Sections | Model and Technology | Remarks |
|---|---|---|---|
| [155] | Vaccine Development | Logistic Regression, Support Vector Machine, etc. | Use a tool, called Vaxign, to implement Reverse Vaccinology |
| [122] | OptiVax, EvalVax, netMHCpan, etc. | Predict binding between virus proteins and human protein molecules | |
| [215] | NetMHCPan | Create an online tool for visualisation and extraction of COVID-19 meta-analysis | |
| [167] | Ellipro, multiple ML methods | Predict the epitope structure | |
| [184] | SVM | Review epitope-based design for a COVID-19 vaccine | |
| [164] | ANN | Predict COVID-19 epitopes | |
| [165] | DeepNovo, LSTM, RNN | Discover antibodies in patients using a predictive analysis of protein sequences | |
| [84] | netMHCpan, netMHC | Predict peptide sequences by ML techniques | |
| [81] | Drug Repurposing | DL Models - Neural Networks | Analyse the response of approved FDA Drugs to COVID-19 |
| [22] | DL - Drug Target Interactions | Repurpose current drugs to discover any affinity between drug and proteins | |
| [106] | Neural Networks and Naive Bayes | Predict drug interaction between proteins and compounds | |
| [143] | CNN, LSTM and MLP models | Predict similarities between available drugs to combat COVID-19 | |
| [88] | Fine-Tuning AtomNet based Model | Predict binding between COVID-19 proteins and drug compounds | |
| [241] | Various ML methods | Use RL strategies to generate new 3CLpro structure | |
| [29] | Deep Neural Network | Create small molecule interaction and target 3CLpro | |
| [236] | Deep Learning Models | Provide large scale virtual screening to identify protein interacting pairs |
4.1. Understanding the virus
Analyzing the genomics and proteomics characteristics of a viral disease is an important step to combat the disease. Scientists have been studying the virology of COVID-19 to gain a better understanding of the origin and the cell receptor binding of the virus, and the genomic characteristics [123]. A genome is the complete genetic information that provides the architecture of a virus. Knowing the genome for COVID-19 that can provide a clearer understanding towards transmissibility and infectiousness of the virus [9]. The study of proteomics is knowing the proteins of an organism. Identifying the proteins of COVID-19 would allow a better understanding of the overall protein structure and discovering how the proteins would interact with the inhibitors [151]. Over recent years, there have been remarkable advancements by scientists in interdisciplinary fields of bioinformatics and computational medicine. ML techniques have shown meaningful interpretation towards determining genomics and protein structures of various diseases[119]. In this section, we focus on COVID-19 and discuss the ML techniques that have been implemented regarding the research of interpreting the genomics and proteomics of that. COVID-19 is an RNA (ribonucleic acid) type of virus from the coronavirus (CoV) family. It is a single-stranded RNA with a large viral genome. These large genomes can have two or three viral proteases. For COVID-19, it has 2 proteases, which we will refer to as 3CLpro [33]. COVID-19 belongs to the same family as the aforementioned respiratory diseases SARS and MERS [76]. Viruses that belong to this type of family can infect a range of animal species such as camels, cats, cattle, bats, as well as humans [235]. They are easily transmittable and can infect a host in one species and transmit it onto another species [235]. Multiple findings suggest that the origin of COVID-19 in infecting humans is transmitted from bats with an 89% similarity structure identity to a coronavirus that infects bats (SARS-like-CoVZXC21) [39].
The family of coronavirus has multiple classes, and the virus can belong to either the alpha or the beta class of virus. SARS-CoV and MERS both were determined to be beta coronaviruses according to the CDC [37]. To determine and classify what specific type of virus COVID-19 could be, Randhawa, et al. [172] used a supervised ML technique with digital signal processing techniques (MLDSP) for genome analyses. MLDSP techniques have previously been used to achieve high accuracy in the classification of other viruses and diseases such as Influenza [171]. Using this model, the authors could evaluate that like its predecessor, COVID-19 also belongs to the beta coronavirus. To predict the protein structure of COVID-19, Heo et al. [83] utilized a ML-based method called TrRosetta. This method can be used to predict the inter-residue distance and create structure models for the protein. To do this with higher prediction efficiency, the authors applied molecular dynamics simulation-based refinement.
Magar et al. [127] highlighted the importance of knowing the biological structure and protein sequences for combating the virus. With this in mind, the authors developed an ML model that is able to predict inhibitory synthetic antibodies response to the virus and prevent it from spreading. The ML model also provides some insight on what sequence of the binding region of the antibody could counter the viral mutation. The model is trained on a dataset that includes antibody-antigen sequences of a range of viruses such as HIV, Influenza, etc.
4.2. Drug discovery and vaccine development
As COVID-19 cases continue to rise numbers of both the infected cases and the death toll, it has become an urgent need to discover a drug that could mitigate these numbers from increasing any further. ML techniques can be used to analyze how drugs react to the viral proteins of COVID-19. We have already seen ML methods and techniques like SVM, RNN and Bayesian Classifiers being used for drug discovery and repurposing [41], [244]. In this section we review the ML studies and research that had been done about discovering the new drugs or repurposing the currently approved Food and Drug Administration (FDA) ones. We also review the ML research that has been done regarding the vaccine development.
4.2.1. Drug discovery and repurposing
An exploratory approach of determining whether commercially available anti-viral drugs can treat or help towards reducing the severity of COVID-19 infected patients was presented by Beck et al. [22]. They used a pre-trained ML interaction prediction model, called Molecule Transformer-Drug Target Interaction (MT-DTI). MT-DTI is reliable model to predict the binding affinity between COVID-19 infected proteins and compounds. The objective of their study was to identify potential FDA approved drugs that may restrain the proteins of COVID-19. MT-DTI is capable of predicting the chemical sequences and amino acid sequences of a target protein without the whole structure information. This is helpful to use as there was limited knowledge on the overall structure of viral proteins of COVID-19 initially. Regarding their advantage, the authors used the MT-DTI model to predict binding affinities of 3,410 FDA-approved drugs.
Similarly, Heiser et al. [81] used proprietary DL techniques for the purpose of drug discovery. They used their model to evaluate how FDA and European Medicines Agency (EMA) approved drugs and compounds would affect human cells, analyzing over 1,660 drugs.
In some cases, various drugs from antiviral to antimalarial could be used to combat COVID-19 [143]. These drugs used for combating severe illnesses are referred to as ”parents” by Moskal et al. [143] in their study. The authors used ML techniques like CNN, LSTM, and Multi Layered Perception (MLP) analyzing the molecular similarity between these “parents” drugs and second-generation drugs that could potentially be also used to fight against the virus. The authors introduced the second generation drugs as “progeny”. This study is important in predicting other drugs that may be helpful in this pandemic. It can result in having a larger catalog of drugs, which provides alternative solutions if the ”parent” drug fails to respond.
Kadioglu et al. [106] identified three viral proteins as targets for their ML approach. They targeted the Spike protein, the nucleocapsid protein, and the 2’-o-ribose-methyltransferase protein. The spike protein acts as a cellular receptor for the host of the virus. The nucleocapsid protein plays a vital role in coronavirus transcription and the overall forming of the genomics of the RNA virus. The 2’-o-ribose-methyltransferase protein is an essential protein for coronavirus synthesis and processing. The authors used ML algorithms against the three proteins in predicting how FDA-approved drugs and natural compounds react to the three proteins with such key characteristics.
In [29], the authors used a DNN to predict and generate a new small design for molecules that would be capable of inhibiting COVID-19 3CLpro. Targeting 3CLpro can be an essential part with respect to the drugs discovery for COVID-19.
Alternatively, Zhavoronkov et al. [241] utilized 28 various types of ML methods such as Autoencoders, Generative Adversial Networks, Genetic Algorithms to predict and generate the molecular structures. Using deep-Q learning networks Tang et al. [202] were able to potentially generate 3CLpro compounds of COVID-19 that can be used for targeting COVID-19. Being able to successfully predict these protein targets can provide advancements in developing a potential drug for the virus. Hu et al. [88] created an ML model that predicts the binding between the potential drugs and COVID-19 proteins.
4.2.2. Vaccine development
Once a virus starts to spread and turns into a global pandemic, there is a very little chance of stopping it without a vaccine [20]. That stands true for COVID-19 as well. Historically, vaccination has been the solution to control or slow the spread of a viral infection [217]. It is critical to have a vaccine developed to provide immunity against COVID-19 and stop this pandemic. So far, the research for vaccine development of COVID-19 is dedicated with three different types of vaccines [45]. The Whole Virus Vaccine represents a classical strategy for the development of vaccinations of viral disease. Subunit Vaccine relies on extracting the immune response against the S-spike protein for COVID-19 [45]. This will refrain it from docking it with the hosts receptor protein [45]. The Nucleic Acid Vaccines have advanced and the new modifications could have an improved performance in combating the virus [45].
As per the end of December 2020, there are around 60 vaccines that are at the clinical development of trials in combating COVID-19 according to WHO [218]. The process of developing a vaccine would need to first go through the design stage and then towards the testing and experimental stage on animals and eventually in humans. In this section, we review the implicit research that is done over vaccine development and how ML techniques have been employed.
Ge et al. [122] used ML techniques to evaluate how small virus strings (called peptides) bind to the human protein molecules. The authors created two ML programs called OptiVax and EvalVax. OptiVax can be utilized to augment vaccine designs. Whereas, EvalVax is applied as an evaluation tool for vaccine designs that can allow analysis of proposed vaccines over key metrics such as population coverage. The authors also use NetMHCpan-4.0 [105] to validate their findings. Similarly, Herst et al. [84] in their research about finding a vaccine employed a similar technique that was previously used for combating the Ebola virus. They used the aforementioned ML techniques netMHC, and netMHCpan for their binding studies and in-turn to predict potential vaccine candidates.
Ward et al. [215] mapped out the protein sequences of COVID-19. This data was used by the authors for prediction, specificity, and epitope analysis. Epitope is the molecule that adds antibodies attached and is recognized by the immune system. The authors used the ML-based program NetMHCPan to locate the epitope sequences. Another study about epitope prediction was presented by Qiao et al. [165]. They employed DL techniques that are able to predict the best epitope for peptide-based COVID-19 vaccinations.
As an alternative approach to predicting the epitope and protein sequence. A tool called Ellipro was utilized by Rahman et al. [167]. The tool is capable of predicting and presenting a visual view of the protein sequence of the epitope within the structure. The authors use ML techniques further to predict the interaction between the epitope and the immune system. Similarly, Sarkar et al. [184] used the SVM method to predict the toxic level of some epitopes.
The study towards epitope prediction continues in the research done by Prachar et al. [164] who employed various techniques such as ANN and Position-Specific Weight Matrices (PSSM) algorithms to predict and verify COVID-19 epitopes. Ong et al. [155] introduced a vaccine designing approach referred to Reverse Vaccinology (RV). The aim of RV is to identify a potential vaccines. They used ML models such as Logistic Regression, SVM, RF, etc. to train on a proteins dataset with the objective of predicting proteins for the vaccine candidates. The authors used an ML-based tool referred as Vaxign-ML.
4.3. Discussion
In general, drug discovery/repurposing and vaccine development are considered as lengthy, high-risk, and expensive processes [64]. For example, vaccine development against a new disease is a lengthy process that needs to be done safely following a list of procedures that can sometimes take up to almost a decade [111]. With the current COVID-19 disease, ML models have shown promising results to reduce development timelines and overall costs. Although ML models can be created to predict drug or vaccine structures that could potentially treat or immune people against COVID −19, there are still some existing limitations and constraints. As the efficiency of ML models strongly depend on data, considering the low volume of generated data with respect to drug discovery/repurposing and vaccine development since the emergence of COVID-19 can lead to poor outcomes for ML-based models. Additionally, there are still vague descriptions related to data which make it difficult for researchers to analyze them correctly and come with a predictive ML-based model for drug discovery/repurposing and vaccine development. Although the existing datasets face some limitations, as time goes on, we should expect more reliable data to feed ML models and enhance their efficacy.
5. Future expectations
Although we review many of the ML approaches regarding the impact of COVID-19 in this paper, there is still an essential need for developing solutions using ML to address the pandemic’s complications and challenges. Since there was no adopted method for fighting against COVID-19 when it was started, previous ML models regarding infectious diseases (epidemiological models) can be helpful for the early stage of COVID-19. As we discussed, detecting and screening COVID-19 using AI and ML techniques can play a key role in combating this pandemic. The combination of technologies like IoT devices with these techniques needs to be expanded for crowd areas including airports, subways or bus stations, and so on. This development would enhance the identification of suspicious cases within lesser both time and contamination. It is important to implement an efficient method of achieving high accuracy of detecting COVID-19 through medical imaging and integrating ML techniques. It is essential to overcome the challenges that are presented by this approach. Challenges such as lack of data and the privacy issue within data collection, misinformation by media, the limited number of expertise between AI and medical science. AI technologies can also assist to implement the following expectations in the future: i) empowering the medical imaging devices using the non-contact automatic image capturing to prevent further infection from the patient to the radiologist or even another patient, and ii) automatically monitoring the patients using intelligent video analysis. As the countries learn more about COVID-19, it is essential to have updated datasets. This can lead to better forecasting by implementing the proper ML models using those datasets. In addition to the forecasting concepts, investigating the effects of different social media and their pathways for detecting early sign of possible future pandemic.
6. Conclusion
Machine Learning (ML) models and techniques have vastly been used in plenty of industries over the past decade. Within the healthcare industry, ML has been broadly used for screening and diagnosing. In epidemiology area, ML is basically utilized for forecasting and understanding epidemics and diseases. In this paper, we presented a comprehensive survey of how ML applications have been used to fight against COVID-19. We presented the efforts that are taken by the ML research communities to combat this virus across three main phases “Screening”, “Tracking and Forecasting” and “Medical Assistance”. ML applications for each of these phases are primarily focused as such; “Screening” intended for diagnosing the virus through medical imaging data (COVID-19 related X-Rays and CT-Scans), “Tracking and Forecasting” towards forecasting and predicting the numbers of cases and contact tracing, and lastly, “Medical Assistance” with the aim of understanding the protein sequences and structure of the virus and whether a cure could be found in combating it via a drug or vaccine. One of the main challenges that researchers face when diagnosing using ML techniques was the lack of relevant data that are made accessible to the public. Lack of data meant researchers had to use techniques like data augmentation, transfer learning, and fine-tuning models to improve prediction accuracy. Though these methods worked well in some cases, more data would make these models more robust. Similarly, forecasting models trained on more data for predicting the spread and number of cases could be more accurate. Regarding developing a vaccine or repurposing, it is important to have a good understanding of virology, bioinformatics. Additionally, ML is especially important for researchers from different fields to collaborate and integrate their knowledge in order to discover a cure.
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.
References
- 1.Abdel-Basset M., Shawky L.A. Flower pollination algorithm: a comprehensive review. Artif. Intell. Rev. 2019;52:2533–2557. [Google Scholar]
- 2.Adar E., Adamic L.A. The 2005 IEEE/WIC/ACM International Conference on Web Intelligence (WI’05) IEEE; 2005. Tracking information epidemics in blogspace; pp. 207–214. [Google Scholar]
- 3.P. Afshar, S. Heidarian, F. Naderkhani, A. Oikonomou, K.N. Plataniotis, A. Mohammadi, COVID-caps: A capsule network-based framework for identification of COVID-19 cases from x-ray images, 2020. arXiv preprint arXiv:2004.02696. [DOI] [PMC free article] [PubMed]
- 4.Al-Qaness M.A., Ewees A.A., Fan H., Abd El Aziz M. Optimization method for forecasting confirmed cases of COVID-19 in china. J. Clin. Med. 2020;9:674. doi: 10.3390/jcm9030674. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 5.Alimadadi A., Aryal S., Manandhar I., Munroe P.B., Joe B., Cheng X. 2020. Artificial Intelligence and Machine Learning to fight COVID-19. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 6.Alipay, 2020. https://mp.weixin.qq.com/s/amB7fBxLw8KSR9DcUsbTWg (accessed August 17, 2020).
- 7.Allam Z., Dey G., Jones D.S. Artificial intelligence (AI) provided early detection of the coronavirus (COVID-19) in China and will influence future urban health policy internationally. AI. 2020;1:156–165. [Google Scholar]
- 8.C. Anastassopoulou, L. Russo, A. Tsakris, C. Siettos, Data-based analysis, modelling and forecasting of the novel coronavirus (2019-nCoV) outbreak, medRxiv (2020). [DOI] [PMC free article] [PubMed]
- 9.Andersen K.G., Rambaut A., Lipkin W.I., Holmes E.C., Garry R.F. The proximal origin of sars-cov-2. Nat. Med. 2020;26:450–452. doi: 10.1038/s41591-020-0820-9. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 10.Apostolopoulos I.D., Aznaouridis S.I., Tzani M.A. Extracting possibly representative COVID-19 biomarkers from x-ray images with Deep Learning approach and image data related to pulmonary diseases. J. Med. Biol. Eng. 2020;1 doi: 10.1007/s40846-020-00529-4. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 11.Apostolopoulos I.D., Mpesiana T.A. COVID-19: automatic detection from x-ray images utilizing transfer learning with Convolutional Neural Networks. Phys. Eng. Sci. Med. 2020;1 doi: 10.1007/s13246-020-00865-4. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 12.Apple, Apple makes mobility data available to aid COVID-19 efforts, 2020. https://www.apple.com/newsroom/2020/04/apple-makes-mobility-data-available-to-aid-covid-19-efforts/ (accessed August 04, 2020).
- 13.Ardakani A.A., Kanafi A.R., Acharya U.R., Khadem N., Mohammadi A. Application of Deep Learning technique to manage COVID-19 in routine clinical practice using ct images: Results of 10 convolutional neural networks. Comput. Biol. Med. 2020;103795 doi: 10.1016/j.compbiomed.2020.103795. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 14.Asri H., Mousannif H., Al Moatassime H., Noel T. Using Machine Learning algorithms for breast cancer risk prediction and diagnosis. Procedia Comput. Sci. 2016;83:1064–1069. [Google Scholar]
- 15.Australian Government, COVIDSafe app, 2020. https://www.health.gov.au/resources/apps-and-tools (accessed August 16, 2020).
- 16.Ayyoubzadeh S.M., Ayyoubzadeh S.M., Zahedi H., Ahmadi M., Kalhori S.R.N. Predicting COVID-19 incidence through analysis of google trends data in Iran: Data Mining and Deep Learning pilot study. JMIR Public Health Surveill. 2020;6:e18828. doi: 10.2196/18828. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 17.Bahrain eGovernment, BeAware Bahrain, 2020. https://apps.bahrain.bh/CMSWebApplication/action/ShowAppDetailsAction?selectedAppID=321&appLanguage=en (accessed August 16, 2020).
- 18.X. Bai, C. Fang, Y. Zhou, S. Bai, Z. Liu, L. Xia, Q. Chen, Y. Xu, T. Xia, S. Gong, et al., Predicting COVID-19 malignant progression with AI techniques, 2020.
- 19.S.K. Bandyopadhyay, S. Dutta, Machine Learning approach for confirmation of COVID-19 cases: Positive, negative, death and release, medRxiv (2020).
- 20.Bartsch S.M., O’Shea K.J., Ferguson M.C., Bottazzi M.E., Wedlock P.T., Strych U., McKinnell J.A., Siegmund S.S., Cox S.N., Hotez P.J., et al. Vaccine efficacy needed for a covid-19 coronavirus vaccine to prevent or stop an epidemic as the sole intervention. Am. J. Prevent. Med. 2020 doi: 10.1016/j.amepre.2020.06.011. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 21.S. Basu, S. Mitra, Deep Learning for screening COVID-19 using chest x-ray images, 2020. arXiv preprint arXiv:2004.10507.
- 22.Beck B.R., Shin B., Choi Y., Park S., Kang K. Predicting commercially available antiviral drugs that may act on the novel coronavirus (SARS-CoV-2) through a drug-target interaction deep learning model. Computational and Structural. Biotechnol. J. 2020 doi: 10.1016/j.csbj.2020.03.025. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 23.Bespoke, Bebot launches free coronavirus information bot, 2020. https://www.be-spoke.io/index.html (accessed August 06, 2020).
- 24.Bharti U., Bajaj D., Batra H., Lalit S., Lalit S., Gangwani A. 2020 5th International Conference on Communication and Electronics Systems (ICCES), IEEE. 2020. Medbot: Conversational Artificial Intelligence powered chatbot for delivering tele-health after COVID-19; pp. 870–875. [Google Scholar]
- 25.bluedot, Anticipate outbreaks. mitigate risk. build resilience, 2020. https://bluedot.global (accessed Jan 04, 2021).
- 26.Boyarsky B.J., Po-Yu Chiang T., Werbel W.A., Durand C.M., Avery R.K., Getsin S.N., Jackson K.R., Kernodle A.B., Van Pilsum Rasmussen S.E., Massie A.B., et al. Early impact of covid-19 on transplant center practices and policies in the united states. Am. J. Transplant. 2020 doi: 10.1111/ajt.15915. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 27.Bragazzi N.L., Dai H., Damiani G., Behzadifar M., Martini M., Wu J. How Big Data and Artificial Intelligence can help better manage the COVID-19 pandemic. Int. J. Environ. Res. Public Health. 2020;17:3176. doi: 10.3390/ijerph17093176. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 28.D. Brinati, A. Campagner, D. Ferrari, M. Locatelli, G. Banfi, F. Cabitza, Detection of covid-19 infection from routine blood exams with machine learning: a feasibility study, medRxiv (2020). [DOI] [PMC free article] [PubMed]
- 29.Bung N., Krishnan S.R., Bulusu G., Roy A. De novo design of new chemical entities (NCEs) for SARS-CoV-2 using Artificial Intelligence. ChemRxiv. 2020 doi: 10.4155/fmc-2020-0262. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 30.Butt C., Gill J., Chun D., Babu B.A. Deep Learning system to screen coronavirus disease 2019 pneumonia. Appl. Intell. 2020;1 doi: 10.1007/s10489-020-01714-3. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 31.J. Cahn, Chatbot: Architecture, design, & development, University of Pennsylvania School of Engineering and Applied Science Department of Computer and Information Science, 2017.
- 32.R.A. Calvo, S. Deterding, R.M. Ryan, Health surveillance during COVID-19 pandemic, 2020. [DOI] [PubMed]
- 33.Cascella M., Rajnik M., Cuomo A., Dulebohn S.C., Di Napoli R. Statpearls [internet] StatPearls Publishing; 2020. Features, evaluation and treatment coronavirus (covid-19) [PubMed] [Google Scholar]
- 34.Castiglioni I., Ippolito D., Interlenghi M., Monti C.B., Salvatore C., Schiaffino S., Polidori A., Gandola D., Messa C., Sardanelli F. Artificial Intelligence applied on chest x-ray can aid in the diagnosis of COVID-19 infection: a first experience from lombardy, Italy. medRxiv. 2020 [Google Scholar]
- 35.CDC, COVID-19 forecasts, 2020a. https://www.cdc.gov/coronavirus/2019-ncov/cases-updates/hospitalizations-forecasts.html (accessed August 11, 2020).
- 36.CDC, Symptoms of coronavirus, 2020b. https://www.cdc.gov/coronavirus/2019-ncov/symptoms-testing/symptoms.html (accessed August 18, 2020).
- 37.CDC, Types of coronaviruses, 2020c. https://www.cdc.gov/coronavirus/types.html (accessed August 01, 2020).
- 38.CDC, What you should know about COVID-19 to protect yourself and others, 2020d. https://www.cdc.gov/coronavirus/2019-ncov/downloads/2019-ncov-factsheet.pdf (accessed August 08, 2020).
- 39.Chan J.F.W., Kok K.H., Zhu Z., Chu H., To K.K.W., Yuan S., Yuen K.Y. Genomic characterization of the 2019 novel human-pathogenic coronavirus isolated from a patient with atypical pneumonia after visiting wuhan. Emerg. Microbes Infections. 2020;9:221–236. doi: 10.1080/22221751.2020.1719902. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 40.Chang M.C., Park D. How can Blockchain help people in the event of pandemics such as the COVID-19? J. Med. Syst. 2020;44:1–2. doi: 10.1007/s10916-020-01577-8. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 41.Chen H., Engkvist O., Wang Y., Olivecrona M., Blaschke T. The rise of Deep Learning in drug discovery. Drug Discov. Today. 2018;23:1241–1250. doi: 10.1016/j.drudis.2018.01.039. [DOI] [PubMed] [Google Scholar]
- 42.J. Chen, K. Li, Z. Zhang, K. Li, P.S. Yu, A survey on applications of Artificial Intelligence in fighting against COVID-19, 2020a. arXiv preprint arXiv:2007.02202.
- 43.Chen M., Hao Y., Hwang K., Wang L., Wang L. Disease prediction by Machine Learning over big data from healthcare communities. IEEE Access. 2017;5:8869–8879. [Google Scholar]
- 44.Chen Q., Srivastava G., Parizi R.M., Aloqaily M., Ridhawi I.A. An incentive-aware blockchain-based solution for internet of fake media things. Inform. Process. Manage. 2020;57:102370. [Google Scholar]
- 45.Chen W.H., Strych U., Hotez P.J., Bottazzi M.E. The SARS-CoV-2 vaccine pipeline: an overview. Curr. Tropi. Med. Rep. 2020:1–4. doi: 10.1007/s40475-020-00201-6. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 46.Chitra K., Subashini B. Data Mining techniques and its applications in banking sector. Int. J. Emergi. Technol. Adv. Eng. 2013;3:219–226. [Google Scholar]
- 47.Choi H., Qi X., Yoon S.H., Park S.J., Lee K.H., Kim J.Y., Lee Y.K., Ko H., Kim K.H., Park C.M., et al. Extension of coronavirus disease 2019 (COVID-19) on chest ct and implications for chest radiograph interpretation. Radiology: Cardiothoracic. Imaging. 2020;2:e200107. doi: 10.1148/ryct.2020204001. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 48.Choi S., Lee J., Kang M.G., Min H., Chang Y.S., Yoon S. Large-scale Machine Learning of media outlets for understanding public reactions to nation-wide viral infection outbreaks. Methods. 2017;129:50–59. doi: 10.1016/j.ymeth.2017.07.027. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 49.Chowdhury M.A., Hossain N., Kashem M.A., Shahid M.A., Alam A. Immune response in covid-19: A review. J. Infection Public Health. 2020 doi: 10.1016/j.jiph.2020.07.001. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 50.M.E. Chowdhury, T. Rahman, A. Khandakar, R. Mazhar, M.A. Kadir, Z.B. Mahbub, K.R. Islam, M.S. Khan, A. Iqbal, N. Al-Emadi, et al., Can AI help in screening viral and COVID-19 pneumonia?, 2020b. arXiv preprint arXiv:2003.13145.
- 51.Clemente J., Li F., Valero M., Song W. Smart seismic sensing for indoor fall detection, location, and notification. IEEE J. Biomed. Health Informat. 2020;24:524–532. doi: 10.1109/JBHI.2019.2907498. [DOI] [PubMed] [Google Scholar]
- 52.T. Coles, Contact tracing apps use ML to curb COVID-19 outbreaks, 2020. https://www.itprotoday.com/machine-learning/contact-tracing-apps-use-ml-curb-covid-19-outbreaks (accessed August 08, 2020).
- 53.Corman V.M., Landt O., Kaiser M., Molenkamp R., Meijer A., Chu D.K., Bleicker T., Brünink S., Schneider J., Schmidt M.L., et al. Detection of 2019 novel coronavirus (2019-nCoV) by real-time rt-pcr. Eurosurveillance. 2020;25:2000045. doi: 10.2807/1560-7917.ES.2020.25.3.2000045. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 54.COVID I., Murray C.J., et al. Forecasting covid-19 impact on hospital bed-days, icu-days, ventilator-days and deaths by us state in the next 4 months. MedRxiv. 2020 [Google Scholar]
- 55.CovidRadar, 2020. https://covidradar.mx (accessed August 16, 2020).
- 56.Cozzi D., Albanesi M., Cavigli E., Moroni C., Bindi A., Luvarà S., Lucarini S., Busoni S., Mazzoni L.N., Miele V. Chest x-ray in new coronavirus disease 2019 (COVID-19) infection: findings and correlation with clinical outcome. Radiol. Med. (Torino) 2020;1 doi: 10.1007/s11547-020-01232-9. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 57.Darnell M.E., Subbarao K., Feinstone S.M., Taylor D.R. Inactivation of the coronavirus that induces severe acute respiratory syndrome, SARS-CoV. J. Virol. Methods. 2004;121:85–91. doi: 10.1016/j.jviromet.2004.06.006. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 58.Das D., Santosh K., Pal U. Truncated inception net: COVID-19 outbreak screening using chest x-rays. Phys. Eng. Sci. Med. 2020:1–11. doi: 10.1007/s13246-020-00888-x. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 59.Datarist, Dataset of COVID-19 in South Korea, 2020. https://www.kaggle.com/kimjihoo/coronavirusdataset-old (accessed January 4, 2020).
- 60.K.D. Dayaratna, N.J. Michel, The challenges of forecasting the spread and mortality of covid-19. Heritage Foundation Backgrounder, 2020-04, 2020.
- 61.Debnath S., Barnaby D.P., Coppa K., Makhnevich A., Kim E.J., Chatterjee S., Tóth V., Levy T.J., d Paradis M., Cohen S.L., et al. Machine Learning to assist clinical decision-making during the COVID-19 pandemic. Bioelectron. Med. 2020;6:1–8. doi: 10.1186/s42234-020-00050-8. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 62.Department of Health, TraceCovid, 2020. https://tracecovid.ae (accessed August 16, 2020).
- 63.A.N. Desk, Tracing a million steps: SQREEM launches AI-driven contact tracing and communications platform to fight COVID-19, 2020. https://aithority.com/technology/analytics/tracing-a-million-steps-sqreem-launches-ai-driven-contact-tracing-and-communications-platform-to-fight-covid-19/ (accessed August 10, 2020).
- 64.DiMasi J.A., Faden L.B. Competitiveness in follow-on drug r&d: a race or imitation? Nat. Rev. Drug Discovery. 2011;10:23–27. doi: 10.1038/nrd3296. [DOI] [PubMed] [Google Scholar]
- 65.Ekins S. The next era: Deep Learning in pharmaceutical research. Pharm. Res. 2016;33:2594–2603. doi: 10.1007/s11095-016-2029-7. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 66.El Naqa I., Murphy M.J. 2015. What is Machine Learning? pp. 3–11. [Google Scholar]
- 67.D. Ezzat, H.A. Ella, et al., GSA-DenseNet121-COVID-19: a hybrid deep learning architecture for the diagnosis of COVID-19 disease based on gravitational search optimization algorithm, 2020. arXiv preprint arXiv:2004.05084. [DOI] [PMC free article] [PubMed]
- 68.M. Farooq, A. Hafeez, COVID-resnet: A Deep Learning framework for screening of COVID19 from radiographs, 2020. arXiv preprint arXiv:2003.14395.
- 69.S.J. Fong, G. Li, N. Dey, R.G. Crespo, E. Herrera-Viedma, Finding an accurate early forecasting model from small dataset: A case of 2019-ncov novel coronavirus outbreak, 2020. arXiv preprint arXiv:2003.10776.
- 70.B. Gaille, 29 wearable technology industry statistics, trends & analysis, 2020. https://brandongaille.com/29-wearable-technology-industry-statistics-trends-analysis/ (accessed Jan 04, 2021).
- 71.Ghazaly N.M., Abdel-Fattah M.A., Abd El-Aziz A. Novel coronavirus forecasting model using nonlinear autoregressive artificial neural network. J. Adv. Sci. 2020 [Google Scholar]
- 72.B. Ghoshal, A. Tucker, Estimating uncertainty and interpretability in deep learning for coronavirus (COVID-19) detection, 2020. arXiv preprint arXiv:2003.10769.
- 73.Google, Coronavirus search trends, 2020. https://trends.google.com/trends/story/US_cu_4Rjdh3ABAABMHM_en (accessed August 13, 2020).
- 74.Government of India, Aarogya Setu mobile app, 2020. https://www.mygov.in/aarogya-setu-app/ (accessed August 16, 2020).
- 75.O. Gozes, M. Frid-Adar, H. Greenspan, P.D. Browning, H. Zhang, W. Ji, A. Bernheim, E. Siegel, Rapid AI development cycle for the coronavirus (COVID-19) pandemic: Initial results for automated detection & patient monitoring using Deep Learning ct image analysis, 2020. arXiv preprint arXiv:2003.05037.
- 76.Gralinski L.E., Menachery V.D. Return of the coronavirus: 2019-nCoV. Viruses. 2020;12:135. doi: 10.3390/v12020135. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 77.Haddadpajouh H., Azmoodeh A., Dehghantanha A., Parizi R.M. Mvfcc: A multi-view fuzzy consensus clustering model for malware threat attribution. IEEE Access. 2020;8:139188–139198. [Google Scholar]
- 78.HaddadPajouh H., Dehghantanha A., M. Parizi R., Aledhari M., Karimipour H. A survey on Internet of Things security: Requirements, challenges, and solutions. Internet of Things. 2019;100129 doi: 10.1016/j.iot.2019.100129. [DOI] [Google Scholar]
- 79.A.E. Hassanien, L.N. Mahdy, K.A. Ezzat, H.H. Elmousalami, H.A. Ella, Automatic x-ray COVID-19 lung image classification system based on multi-level thresholding and support vector machine, medRxiv (2020).
- 80.R. Heilweil, How ai is battling the coronavirus outbreak, 2020. https://www.vox.com/recode/2020/1/28/21110902/artificial-intelligence-ai-coronavirus-wuhan (accessed Jan 04, 2021).
- 81.K. Heiser, P.F. McLean, C.T. Davis, B. Fogelson, H.B. Gordon, P. Jacobson, B.L. Hurst, B.J. Miller, R.W. Alfa, B.A. Earnshaw, et al., Identification of potential treatments for covid-19 through artificial intelligence-enabled phenomic analysis of human cells infected with sars-cov-2, bioRxiv (2020).
- 82.E.E.D. Hemdan, M.A. Shouman, M.E. Karar, COVIDx-net: A framework of Deep Learning classifiers to diagnose COVID-19 in x-ray images, 2020. arXiv preprint arXiv:2003.11055.
- 83.L. Heo, M. Feig, Modeling of severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2) proteins by Machine Learning and physics-based refinement, bioRxiv (2020). [DOI] [PMC free article] [PubMed]
- 84.Herst C.V., Burkholz S., Sidney J., Sette A., Harris P.E., Massey S., Brasel T., Cunha-Neto E., Rosa D.S., Chao W.C.H., et al. An effective ctl peptide vaccine for ebola zaire based on survivors’ CD8+ targeting of a particular nucleocapsid protein epitope with potential implications for COVID-19 vaccine design. Vaccine. 2020 doi: 10.1016/j.vaccine.2020.04.034. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 85.H. Hirano, K. Koga, K. Takemoto, Vulnerability of deep neural networks for detecting COVID-19 cases from chest x-ray images to universal adversarial attacks, 2020. arXiv preprint arXiv:2005.11061. [DOI] [PMC free article] [PubMed]
- 86.Holzinger A., Plass M., Kickmeier-Rust M., Holzinger K., Crişan G.C., Pintea C.M., Palade V. Interactive machine learning: experimental evidence for the human in the algorithmic loop. Appl. Intell. 2019;49:2401–2414. [Google Scholar]
- 87.P. Howell O’Neill, T. Ryan-Mosley, B. Johnson, A flood of coronavirus apps are tracking us. now it’s time to keep track of them, 2020. https://www.technologyreview.com/2020/05/07/1000961/launching-mittr-covid-tracing-tracker/ (accessed August 18, 2020).
- 88.F. Hu, J. Jiang, P. Yin, Prediction of potential commercially inhibitors against SARS-CoV-2 by multi-task deep model, 2020a. arXiv preprint arXiv:2003.00728. [DOI] [PMC free article] [PubMed]
- 89.Z. Hu, Q. Ge, L. Jin, M. Xiong, Artificial Intelligence forecasting of COVID-19 in China, 2020b. arXiv preprint arXiv:2002.07112. [DOI] [PMC free article] [PubMed]
- 90.Huang C., Wang Y., Li X., Ren L., Zhao J., Hu Y., Zhang L., Fan G., Xu J., Gu X., et al. Clinical features of patients infected with 2019 novel coronavirus in wuhan, china. Lancet. 2020;395:497–506. doi: 10.1016/S0140-6736(20)30183-5. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 91.C.F. Hub, COVID-19 forecasts, 2020. https://covid19forecasthub.org (accessed November 29, 2020).
- 92.Hurt B., Kligerman S., Hsiao A. Deep Learning localization of pneumonia: 2019 coronavirus (COVID-19) outbreak. J. Thorac. Imaging. 2020;35:W87–W89. doi: 10.1097/RTI.0000000000000512. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 93.Hyro, A free virtual assistant to support health enterprises and their patients, 2020. https://www.hyro.ai/covid-19 (accessed August 06, 2020).
- 94.Immuni, An extra tool to fight the epidemic, 2020. https://www.immuni.italia.it (accessed August 16, 2020).
- 95.Israel Ministry of Health, HAMAGEN app - only together will we beat the coronavirus, 2020. https://www.gov.il/en/departments/news/hamagenapp (accessed August 16, 2020).
- 96.ito, ito track infections, not people, 2020. https://www.ito-app.org (accessed August 16, 2020).
- 97.Jacobi A., Chung M., Bernheim A., Eber C. Portable chest x-ray in coronavirus disease-19 (covid-19): A pictorial review. Clini. Imag. 2020 doi: 10.1016/j.clinimag.2020.04.001. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 98.Jahanbin K., Rahmanian V. Using twitter and web news mining to predict COVID-19 outbreak. Asian Pacific J. Trop. Med. 2020;13 [Google Scholar]
- 99.Jahromi A.N., Hashemi S., Dehghantanha A., Parizi R.M., Choo K.K.R. An enhanced stacked lstm method with no random initialization for malware threat hunting in safety and time-critical systems. IEEE Trans. Emerg. Top. Comput. Intell. 2020;4:630–640. [Google Scholar]
- 100.M. Jamil, I. Hussain, et al., Automatic detection of COVID-19 infection from chest x-ray using Deep Learning, medRxiv (2020).
- 101.L. Jia, Q. Zhao, L. Tong, Retail pricing for stochastic demand with unknown parameters: An online Machine Learning approach, in: 2013 51st Annual Allerton Conference on Communication, Control, and Computing (Allerton), IEEE, 2013, pp. 1353–1358.
- 102.C. Jin, W. Chen, Y. Cao, Z. Xu, X. Zhang, L. Deng, C. Zheng, J. Zhou, H. Shi, J. Feng, Development and evaluation of an AI system for COVID-19 diagnosis, medRxiv (2020a). [DOI] [PMC free article] [PubMed]
- 103.S. Jin, B. Wang, H. Xu, C. Luo, L. Wei, W. Zhao, X. Hou, W. Ma, Z. Xu, Z. Zheng, et al., Ai-assisted ct imaging analysis for COVID-19 screening: Building and deploying a medical AI system in four weeks, medRxiv (2020b). [DOI] [PMC free article] [PubMed]
- 104.Judson T.J., Odisho A.Y., Young J.J., Bigazzi O., Steuer D., Gonzales R., Neinstein A.B. Case report: Implementation of a digital chatbot to screen health system employees during the COVID-19 pandemic. J. Am. Med. Inform. Assoc. 2020 doi: 10.1093/jamia/ocaa130. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 105.Jurtz V., Paul S., Andreatta M., Marcatili P., Peters B., Nielsen M. NetMHCpan-4.0: improved peptide–MHC class i interaction predictions integrating eluted ligand and peptide binding affinity data. J. Immunol. 2017;199:3360–3368. doi: 10.4049/jimmunol.1700893. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 106.O. Kadioglu, M. Saeed, H. Johannes Greten, T. Efferth, Identification of novel compounds against three targets of SARS CoV-2 coronavirus by combined virtual screening and supervised Machine Learning, Bull. World Health Organ (2020). [DOI] [PMC free article] [PubMed]
- 107.Karaboga D., Kaya E. Adaptive network based fuzzy inference system (ANFIS) training approaches: a comprehensive survey. Artif. Intell. Rev. 2019;52:2263–2293. [Google Scholar]
- 108.N. Karisani, P. Karisani, Mining coronavirus (COVID-19) posts in social media, 2020. arXiv preprint arXiv:2004.06778.
- 109.S.H. Kassani, P.H. Kassasni, M.J. Wesolowski, K.A. Schneider, R. Deters, Automatic detection of coronavirus disease (COVID-19) in x-ray and ct images: A Machine Learning-based approach, 2020. arXiv preprint arXiv:2004.10641. [DOI] [PMC free article] [PubMed]
- 110.S. Khobahi, C. Agarwal, M. Soltanalian, CoroNet: A deep network architecture for semi-supervised task-based identification of COVID-19 from chest x-ray images, medRxiv (2020).
- 111.Koff W.C., Russell N.D., Walport M., Feinberg M.B., Shiver J.W., Karim S.A., Walker B.D., McGlynn M.G., Nweneka C.V., Nabel G.J. Accelerating the development of a safe and effective hiv vaccine: Hiv vaccine case study for the decade of vaccines. Vaccine. 2013;31:B204–B208. doi: 10.1016/j.vaccine.2012.10.115. [DOI] [PubMed] [Google Scholar]
- 112.Kourou K., Exarchos T.P., Exarchos K.P., Karamouzis M.V., Fotiadis D.I. Machine Learning applications in cancer prognosis and prediction. Comput. Struct. Biotechnol. J. 2015;13:8–17. doi: 10.1016/j.csbj.2014.11.005. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 113.Kricka L.J., Polevikov S., Park J.Y., Fortina P., Bernardini S., Satchkov D., Kolesov V., Grishkov M. Artificial Intelligence-powered search tools and resources in the fight against COVID-19. EJIFCC. 2020;31:106. [PMC free article] [PubMed] [Google Scholar]
- 114.S. Kwon, COVID-19: Lessons from South Korea, 2020. https://healthsystemsglobal.org/news/covid-19-lessons-from-south-korea/ (accessed August 18, 2020).
- 115.Lalmuanawma S., Hussain J., Chhakchhuak L. Applications of Machine Learning and Artificial Intelligence for COVID-19 (SARS-CoV-2) pandemic: A review. Chaos, Solitons Fract. 2020:110059. doi: 10.1016/j.chaos.2020.110059. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 116.Landing AI, Landing AI creates an AI tool to help customers monitor social distancing in the workplace, 2020. https://landing.ai/landing-ai-creates-an-ai-tool-to-help-customers-monitor-social-distancing-in-the-workplace/ (accessed August 08, 2020).
- 117.J. Li, X. Guo, COVID-19 contact-tracing apps: A survey on the global deployment and challenges, 2020. arXiv preprint arXiv:2005.03599.
- 118.L. Li, L. Qin, Z. Xu, Y. Yin, X. Wang, B. Kong, J. Bai, Y. Lu, Z. Fang, Q. Song, et al., Artificial Intelligence distinguishes COVID-19 from community acquired pneumonia on chest ct, Radiology (2020) 200905. [DOI] [PMC free article] [PubMed]
- 119.Lin E., Lane H.Y. Machine Learning and systems genomics approaches for multi-omics data. Biomarker Res. 2017;5:2. doi: 10.1186/s40364-017-0082-y. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 120.C. Linnane, Coronavirus tally: Global cases of covid-19 top 85 million, U.S. death toll heads toward 352,000, 2021. https://www.marketwatch.com/story/coronavirus-tally-global-cases-of-covid-19-top-85-million-us-death-toll-heads-toward-352000-2021-01-04 (accessed Jan 04, 2021).
- 121.D. Liu, L. Clemente, C. Poirier, X. Ding, M. Chinazzi, J.T. Davis, A. Vespignani, M. Santillana, A Machine Learning methodology for real-time forecasting of the 2019–2020 COVID-19 outbreak using internet searches, news alerts, and estimates from mechanistic models, 2020a. arXiv preprint arXiv:2004.04019.
- 122.Liu G., Carter B., Bricken T., Jain S., Viard M., Carrington M., Gifford D.K. Computationally optimized SARS-CoV-2 MHC class i and ii vaccine formulations predicted to target human haplotype distributions. Cell Syst. 2020 doi: 10.1016/j.cels.2020.06.009. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 123.Lu R., Zhao X., Li J., Niu P., Yang B., Wu H., Wang W., Song H., Huang B., Zhu N., et al. Genomic characterisation and epidemiology of 2019 novel coronavirus: implications for virus origins and receptor binding. Lancet. 2020;395:565–574. doi: 10.1016/S0140-6736(20)30251-8. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 124.E. Luz, P.L. Silva, R. Silva, G. Moreira, Towards an efficient Deep Learning model for COVID-19 patterns detection in x-ray images, 2020. arXiv preprint arXiv:2004.05717.
- 125.Mackay I.M., Arden K.E. Mers coronavirus: diagnostics, epidemiology and transmission. Virol. J. 2015;12:1–21. doi: 10.1186/s12985-015-0439-5. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 126.Mackey T., Purushothaman V., Li J., Shah N., Nali M., Bardier C., Liang B., Cai M., Cuomo R. Machine learning to detect self-reporting of symptoms, testing access, and recovery associated with COVID-19 on twitter: Retrospective big data infoveillance study. JMIR Public Health Surveillance. 2020;6:e19509. doi: 10.2196/19509. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 127.R. Magar, P. Yadav, A.B. Farimani, Potential neutralizing antibodies discovered for novel corona virus using Machine Learning, 2020. arXiv preprint arXiv:2003.08447. [DOI] [PMC free article] [PubMed]
- 128.H.S. Maghdid, A.T. Asaad, K.Z. Ghafoor, A.S. Sadiq, M.K. Khan, Diagnosing COVID-19 pneumonia from x-ray and ct images using Deep Learning and transfer learning algorithms, 2020. arXiv preprint arXiv:2004.00038.
- 129.Maity N.G., Das S. 2017 IEEE Aerospace Conference, IEEE. 2017. Machine learning for improved diagnosis and prognosis in healthcare; pp. 1–9. [Google Scholar]
- 130.Marhaba, Ehteraz app made compulsory for citizens, residents, 2020. https://www.marhaba.qa/qatars-covid-19-track-and-control-app-available-for-download-in-app-store/ (accessed August 16, 2020).
- 131.A. Martin, J. Nateqi, S. Gruarin, N. Munsch, I. Abdarahmane, B. Knapp, An Artificial Intelligence-based first-line defence against COVID-19: digitally screening citizens for risks via a chatbot, bioRxiv (2020). [DOI] [PMC free article] [PubMed]
- 132.Mask, 2020. https://mask.ir (accessed August 16, 2020).
- 133.METABIOTA, Our mission: Making the world more resilient to epidemics, 2020. https://www.metabiota.com (accessed Jan 04, 2021).
- 134.S. Minaee, R. Kafieh, M. Sonka, S. Yazdani, G.J. Soufi, Deep-COVID: Predicting COVID-19 from chest x-ray images using deep transfer learning, 2020. arXiv preprint arXiv:2004.09363. [DOI] [PMC free article] [PubMed]
- 135.Miner A.S., Laranjo L., Kocaballi A.B. Chatbots in the fight against the COVID-19 pandemic. npj Digital Med. 2020;3:1–4. doi: 10.1038/s41746-020-0280-0. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 136.Ministry of communications, Gh COVID-19 tracker, 2020. https://ghcovid19.com (accessed August 16, 2020).
- 137.Ministry of Health of the Czech Republic, I protect both you and me, 2020. https://erouska.cz/en (accessed August 16, 2020).
- 138.Ministry of Health Singapore, TraceTogether, 2020. https://www.healthhub.sg/apps/38/tracetogether-app (accessed August 16, 2020).
- 139.Mirjalili S., Gandomi A.H., Mirjalili S.Z., Saremi S., Faris H., Mirjalili S.M. Salp swarm algorithm: A bio-inspired optimizer for engineering design problems. Adv. Eng. Softw. 2017;114:163–191. [Google Scholar]
- 140.Mo X., Qin W., Fu Q., Guan M. Understanding the influence factors in viral nucleic acid test of 2019 novel coronavirus. Chin. J. Lab. Med. 2020;43 [Google Scholar]
- 141.A. Mobiny, P.A. Cicalese, S. Zare, P. Yuan, M. Abavisani, C.C. Wu, J. Ahuja, P.M. de Groot, H. Van Nguyen, Radiologist-level COVID-19 detection using ct scans with detail-oriented capsule networks, 2020. arXiv preprint arXiv:2004.07407.
- 142.Morawska L., Cao J. Airborne transmission of SARS-CoV-2: The world should face the reality. Environ. Int. 2020;105730 doi: 10.1016/j.envint.2020.105730. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 143.M. Moskal, W. Beker, R. Roszak, E.P. Gajewska, A. Wołos, K. Molga, S. Szymkuć, B.A. Grzybowski, Suggestions for second-pass anti-COVID-19 drugs based on the Artificial Intelligence measures of molecular similarity, shape and pharmacophore distribution, 2020.
- 144.MOSTI, MyTrace, a preventive counter measure and contact tracing application for COVID-19, 2020. https://www.mosti.gov.my/web/en/mytrace/ (accessed August 16, 2020).
- 145.Namavar Jahromi A., Hashemi S., Dehghantanha A., Choo K.K.R., Karimipour H., Newton D.E., Parizi R.M. An improved two-hidden-layer extreme learning machine for malware hunting. Comput. Secur. 2020;89:101655. doi: 10.1016/j.cose.2019.101655. [DOI] [Google Scholar]
- 146.A. Narin, C. Kaya, Z. Pamuk, Automatic detection of coronavirus disease (COVID-19) using x-ray images and Deep Convolutional Neural Networks, 2020. arXiv preprint arXiv:2003.10849. [DOI] [PMC free article] [PubMed]
- 147.Nasajpour M., Pouriyeh S., Parizi R.M., Dorodchi M., Valero M., Arabnia H.R. Internet of things for current covid-19 and future pandemics: An exploratory study. J. Healthcare Informatics Res. 2020;4:325–364. doi: 10.1007/s41666-020-00080-6. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 148.Naudé W. 2020. Artificial Intelligence against COVID-19: An early review. [Google Scholar]
- 149.Neri E., Miele V., Coppola F., Grassi R. Use of ct and artificial intelligence in suspected or covid-19 positive patients: statement of the italian society of medical and interventional radiology. La radiologia Medica. 2020;1 doi: 10.1007/s11547-020-01197-9. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 150.Ngu A.H., Gutierrez M., Metsis V., Nepal S., Sheng Q.Z. IoT middleware: A survey on issues and enabling technologies. IEEE Internet Things J. 2017;4:1–20. [Google Scholar]
- 151.B. Nguyen, In silico pharmacophore study and structural optimization of nafamostat yield potentially novel transmembrane protease serine 2 (tmprss2) inhibitors which block the entry of sars-cov-2 virus into human cells, 2020.
- 152.Niiler E. An ai epidemiologist sent the first warnings of the wuhan virus. Wired Mag. 2020 [Google Scholar]
- 153.Nishiura H., Kobayashi T., Miyama T., Suzuki A., Jung S.m., Hayashi K., Kinoshita R., Yang Y., Yuan B., Akhmetzhanov A.R., et al. Estimation of the asymptomatic ratio of novel coronavirus infections (COVID-19) Int. J. Infectious Dis. 2020;94:154. doi: 10.1016/j.ijid.2020.03.020. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 154.G. Onag, Taiwan hospital taps AI, IoT and cloud to keep away COVID-19, 2020. https://futureiot.tech/taiwan-hospital-taps-ai-iot-and-cloud-to-keep-away-covid-19/ (accessed August 08, 2020).
- 155.Ong E., Wong M.U., Huffman A., He Y. COVID-19 coronavirus vaccine design using reverse vaccinology and Machine Learning. BioRxiv. 2020 doi: 10.3389/fimmu.2020.01581. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 156.Orbita, Orbita launches COVID-19 chatbot screener & knowledge base, 2020. https://go.orbita.ai/orbita-launches-screening-chatbot-covid19-patient-education-triage-virtual-navigation?utm_campaign=[Employee%20Health%20Manager%20-%20Orbita%20COVID-19]%20April%202020%20-%20present&utm_source=orbitahomepagebody&utm_content=covid19landingpage (accessed August 06, 2020).
- 157.N. Ouerhani, A. Maalel, H.B. Ghézala, S. Chouri, Smart ubiquitous chatbot for COVID-19 assistance with Deep Learning sentiment analysis model during and after quarantine, 2020.
- 158.U. Ozkaya, S. Ozturk, M. Barstugan, Coronavirus (COVID-19) classification using deep features fusion and ranking technique, 2020. arXiv preprint arXiv:2004.03698.
- 159.Ozturk T., Talo M., Yildirim E.A., Baloglu U.B., Yildirim O., Acharya U.R. Automated detection of COVID-19 cases using deep neural networks with x-ray images. Comput. Biol. Med. 2020;103792 doi: 10.1016/j.compbiomed.2020.103792. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 160.Panwar H., Gupta P., Siddiqui M.K., Morales-Menendez R., Singh V. Application of Deep Learning for fast detection of COVID-19 in x-rays using nCOVnet. Chaos, Solitons Fract. 2020:109944. doi: 10.1016/j.chaos.2020.109944. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 161.Panzzarino M. Apple and google are launching a joint COVID-19 tracing tool for iOS and Android. Tech Crunch. 2020;10 [Google Scholar]
- 162.Y. Pathak, P.K. Shukla, A. Tiwari, S. Stalin, S. Singh, P.K. Shukla, Deep Transfer Learning based classification model for COVID-19 disease, IRBM, 2020. [DOI] [PMC free article] [PubMed]
- 163.Prabhakar Kaila D., Prasad D.A., et al. Informational flow on twitter–corona virus outbreak–topic modelling approach. Int. J. Adv. Res. Eng. Technol. (IJARET) 2020:11. [Google Scholar]
- 164.M. Prachar, S. Justesen, D.B. Steen-Jensen, S.P. Thorgrimsen, E. Jurgons, O. Winther, F.O. Bagger, COVID-19 vaccine candidates: Prediction and validation of 174 SARS-CoV-2 epitopes, bioRxiv (2020). [DOI] [PMC free article] [PubMed]
- 165.R. Qiao, N.H. Tran, B. Shan, A. Ghodsi, M. Li, Personalized workflow to identify optimal t-cell epitopes for peptide-based vaccines against COVID-19, 2020. arXiv preprint arXiv:2003.10650.
- 166.M. Rahimzadeh, A. Attar, A new modified Deep Convolutional Neural Network for detecting COVID-19 from x-ray images, 2020. arXiv preprint arXiv:2004.08052. [DOI] [PMC free article] [PubMed]
- 167.Rahman M.S., Hoque M.N., Islam M.R., Akter S., Rubayet-Ul-Alam A., Siddique M.A., Saha O., Rahaman M.M., Sultana M., Crandall K.A., et al. Epitope-based chimeric peptide vaccine design against S, M and E proteins of SARS-CoV-2 etiologic agent of global pandemic COVID-19: an in silico approach. PeerJ. 2020;8:e9572. doi: 10.7717/peerj.9572. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 168.Raisaro J., Marino F., Troncoso-Pastoriza J., Beau-Lejdstrom R., Bellazzi R., Murphy R., Bernstam E.V., Wang H., Bucalo M., Chen Y., et al. Scor: A secure international informatics infrastructure to investigate covid-19. J. Am. Med. Inform. Assoc. 2020 doi: 10.1093/jamia/ocaa172. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 169.S. Rajaraman, S. Antani, Training Deep Learning algorithms with weakly labeled pneumonia chest x-ray data for COVID-19 detection, medRxiv (2020).
- 170.Ramadass L., Arunachalam S., Sagayasree Z. Applying Deep Learning algorithm to maintain social distance in public place through drone technology. Int. J. Pervasive Comput. Commun. 2020 [Google Scholar]
- 171.Randhawa G.S., Hill K.A., Kari L. ML-DSP: Machine Learning with digital signal processing for ultrafast, accurate, and scalable genome classification at all taxonomic levels. BMC Genom. 2019;20:267. doi: 10.1186/s12864-019-5571-y. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 172.Randhawa G.S., Soltysiak M.P., El Roz H., de Souza C.P., Hill K.A., Kari L. Machine Learning using intrinsic genomic signatures for rapid classification of novel pathogens: COVID-19 case study. PLOS ONE. 2020;15:e0232391. doi: 10.1371/journal.pone.0232391. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 173.Rao A.S.S., Vazquez J.A. Identification of COVID-19 can be quicker through Artificial Intelligence framework using a mobile phone–based survey when cities and towns are under quarantine. Infection Contr. Hospital Epidemiol. 2020;41:826–830. doi: 10.1017/ice.2020.61. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 174.Ray E.L., Wattanachit N., Niemi J., Kanji A.H., House K., Cramer E.Y., Bracher J., Zheng A., Yamana T.K., Xiong X., et al. Ensemble forecasts of coronavirus disease 2019 (covid-19) in the us. MedRXiv. 2020 [Google Scholar]
- 175.RayVision, AI powered workplace safety and compliance, 2020. http://rayvision.ai (accessed August 08, 2020).
- 176.RISE, COVTRACER, 2020. https://covid-19.rise.org.cy/en/ (accessed August 16, 2020).
- 177.R.M. Rizk-Allah, A.E. Hassanien, COVID-19 forecasting based on an improved interior search algorithm and multi-layer feed forward neural network, 2020. arXiv preprint arXiv:2004.05960.
- 178.A. Rodriguez, A. Tabassum, J. Cui, J. Xie, J. Ho, P. Agarwal, B Adhikari, B.A. Prakash, Deepcovid: An operational deep learning-driven framework for explainable real-time covid-19 forecasting, medRxiv (2020).
- 179.A.N. Roy, J. Jose, A. Sunil, N. Gautam, D. Nathalia, A. Suresh, Prediction and spread visualization of COVID-19 pandemic using machine learning, 2020.
- 180.R. Sagar, How Computer Vision came in handy for social distancing, 2020. https://analyticsindiamag.com/covid-19-computer-vision/ (accessed August 08, 2020).
- 181.Saharkhizan M., Azmoodeh A., Dehghantanha A., Choo K.K.R., Parizi R.M. An ensemble of deep recurrent neural networks for detecting iot cyber attacks using network traffic. IEEE Internet Things J. 2020;7:8852–8859. [Google Scholar]
- 182.J. Samuel, G. Ali, M. Rahman, E. Esawi, Y. Samuel, et al., COVID-19 public sentiment insights and Machine Learning for tweets classification, in: Nawaz and Rahman, Md. Mokhlesur. E.K. Esawi, and Samuel, Yana (Eds.), COVID-19 Public Sentiment Insights and Machine Learning for Tweets Classification (April 19, 2020), 2020.
- 183.Sandhu R., Sood S.K., Kaur G. An intelligent system for predicting and preventing MERS-CoV infection outbreak. J. Supercomput. 2016;72:3033–3056. doi: 10.1007/s11227-015-1474-0. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 184.B. Sarkar, M.A. Ullah, F.T. Johora, M.A. Taniya, Y. Araf, The essential facts of wuhan novel coronavirus outbreak in China and Epitope-based vaccine designing against 2019-nCoV, BioRxiv (2020).
- 185.L. Sarker, M.M. Islam, T. Hannan, Z. Ahmed, COVID-DenseNet: A Deep Learning architecture to detect COVID-19 from chest radiology images, 2020.
- 186.L. Schild, C. Ling, J. Blackburn, G. Stringhini, Y. Zhang, S. Zannettou, go eat a bat, chang!: An early look on the emergence of sinophobic behavior on web communities in the face of COVID-19, 2020. arXiv preprint arXiv:2004.04046.
- 187.W.H. Self, D.M. Courtney, C.D. McNaughton, R.G. Wunderink, J.A. Kline, High discordance of chest x-ray and computed tomography for detection of pulmonary opacities in ed patients: implications for diagnosing pneumonia, Am. J. Emerg. Med. 31 (2013) 401–405. [DOI] [PMC free article] [PubMed]
- 188.P.K. Sethy, S.K. Behera, Detection of coronavirus disease (COVID-19) based on deep features, Preprints 2020030300, 2020.
- 189.F. Shan, Y. Gao, J. Wang, W. Shi, N. Shi, M. Han, Z. Xue, Y. Shi, Lung infection quantification of COVID-19 in ct images with Deep Learning, 2020. arXiv preprint arXiv:2003.04655.
- 190.B.A. Shawar, E. Atwell, Chatbots: are they really useful?, in: Ldv forum, 2007, pp. 29–49.
- 191.M. Sheng, Y. Qin, L. Yao, B. Benatallah (Eds.), 2017. Managing the Web of Things: Linking the Real World to the Web, Morgan Kaufmann.
- 192.Shi H., Han X., Jiang N., Cao Y., Alwalid O., Gu J., Fan Y., Zheng C. Radiological findings from 81 patients with COVID-19 pneumonia in Wuhan, China: a descriptive study. Lancet. Infect. Dis. 2020 doi: 10.1016/S1473-3099(20)30086-4. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 193.Shinde G.R., Kalamkar A.B., Mahalle P.N., Dey N., Chaki J., Hassanien A.E. Forecasting models for coronavirus disease (covid-19): A survey of the state-of-the-art. SN Comput. Sci. 2020;1:1–15. doi: 10.1007/s42979-020-00209-9. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 194.Siddiqui M.K., Morales-Menendez R., Gupta P.K., Iqbal H., Hussain F., Khatoon K., Ahmad S. Correlation between temperature and COVID-19 (suspected, confirmed and death) cases based on Machine Learning analysis. J. Pure Appl. Microbiol. 2020;14 [Google Scholar]
- 195.SIRM, Italian society of medical and interventional radiology. https://www.sirm.org/en/italian-society-of-medical-and-interventional-radiology/ (accessed January 03, 2021).
- 196.SmartXHub, Automatic fever screening tablet, 2020. https://smartxhub.com/tablet-temperature-screening-brochure/ (accessed August 07, 2020).
- 197.Song J., Wang H., Liu Y., Wu W., Dai G., Wu Z., Zhu P., Zhang W., Yeom K.W., Deng K. End-to-end automatic differentiation of the coronavirus disease 2019 (COVID-19) from viral pneumonia based on chest ct. Eur. J. Nuclear Med. Mol. Imag. 2020:1–9. doi: 10.1007/s00259-020-04929-1. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 198.Y. Song, S. Zheng, L. Li, X. Zhang, X. Zhang, Z. Huang, J. Chen, H. Zhao, Y. Jie, R. Wang, et al., Deep learning enables accurate diagnosis of novel coronavirus (COVID-19) with ct images, medRxiv (2020b). [DOI] [PMC free article] [PubMed]
- 199.D. Spiliopoulos, How iot and ai can enable companies to restart their business during COVID-19, 2020. https://iottechnews.com/news/2020/jun/02/how-iot-and-ai-can-enable-companies-during-covid-19-to-restart-their-business/ (accessed August 07, 2020).
- 200.StopCovid, 2020. https://www.economie.gouv.fr/stopcovid (accessed August 16, 2020).
- 201.Symptoma, 2020. https://www.symptoma.com/en/about (accessed August 06, 2020).
- 202.B. Tang, F. He, D. Liu, M. Fang, Z. Wu, D. Xu, AI-aided design of novel targeted covalent inhibitors against SARS-CoV-2, bioRxiv (2020a). [DOI] [PMC free article] [PubMed]
- 203.Z. Tang, W. Zhao, X. Xie, Z. Zhong, F. Shi, J. Liu, D. Shen, Severity assessment of coronavirus disease 2019 (COVID-19) using quantitative features from chest ct images, 2020b. arXiv preprint arXiv:2003.11988.
- 204.Toğaçar M., Ergen B., Cömert Z. COVID-19 detection using Deep Learning models to exploit social mimic optimization and structured chest x-ray images using fuzzy color and stacking approaches. Comput. Biol. Med. 2020:103805. doi: 10.1016/j.compbiomed.2020.103805. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 205.Toraman S., Alakuş T.B., Türkoğlu İ. Convolutional capsnet: A novel artificial neural network approach to detect COVID-19 disease from x-ray images using capsule networks. Chaos, Solitons Fract. 2020:110122. doi: 10.1016/j.chaos.2020.110122. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 206.Ucar F., Korkmaz D. COVIDiagnosis-Net: Deep Bayes-SqueezeNet based diagnostic of the coronavirus disease 2019 (COVID-19) from x-ray images. Med. Hypotheses. 2020;109761 doi: 10.1016/j.mehy.2020.109761. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 207.A. Vaid, S.K. Jaladanki, J. Xu, S. Teng, A. Kumar, S. Lee, Federated learning of electronic health records improves mortality prediction in patients, Ethnicity 52 0–001. [DOI] [PMC free article] [PubMed]
- 208.Vaishya R., Javaid M., Khan I.H., Haleem A. Artificial Intelligence (AI) applications for COVID-19 pandemic. Diabetes Metab. Syndr. Clin. Res. Rev. 2020 doi: 10.1016/j.dsx.2020.04.012. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 209.Vinod D.N., Prabaharan S. Data science and the role of Artificial Intelligence in achieving the fast diagnosis of COVID-19. Chaos, Solitons Fract. 2020:110182. doi: 10.1016/j.chaos.2020.110182. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 210.K. Waddell, Automating humans with AI, 2019. https://www.axios.com/ai-employee-surveillance-automating-humans-092f8c36-24bc-4efd-8d38-78f1c8a61e1f.html (accessed August 08, 2020).
- 211.Wang G., Liu X., Li C., Xu Z., Ruan J., Zhu H., Meng T., Li K., Huang N., Zhang S. A noise-robust framework for automatic segmentation of COVID-19 pneumonia lesions from ct images. IEEE Trans. Med. Imaging. 2020 doi: 10.1109/TMI.2020.3000314. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 212.L. Wang, A. Wong, COVID-Net: A tailored deep convolutional neural network design for detection of COVID-19 cases from chest x-ray images, 2020. arXiv preprint arXiv:2003.09871. [DOI] [PMC free article] [PubMed]
- 213.Wang P., Zheng X., Li J., Zhu B. Prediction of epidemic trends in covid-19 with logistic model and machine learning technics. Chaos, Solitons Fract. 2020;139:110058. doi: 10.1016/j.chaos.2020.110058. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 214.S. Wang, B. Kang, J. Ma, X. Zeng, M. Xiao, J. Guo, M. Cai, J. Yang, Y. Li, X. Meng, et al., A Deep Learning algorithm using ct images to screen for corona virus disease (COVID-19), MedRxiv (2020c). [DOI] [PMC free article] [PubMed]
- 215.D. Ward, M. Higgins, J. Phelan, M.L. Hibberd, S. Campino, T.G. Clark, An integrated in silico immuno-genetic analytical platform provides insights into COVID-19 serological and vaccine targets, bioRxiv (2020). [DOI] [PMC free article] [PubMed]
- 216.Wei Q., Ren Y., Hou R., Shi B., Lo J.Y., Carin L. Medical Imaging 2018: Computer-Aided Diagnosis. International Society for Optics and Photonics; 2018. Anomaly detection for medical images based on a one-class classification; p. 105751M. [Google Scholar]
- 217.Weinberg G.A., Szilagyi P.G. Vaccine epidemiology: efficacy, effectiveness, and the translational research roadmap. J. Infectious Dis. 2010;201:1607–1610. doi: 10.1086/652404. [DOI] [PubMed] [Google Scholar]
- 218.WHO, Draft landscape of COVID-19 candidate vaccines, 2020. https://www.who.int/publications/m/item/draft-landscape-of-covid-19-candidate-vaccines (accessed August 04, 2020).
- 219.WHO, SARS - WHO, 2020. https://www.who.int/ith/diseases/sars/en/ (accessed July 07, 2020).
- 220.WHO, World health organization. who director-general’s opening remarks at the media briefing on covid-19-11 March 2020, 2020.
- 221.Wong S., Al-Hasani H., Alam Z., Alam A. Artificial Intelligence in radiology: how will we be affected? Eur. Radiol. 2019;29:141–143. doi: 10.1007/s00330-018-5644-3. [DOI] [PubMed] [Google Scholar]
- 222.World Health Organisation, Situational Reports - WHO, 2020. https://www.who.int/emergencies/diseases/novel-coronavirus-2019/situation-reports/ (accessed January 4, 2020).
- 223.World Health Organization, Coronavirus (COVID-19), 2020a. https://www.who.int/emergencies/diseases/novel-coronavirus-2019/events-as-they-happen (accessed June 06, 2020).
- 224.World Health Organization, Listings of who’s response to COVID-19, 2020b. https://www.who.int/news/item/29-06-2020-covidtimeline (accessed Jan 04, 2021).
- 225.WorldPop, Worldpop COVID-19, 2020. https://www.worldpop.org/covid19 (accessed August 13, 2020).
- 226.Wu C.C., Yeh W.C., Hsu W.D., Islam M.M., Nguyen P.A.A., Poly T.N., Wang Y.C., Yang H.C., Li Y.C.J. Prediction of fatty liver disease using Machine Learning algorithms. Comput. Methods Programs Biomed. 2019;170:23–29. doi: 10.1016/j.cmpb.2018.12.032. [DOI] [PubMed] [Google Scholar]
- 227.Y.H. Wu, S.H. Gao, J. Mei, J. Xu, D.P. Fan, C.W. Zhao, M.M. Cheng, JCS: An explainable COVID-19 diagnosis system by joint classification and segmentation, 2020. arXiv preprint arXiv:2004.07054. [DOI] [PubMed]
- 228.X. Xie, Z. Zhong, W. Zhao, C. Zheng, F. Wang, J. Liu, Chest ct for typical 2019-nCoV pneumonia: relationship to negative rt-pcr testing, Radiology (2020) 200343. [DOI] [PMC free article] [PubMed]
- 229.H.S. Yang, Y. Hou, L.V. Vasovic, P. Steel, A. Chadburn, S.E. Racine-Brzostek, P. Velu, M. Cushing, M. Loda, R. Kaushal, et al., Routine laboratory blood tests predict sars-cov-2 infection using machine learning, medRxiv (2020a). [DOI] [PMC free article] [PubMed]
- 230.K. Yang, X. Liu, Y. Yang, X. Liao, R. Wang, X. Zeng, Y. Wang, M. Zhang, T. Zhang, End-to-end COVID-19 screening with 3D Deep Learning on chest computed tomography, 2020b.
- 231.S. Yang, L. Jiang, Z. Cao, L. Wang, J. Cao, R. Feng, Z. Zhang, X. Xue, Y. Shi, F. Shan, Deep learning for detecting corona virus disease 2019 (COVID-19) on high-resolution computed tomography: a pilot study, Ann. Translat. Med. 8 (2020c). [DOI] [PMC free article] [PubMed]
- 232.Yang W., Yan F. Patients with rt-pcr-confirmed COVID-19 and normal chest ct. Radiology. 2020;295 doi: 10.1148/radiol.2020200702. E3–E3. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 233.Yang Z., Zeng Z., Wang K., Wong S.S., Liang W., Zanin M., Liu P., Cao X., Gao Z., Mai Z., et al. Modified SEIR and AI prediction of the epidemics trend of COVID-19 in China under public health interventions. J. Thoracic Dis. 2020;12:165. doi: 10.21037/jtd.2020.02.64. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 234.Yazdinejad A., Srivastava G., Parizi R.M., Dehghantanha A., Choo K.K.R., Aledhari M. Decentralized authentication of distributed patients in hospital networks using blockchain. IEEE J. Biomed. Health Informat. 2020;24:2146–2156. doi: 10.1109/JBHI.2020.2969648. [DOI] [PubMed] [Google Scholar]
- 235.Ye Z.W., Yuan S., Yuen K.S., Fung S.Y., Chan C.P., Jin D.Y. Zoonotic origins of human coronaviruses. Int. J. Biol. Sci. 2020;16:1686. doi: 10.7150/ijbs.45472. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 236.Zhang H., Saravanan K.M., Yang Y., Hossain M.T., Li J., Ren X., Pan Y., Wei Y. Deep Learning based drug screening for novel coronavirus 2019-nCov. Interdiscipl. Sci. Comput. Life Sci. 2020:1. doi: 10.1007/s12539-020-00376-6. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 237.J. Zhang, Y. Xie, Y. Li, C. Shen, Y. Xia, COVID-19 screening on chest x-ray images using deep learning based anomaly detection, 2020b. arXiv preprint arXiv:2003.12338.
- 238.Y. Zhang, S. Niu, Z. Qiu, Y. Wei, P. Zhao, J. Yao, J. Huang, Q. Wu, M. Tan, COVID-da: Deep domain adaptation from typical pneumonia to COVID-19, 2020c. arXiv preprint arXiv:2005.01577.
- 239.J. Zhao, Y. Zhang, X. He, P. Xie, COVID-ct-dataset: a ct scan dataset about COVID-19, 2020. arXiv preprint arXiv:2003.13865.
- 240.Y. Zhao, H. Xu, Chinese public attention to COVID-19 epidemic: Based on social media, medRxiv (2020). [DOI] [PMC free article] [PubMed]
- 241.A. Zhavoronkov, B. Zagribelnyy, A. Zhebrak, V. Aladinskiy, V. Terentiev, Q. Vanhaelen, D.S. Bezrukov, D. Polykovskiy, R. Shayakhmetov, A. Filimonov, et al., Potential non-covalent SARS-CoV-2 3C-like protease inhibitors designed using generative deep learning approaches and reviewed by human medicinal chemist in virtual reality, 2020.
- 242.C. Zheng, X. Deng, Q. Fu, Q. Zhou, J. Feng, H. Ma, W. Liu, X. Wang, Deep learning-based detection for COVID-19 from chest ct using weak label, medRxiv (2020).
- 243.T. Zhou, S. Canu, S. Ruan, An automatic COVID-19 ct segmentation based on U-Net with attention mechanism, 2020a. arXiv preprint arXiv:2004.06673.
- 244.Zhou Y., Wang F., Tang J., Nussinov R., Cheng F. Artificial intelligence in covid-19 drug repurposing. Lancet Digital Health. 2020 doi: 10.1016/S2589-7500(20)30192-8. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 245.D. Zou, L. Wang, P. Xu, J. Chen, W. Zhang, Q. Gu, Epidemic model guided machine learning for covid-19 forecasts in the united states, medRxiv (2020).
- 246.Zou Q., Qu K., Luo Y., Yin D., Ju Y., Tang H. Predicting diabetes mellitus with Machine Learning techniques. Front. Genet. 2018;9:515. doi: 10.3389/fgene.2018.00515. [DOI] [PMC free article] [PubMed] [Google Scholar]





