Purpose The latest 2019 coronavirus (COVID-2019), which first appeared in December 2019 in Wuhan's city in China, rapidly spread around the world and became a pandemic. It has had a devastating impact on daily lives, the public's health and the global economy. The positive cases must be identified as soon as possible to avoid further dissemination of this disease and swift care of patients affected. The need for supportive diagnostic instruments increased, as no specific automated toolkits are available. The latest results from radiology imaging techniques indicate that these photos provide valuable details on the virus COVID-19. User advanced artificial intelligence (AI) technologies and radiological imagery can help diagnose this condition accurately and help resolve the lack of specialist doctors in isolated areas. In this research, a new paradigm for automatic detection of COVID-19 with bare chest X-ray images is displayed. Images are presented. The proposed model DarkCovidNet is designed to provide correct binary classification diagnostics (COVID vs no detection) and multi-class (COVID vs no results vs pneumonia) classification. The implemented model computed the average precision for the binary and multi-class classification of 98.46% and 91.352%, respectively, and an average accuracy of 98.97% and 87.868%. The DarkNet model was used in this research as a classifier for a real-time object detection method only once. A total of 17 convolutionary layers and different filters on each layer have been implemented. This platform can be used by the radiologists to verify their initial application screening and can also be used for screening patients through the cloud. Design/methodology/approach This study also uses the CNN-based model named Darknet-19 model, and this model will act as a platform for the real-time object detection system. The architecture of this system is designed in such a way that they can be able to detect real-time objects. This study has developed the DarkCovidNet model based on Darknet architecture with few layers and filters. So before discussing the DarkCovidNet model, look at the concept of Darknet architecture with their functionality. Typically, the DarkNet architecture consists of 5 pool layers though the max pool and 19 convolution layers. Assume as a convolution layer, and as a pooling layer. Findings The work discussed in this paper is used to diagnose the various radiology images and to develop a model that can accurately predict or classify the disease. The data set used in this work is the images bases on COVID-19 and non-COVID-19 taken from the various sources. The deep learning model named DarkCovidNet is applied to the data set, and these have shown signification performance in the case of binary classification and multi-class classification. During the multi-class classification, the model has shown an average accuracy 98.97% for the detection of COVID-19, whereas in a multi-class classification model has achieved an average accuracy of 87.868% during the classification of COVID-19, no detection and Pneumonia. Research limitations/implications One of the significant limitations of this work is that a limited number of chest X-ray images were used. It is observed that patients related to COVID-19 are increasing rapidly. In the future, the model on the larger data set which can be generated from the local hospitals will be implemented, and how the model is performing on the same will be checked. Originality/value Deep learning technology has made significant changes in the field of AI by generating good results, especially in pattern recognition. A conventional CNN structure includes a convolution layer that extracts characteristics from the input using the filters it applies, a pooling layer that reduces calculation efficiency and the neural network's completely connected layer. A CNN model is created by integrating one or more of these layers, and its internal parameters are modified to accomplish a specific mission, such as classification or object recognition. A typical CNN structure has a convolution layer that extracts features from the input with the filters it applies, a pooling layer to reduce the size for computational performance and a fully connected layer, which is a neural network. A CNN model is created by combining one or more such layers, and its internal parameters are adjusted to accomplish a particular task, such as classification or object recognition.
Purpose Since December 2019, global attention has been drawn to the rapid spread of COVID-19. Corona was discovered in India on 30 January 2020. To date, in India, 178,014 disease cases were reported with 14,011 deaths by the Indian Government. In the meantime, with an increasing spread speed, the COVID-19 epidemic occurred in other countries. The survival rate for COVID-19 patients who suffer from a critical illness is efficiently and precisely predicted as more fatal cases can be affected in advanced cases. However, over 400 laboratories and clinically relevant survival rates of all present critically ill COVID-19 patients are estimated manually. The manual diagnosis inevitably results in high misdiagnosis and missed diagnosis owing to a lack of experience and prior knowledge. The chapter presents an option for developing a machine-based prognostic model that exactly predicts the survival of individual severe patients with clinical data from different sources such as Kaggle data.gov and World Health Organization with greater than 95% accuracy. The data set and attributes are shown in detail. The reasonableness of such a mere three elements may depend, respectively, on their representativeness in the indices of tissue injury, immunity and inflammation. The purpose of this paper is to provide detailed study from the diagnostic aspect of COVID-19, the work updates the cost-effective and prompt criticality classification and prediction of survival before the targeted intervention and diagnosis, in particular the triage of the vast COVID-19 explosive epidemic. Design/methodology/approach Automated machine learning (ML) provides resources and platforms to render ML available to non-ML experts, to boost efficiency in ML and to accelerate research in machine learning. H2O AutoML is used to generate the results (Dulhare et al., 2020). ML has achieved major milestones in recent years, and it is on which an increasing range of disciplines depend. But this performance is crucially dependent on specialists in human ML to perform the following tasks: preprocess the info and clean it; choose and create the appropriate apps; choose a family that fits the pattern; optimize hyperparameters for layout; and models of computer learning post processes. Review of the findings collected is important. Findings These days, the concept of automated ML techniques is being used in every field and domain, for example, in the stock market, education institutions, medical field, etc. ML tools play an important role in harnessing the massive amount of data. In this paper, the data set relatively holds a huge amount of data, and appropriate analysis and prediction are necessary to track as the numbers of COVID cases are increasing day by day. This prediction of COVID-19 will be able to track the cases particularly in India and might help researchers in the future to develop vaccines. Researchers across the world are testing different medications to cure COVID; however, it is still being tested in various labs. This paper highlights and deploys the concept of AutoML to analyze the data and to find the best algorithm to predict the disease. Appropriate tables, figures and explanations are provided. Originality/value As the difficulty of such activities frequently goes beyond non-ML-experts, the exponential growth of ML implementations has generated a market for off-the-shelf ML solutions that can be used quickly and without experience. We name the resulting work field which is oriented toward the radical automation of AutoML machine learning. The third class is that of the individuals who have illnesses such as diabetes, high BP, asthma, malignant growth, cardiovascular sickness and so forth. As their safe frameworks have been undermined effectively because of a common ailment, these individuals become obvious objectives. Diseases experienced by the third classification of individuals can be lethal (Shinde et al., 2020). Examining information is fundamental in having the option to comprehend the spread and treatment adequacy. The world needs a lot more individuals investigating the information. The understanding from worldwide data on the spread of the infection and its conduct will be key in limiting the harm. The main contributions of this study are as follows: predicting COVID-19 pandemic in India using AutoML; analyzing the data set predicting the patterns of the virus; and comparative analysis of predictive algorithms. The organization of the paper is as follows, Sections I and II describe the introduction and the related work in the field of analyzing the COVID pandemic. Section III describes the workflow/framework for AutoML using the components with respect to the data set used to analyze the patterns of COVID-19 patients.
Purpose This purpose of this study is to perfrom the analysis of COVID-19 with the help of blood samples. The blood samples used in the study consist of more than 100 features. So to process high dimensional data, feature reduction has been performed by using the genetic algorithm. Design/methodology/approach In this study, the authors will implement the genetic algorithm for the prediction of COVID-19 from the blood test sample. The sample contains records of around 5,644 patients with 111 attributes. The genetic algorithm such as relief with ant colony optimization algorithm will be used for dimensionality reduction approach. Findings The implementation of this study is done through python programming language and the performance evaluation of the model is done through various parameters such as accuracy, sensitivity, specificity and area under curve (AUC). Originality/value The implemented model has achieved an accuracy of 98.7%, sensitivity of 96.76%, specificity of 98.80% and AUC of 92%. The results have shown that the implemented algorithm has performed better than other states of the art algorithms.
Nowadays, COVID-19 is considered to be the biggest disaster that the world is facing. It has created a lot of destruction in the whole world. Due to this COVID-19, analysis has been done to predict the death rate and infected rate from the total population. To perform the analysis on COVID-19, regression analysis has been implemented by applying the differential equation and ordinary differential equation (ODE) on the parameters. The parameters taken for analysis are the number of susceptible individuals, the number of Infected Individuals, and the number of Recovered Individuals. This work will predict the total cases, death cases, and infected cases in the near future based on different reproductive rate values. This work has shown the comparison based on 4 different productive rates i.e. 2.45, 2.55, 2.65, and 2.75. The analysis is done on two different datasets; the first dataset is related to China, and the second dataset is associated with the world's data. The work has predicted that by 2020-08-12: 59,450,123 new cases and 432,499,003 total cases and 10,928,383 deaths.
scite is a Brooklyn-based organization that helps researchers better discover and understand research articles through Smart Citations–citations that display the context of the citation and describe whether the article provides supporting or contrasting evidence. scite is used by students and researchers from around the world and is funded in part by the National Science Foundation and the National Institute on Drug Abuse of the National Institutes of Health.
customersupport@researchsolutions.com
10624 S. Eastern Ave., Ste. A-614
Henderson, NV 89052, USA
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
Copyright © 2024 scite LLC. All rights reserved.
Made with 💙 for researchers
Part of the Research Solutions Family.