SlideShare a Scribd company logo
1 of 4
Download to read offline
© 2021, AJCSE. All Rights Reserved 16
RESEARCH ARTICLE
A Predictive Model for Novel Corona Virus Detection with Support Vector
Machine
Tsehay Admassu Assegie
Department of Computing Science, Faculty of Computing Technology, Aksum Institute of Technology, Aksum
University, Aksum, Ethiopia
Received on: 15-01-2021; Revised on: 01-02-2021; Acceptance on: 16-03-2021
ABSTRACT
In this research, we have proposed machine-learning model for predicting coronavirus by employing
support vector machine. The proposed model assists medical experts in the early detection of novel
coronavirus disease (COVID-19) and helpful to make better decision during the coronavirus diagnosis.
The objective of this study is to solve the problems caused by the wide-spreading coronavirus pandemic
through machine learning approaches assisting the medical experts in detecting a novel coronavirus in the
early stage. The detection of the coronavirus in early stage is vital in reducing the number of new cases
of coronavirus through isolation of infected person from uninfected people. A support vector machine
trained on the COVID-19 dataset collected from the online Kaggle data repository for coronavirus tested
case dataset. Finally, we have analyzed the performance of the proposed model on coronavirus prediction
with accuracy, precision recall, and receiver operating characteristic curve as performance metric in the
evaluation of the model. The experimental test result reveals that the model has an accuracy score of
96.68% on detection of coronavirus.
Key words: Novel corona virus, Corona virus disease-19, Support vector machine, Machine learning,
Disease prediction
INTRODUCTION
A novel coronavirus disease (COVID-19) is a
family of virus that infects the human respiratory
and hepatic organs which eventually causes
death.[1]
The coronavirus is wide spreading all
over the world causing death to human beings
almost in all countries of the world. The pandemic
is wide-spreading daily and the fear increased
day by day due to the increased transmission
rate.[1,2]
Combating the problem and the effect of
COVID-19 on society requires much effort and
research from multidiscipline such as healthcare
experts, statistics, and computer science. Recently,
computer science has become vital to the medical
field due to the improved precision and faster speed
in disease detection, treatment, and diagnosis.
The challenge with COVID-19 is that
transmission rate is higher compared to other
diseases and there is no vaccine to the virus.[2]
Address for correspondence:
Tsehay Admassu Assegie,
E-mail: tsehayadmassu2006@gmail.com
In addition to that, coronavirus is transmitted
easily through handshake, kissing, touching the
same surface, and any form of physical contact
with infected person. This pandemic is causing
thousands of deaths due to lack of proper
medication, detection, and isolation in an early
stages because infected people does not show
symptoms for several days or even weeks. Hence,
the detection of coronavirus is complicated
because the number of medical experts is limited
and the new cases introduced day by day are
growing rapidly. The limited number of medical
experts and equipment required for detection of
coronavirus especially, in poor countries such
as Ethiopia makes the identification of the virus
more complicated. The objective of this research
is to combat COVID-19 pandemic by developing
predictive model that can assist the medical
experts in detection of COVID-19 with machine
learning algorithms. Furthermore, this study
explores the answer to the following research
questions: (1) How can we train a machine to
detect COVID-19 in an early stage? (2) What is
the relationship among novel coronavirus dataset
Available Online at www.ajcse.info
Asian Journal of Computer Science Engineering 2021;6(1):16-19
ISSN 2581 – 3781
Assegie: A predictive model for novel corona virus
AJCSE/Jan-Mar-2021/Vol 6/Issue 1 17
features? (3) How can we combat COVID-19
with machine learning?
A massive increase in the number of novel
coronavirus patients during the pandemic, has
increasedtheworkloadonhealthcareprofessionals.
In addition to a very high workload on healthcare
professionals, the risk for being infected during
the diagnosis process has psychological impact
on the healthcare professionals. The novel
coronavirus pandemic have a negative impact
on the society. Hence, reducing the risk with this
pandemic requires an accurate and more precise
automated predictive model that assists the health
professionals’ workload and stress due to the
overwhelming cases of the pandemic.
RELATED WORKS
A limited number of works have been conducted
on the range of applications of machine learning
to medical challenges of the prediction of
coronavirus. Some of the researches are discussed
in this section. In Vaishya et al.,[2]
a predictive
model for coronavirus patients’ recovery is
proposed with support vector machine, decision
tree, and NaĂŻve Bayes. The proposed model has
an acceptable level of accuracy on predicting
whether a coronavirus patient will survive or die.
In Swapnarekhaa et al.,[3]
the role of intelligent
computing to combat the coronavirus is reviewed.
Theauthorsreviewedmachinelearningapplication
to automation of the coronavirus diagnosis
using predictive model is crucial to combat the
coronavirus problems as the identification of the
virus with automated intelligent systems reduce
the time and the cost associated with diagnosis
and identification of coronavirus.
Automation of the coronavirus diagnosis and
identification with machine learning model plays
significant role in combating the coronavirus
pandemic.[4,5]
This is because automated diagnostic
system are faster and cost-effective and have
higher precision as compared to manual diagnosis.
In Dansana et al.,[4]
the authors developed decision
tree-based coronavirus prediction model. The
experimental analysis on the performance of the
proposed model shows an accuracy of 60% for the
decision tree.
In Salehi et al.,[6]
the authors reviewed the
performanceofmachinelearninganddeeplearning
model for automated coronavirus detection.
The extensive review on machine learning and
coronavirus shows that machine learning plays
assistive role in combating coronavirus with
acceptable level of performance [Figures 1 and 2].
RESEARCH METHOD
In this research, support vector machine-based
coronavirus prediction model is developed using
python programming language. The predictive
model is trained on different observations of
coronavirus dataset collected from online Kaggle
data repository. The dataset consists of 2000
samples of which 913 are tested positive samples
and 1087 samples are negative test samples. Each
observation consists of a set of features, which
are the symptoms of a coronavirus such as age,
Figure 1: Corona virus cases October 4, 2020 (WHO)
Assegie: A predictive model for novel corona virus
AJCSE/Jan-Mar-2021/Vol 6/Issue 1 18
headache, and shortness of breathing, sore throat,
fever, and cough. The features taken as an input
to the support vector machine and target feature,
considered as the output of the model. In addition
to automation of the coronavirus diagnosis with
the use machine learning model, this research
investigates the feature that has significant
relationship to the target feature. The correlation
between each feature in the coronavirus dataset
is explored with Pearson correlation matrix as
demonstrated in Figure 3.
As demonstrated in Figure 3, the coronavirus
target feature has strong relationship with
headache. This implies that the probability that a
person is tested positive for coronavirus is high if
the person has headache. The features such as sore
throat and fever have strong relationship with the
target feature.[7-9]
RESULT AND DISCUSSION
The experimental results are analyzed to validate
the performance of the proposed coronavirus
prediction model. Some of performance metrics
used in evaluation include receiver operating
characteristics (ROC) and accuracy. The
performanceoftheproposedmodelexperimentally
Figure 2: The first twenty coronavirus dataset features used in training
Figure 3: Coronavirus feature relationship
Assegie: A predictive model for novel corona virus
AJCSE/Jan-Mar-2021/Vol 6/Issue 1 19
tested on the coronavirus dataset collected from
online Kaggle data repository.
The learning curve of the model is demonstrated
in Figure 4 for coronavirus dataset. As shown in
Figure 4, the training score is low when smaller
sample size is used and is maximum when roughly
1000 training samples are used. The cross-
validation score remained constant.
As demonstrated in Figure 5, the area under the
ROC curve is 0.87, which implies the overall
accuracy of the model is acceptable. However, the
model has better performance on predicting the
class 0 or true negative class as compared to the
class 1 or true positive class.
CONCLUSION
Coronavirus has caused many problems on the
society in terms of life and economic activity.
Hence, the application of machine learning to the
diagnosis of coronavirus plays a significant role
in minimizing the effect of the coronavirus on the
society. The automation of coronavirus diagnosis
plays a great role in minimizing the time required
for diagnosis by medical experts. In addition to
that, automated diagnosis of coronavirus is vital
to support the decisions made by the medical
experts providing accurate and precise results as
compared to human experts. The implementation
of automated coronavirus prediction model
presented in this study ensures quicker diagnosis
with limited number of medical experts and better
decision-making during the diagnosis of the
coronavirus. The performance of the proposed
model is evaluated on test set and result shows
that 96.68% accuracy is achieved.
REFERENCES
1. Muhammad LJ, Islam M, Usman SS, Ayon SI.
Predictive Data Mining Models for Novel Coronavirus
(COVID-19) Infected Patients’Recovery, SN Computer
Science; 2020.
2. Vaishya R, Javaid M, Khan IH, Haleem A. Artificial
Intelligence (AI) Applications for COVID-19
pandemic, Diabetes and Metabolic: Clinical Research
and Reviews; 2020.
3. Swapnarekhaa H, Beheraa HS, Nayak J, Naik B. Role
of Intelligent Computing in COVID-19 prognosis: A
State-of-the-Art Review. Netherlands: Elsevier; 2020.
4. Dansana D, Kumar R, Bhattacharjee A, Hemanth DJ,
Gupta D, Khanna A, Castillo O. Early Diagnosis of
COVID-19-Affected Patients Based on X-Ray and
Computed Tomography Images using Deep Learning
Algorithm, Soft Computing; 2020.
5. Kassania SH, Kassasnib PH, Wesolowskic MJ,
Schneidera KA, Deters R. Automatic Detection of
Coronavirus Disease (COVID-19) in X-Ray and CT
Images: A Machine Learning Based Approaches; 2020.
6. Salehi AW, Baglat P, Gupta G. Review on Machine
and Deep Learning Models for the Detection and
Prediction of Coronavirus. Netherlands: Elsevier;
2020.
7. Breast Cancer Prediction Model with Decision Tree and
Adaptive Boosting. Vol. 10. IAES International Journal
of Artificial Intelligence (IJ-AI); 2021.
8. Assegie TA, Nair PS. The performance of different
machine learning models on diabetes prediction. Int J
Sci Technol Res 2020;9:2491-4.
9. Assegie TA, Sushma SJ, Kumar SC. Weighted Decision
Tree Model for Breast Cancer Detection. Vol. 62. Osaka:
Technology Reports of Kansai University; 2020.
Figure 4: Learning curve of support vector machine
Figure 5: receiver operating characteristic curve of support
vector machine

More Related Content

Similar to A Predictive Model for Novel Corona Virus Detection with Support Vector Machine

A deep learning approach for COVID-19 and pneumonia detection from chest X-r...
A deep learning approach for COVID-19 and pneumonia  detection from chest X-r...A deep learning approach for COVID-19 and pneumonia  detection from chest X-r...
A deep learning approach for COVID-19 and pneumonia detection from chest X-r...IJECEIAES
 
Application for Diagnosis of Detection of Pneumonia Disease for Rural Context
Application for Diagnosis of Detection of Pneumonia Disease for Rural ContextApplication for Diagnosis of Detection of Pneumonia Disease for Rural Context
Application for Diagnosis of Detection of Pneumonia Disease for Rural Contextijtsrd
 
REVIEW ON COVID DETECTION USING X-RAY AND SYMPTOMS
REVIEW ON COVID DETECTION USING X-RAY AND SYMPTOMSREVIEW ON COVID DETECTION USING X-RAY AND SYMPTOMS
REVIEW ON COVID DETECTION USING X-RAY AND SYMPTOMSIRJET Journal
 
Role of Machine Learning Techniques in COVID-19 Prediction and Detection
Role of Machine Learning Techniques in COVID-19 Prediction and DetectionRole of Machine Learning Techniques in COVID-19 Prediction and Detection
Role of Machine Learning Techniques in COVID-19 Prediction and DetectionIRJET Journal
 
covid 19 detection using x ray based on neural network
covid 19 detection using x ray based on neural networkcovid 19 detection using x ray based on neural network
covid 19 detection using x ray based on neural networkArifuzzamanFaisal2
 
Prediction analysis on the pre and post COVID outbreak assessment using machi...
Prediction analysis on the pre and post COVID outbreak assessment using machi...Prediction analysis on the pre and post COVID outbreak assessment using machi...
Prediction analysis on the pre and post COVID outbreak assessment using machi...IJICTJOURNAL
 
Comprehensive study: machine learning approaches for COVID-19 diagnosis
Comprehensive study: machine learning approaches for COVID-19 diagnosis Comprehensive study: machine learning approaches for COVID-19 diagnosis
Comprehensive study: machine learning approaches for COVID-19 diagnosis IJECEIAES
 
Can ai help in screening vira
Can ai help in screening viraCan ai help in screening vira
Can ai help in screening viraDinh Hong Duyen
 
X-Ray Disease Identifier
X-Ray Disease IdentifierX-Ray Disease Identifier
X-Ray Disease IdentifierIRJET Journal
 
Design and development of a fuzzy explainable expert system for a diagnostic ...
Design and development of a fuzzy explainable expert system for a diagnostic ...Design and development of a fuzzy explainable expert system for a diagnostic ...
Design and development of a fuzzy explainable expert system for a diagnostic ...IJECEIAES
 
Predicting the status of COVID-19 active cases using a neural network time s...
Predicting the status of COVID-19 active cases using a neural  network time s...Predicting the status of COVID-19 active cases using a neural  network time s...
Predicting the status of COVID-19 active cases using a neural network time s...IJECEIAES
 
Epidemic Alert System: A Web-based Grassroots Model
Epidemic Alert System: A Web-based Grassroots ModelEpidemic Alert System: A Web-based Grassroots Model
Epidemic Alert System: A Web-based Grassroots ModelIJECEIAES
 
IRJET - Detecting Pneumonia from Chest X-Ray Images using Committee Machine
IRJET - Detecting Pneumonia from Chest X-Ray Images using Committee MachineIRJET - Detecting Pneumonia from Chest X-Ray Images using Committee Machine
IRJET - Detecting Pneumonia from Chest X-Ray Images using Committee MachineIRJET Journal
 
Susceptible exposed infectious recovered-machine learning for COVID-19 predi...
Susceptible exposed infectious recovered-machine learning for  COVID-19 predi...Susceptible exposed infectious recovered-machine learning for  COVID-19 predi...
Susceptible exposed infectious recovered-machine learning for COVID-19 predi...IJECEIAES
 
Coronavirus disease 2019 detection using deep features learning
Coronavirus disease 2019 detection using deep features learningCoronavirus disease 2019 detection using deep features learning
Coronavirus disease 2019 detection using deep features learningIJECEIAES
 
Cloud Computing: A Key to Effective & Efficient Disease Surveillance System
Cloud Computing: A Key to Effective & Efficient Disease Surveillance SystemCloud Computing: A Key to Effective & Efficient Disease Surveillance System
Cloud Computing: A Key to Effective & Efficient Disease Surveillance Systemidescitation
 
European Journal Epractice Volume 8.7
European Journal Epractice Volume 8.7European Journal Epractice Volume 8.7
European Journal Epractice Volume 8.7ePractice.eu
 
ONLINE FUZZY-LOGIC KNOWLEDGE WAREHOUSING AND MINING MODEL FOR THE DIAGNOSIS A...
ONLINE FUZZY-LOGIC KNOWLEDGE WAREHOUSING AND MINING MODEL FOR THE DIAGNOSIS A...ONLINE FUZZY-LOGIC KNOWLEDGE WAREHOUSING AND MINING MODEL FOR THE DIAGNOSIS A...
ONLINE FUZZY-LOGIC KNOWLEDGE WAREHOUSING AND MINING MODEL FOR THE DIAGNOSIS A...ijcsity
 

Similar to A Predictive Model for Novel Corona Virus Detection with Support Vector Machine (20)

A deep learning approach for COVID-19 and pneumonia detection from chest X-r...
A deep learning approach for COVID-19 and pneumonia  detection from chest X-r...A deep learning approach for COVID-19 and pneumonia  detection from chest X-r...
A deep learning approach for COVID-19 and pneumonia detection from chest X-r...
 
HPC FINAL PROJECT
HPC FINAL PROJECTHPC FINAL PROJECT
HPC FINAL PROJECT
 
Application for Diagnosis of Detection of Pneumonia Disease for Rural Context
Application for Diagnosis of Detection of Pneumonia Disease for Rural ContextApplication for Diagnosis of Detection of Pneumonia Disease for Rural Context
Application for Diagnosis of Detection of Pneumonia Disease for Rural Context
 
REVIEW ON COVID DETECTION USING X-RAY AND SYMPTOMS
REVIEW ON COVID DETECTION USING X-RAY AND SYMPTOMSREVIEW ON COVID DETECTION USING X-RAY AND SYMPTOMS
REVIEW ON COVID DETECTION USING X-RAY AND SYMPTOMS
 
Role of Machine Learning Techniques in COVID-19 Prediction and Detection
Role of Machine Learning Techniques in COVID-19 Prediction and DetectionRole of Machine Learning Techniques in COVID-19 Prediction and Detection
Role of Machine Learning Techniques in COVID-19 Prediction and Detection
 
covid 19 detection using x ray based on neural network
covid 19 detection using x ray based on neural networkcovid 19 detection using x ray based on neural network
covid 19 detection using x ray based on neural network
 
Prediction analysis on the pre and post COVID outbreak assessment using machi...
Prediction analysis on the pre and post COVID outbreak assessment using machi...Prediction analysis on the pre and post COVID outbreak assessment using machi...
Prediction analysis on the pre and post COVID outbreak assessment using machi...
 
Comprehensive study: machine learning approaches for COVID-19 diagnosis
Comprehensive study: machine learning approaches for COVID-19 diagnosis Comprehensive study: machine learning approaches for COVID-19 diagnosis
Comprehensive study: machine learning approaches for COVID-19 diagnosis
 
Can ai help in screening vira
Can ai help in screening viraCan ai help in screening vira
Can ai help in screening vira
 
X-Ray Disease Identifier
X-Ray Disease IdentifierX-Ray Disease Identifier
X-Ray Disease Identifier
 
Design and development of a fuzzy explainable expert system for a diagnostic ...
Design and development of a fuzzy explainable expert system for a diagnostic ...Design and development of a fuzzy explainable expert system for a diagnostic ...
Design and development of a fuzzy explainable expert system for a diagnostic ...
 
180235(a2)
180235(a2)180235(a2)
180235(a2)
 
Predicting the status of COVID-19 active cases using a neural network time s...
Predicting the status of COVID-19 active cases using a neural  network time s...Predicting the status of COVID-19 active cases using a neural  network time s...
Predicting the status of COVID-19 active cases using a neural network time s...
 
Epidemic Alert System: A Web-based Grassroots Model
Epidemic Alert System: A Web-based Grassroots ModelEpidemic Alert System: A Web-based Grassroots Model
Epidemic Alert System: A Web-based Grassroots Model
 
IRJET - Detecting Pneumonia from Chest X-Ray Images using Committee Machine
IRJET - Detecting Pneumonia from Chest X-Ray Images using Committee MachineIRJET - Detecting Pneumonia from Chest X-Ray Images using Committee Machine
IRJET - Detecting Pneumonia from Chest X-Ray Images using Committee Machine
 
Susceptible exposed infectious recovered-machine learning for COVID-19 predi...
Susceptible exposed infectious recovered-machine learning for  COVID-19 predi...Susceptible exposed infectious recovered-machine learning for  COVID-19 predi...
Susceptible exposed infectious recovered-machine learning for COVID-19 predi...
 
Coronavirus disease 2019 detection using deep features learning
Coronavirus disease 2019 detection using deep features learningCoronavirus disease 2019 detection using deep features learning
Coronavirus disease 2019 detection using deep features learning
 
Cloud Computing: A Key to Effective & Efficient Disease Surveillance System
Cloud Computing: A Key to Effective & Efficient Disease Surveillance SystemCloud Computing: A Key to Effective & Efficient Disease Surveillance System
Cloud Computing: A Key to Effective & Efficient Disease Surveillance System
 
European Journal Epractice Volume 8.7
European Journal Epractice Volume 8.7European Journal Epractice Volume 8.7
European Journal Epractice Volume 8.7
 
ONLINE FUZZY-LOGIC KNOWLEDGE WAREHOUSING AND MINING MODEL FOR THE DIAGNOSIS A...
ONLINE FUZZY-LOGIC KNOWLEDGE WAREHOUSING AND MINING MODEL FOR THE DIAGNOSIS A...ONLINE FUZZY-LOGIC KNOWLEDGE WAREHOUSING AND MINING MODEL FOR THE DIAGNOSIS A...
ONLINE FUZZY-LOGIC KNOWLEDGE WAREHOUSING AND MINING MODEL FOR THE DIAGNOSIS A...
 

More from BRNSSPublicationHubI

Computational Dual-system Imaging Processing Methods for Lumbar Spine Specime...
Computational Dual-system Imaging Processing Methods for Lumbar Spine Specime...Computational Dual-system Imaging Processing Methods for Lumbar Spine Specime...
Computational Dual-system Imaging Processing Methods for Lumbar Spine Specime...BRNSSPublicationHubI
 
Prediction of Neurological Disorder using Classification Approach
Prediction of Neurological Disorder using Classification ApproachPrediction of Neurological Disorder using Classification Approach
Prediction of Neurological Disorder using Classification ApproachBRNSSPublicationHubI
 
On increasing of the Density of Elements of Field-effect Heterotransistors Fr...
On increasing of the Density of Elements of Field-effect Heterotransistors Fr...On increasing of the Density of Elements of Field-effect Heterotransistors Fr...
On increasing of the Density of Elements of Field-effect Heterotransistors Fr...BRNSSPublicationHubI
 
On Optimization of Manufacturing of Field-effect Transistors to Increase Thei...
On Optimization of Manufacturing of Field-effect Transistors to Increase Thei...On Optimization of Manufacturing of Field-effect Transistors to Increase Thei...
On Optimization of Manufacturing of Field-effect Transistors to Increase Thei...BRNSSPublicationHubI
 
The Optimization-based Approaches for Task Scheduling to Enhance the Resource...
The Optimization-based Approaches for Task Scheduling to Enhance the Resource...The Optimization-based Approaches for Task Scheduling to Enhance the Resource...
The Optimization-based Approaches for Task Scheduling to Enhance the Resource...BRNSSPublicationHubI
 
Contactless Real-Time Vital Signs Monitoring Using a Webcam
Contactless Real-Time Vital Signs Monitoring Using a WebcamContactless Real-Time Vital Signs Monitoring Using a Webcam
Contactless Real-Time Vital Signs Monitoring Using a WebcamBRNSSPublicationHubI
 
Secure and Energy Savings Communication of Flying Ad Hoc Network for Rescue O...
Secure and Energy Savings Communication of Flying Ad Hoc Network for Rescue O...Secure and Energy Savings Communication of Flying Ad Hoc Network for Rescue O...
Secure and Energy Savings Communication of Flying Ad Hoc Network for Rescue O...BRNSSPublicationHubI
 
A Survey on Secure Routing Protocol for Data Transmission in ad hoc Networks
A Survey on Secure Routing Protocol for Data Transmission in ad hoc NetworksA Survey on Secure Routing Protocol for Data Transmission in ad hoc Networks
A Survey on Secure Routing Protocol for Data Transmission in ad hoc NetworksBRNSSPublicationHubI
 
FPGA Hardware Design of Different LDPC Applications: Survey
FPGA Hardware Design of Different LDPC Applications: SurveyFPGA Hardware Design of Different LDPC Applications: Survey
FPGA Hardware Design of Different LDPC Applications: SurveyBRNSSPublicationHubI
 
Design and Implementation of Smart Air Pollution Monitoring System Based on I...
Design and Implementation of Smart Air Pollution Monitoring System Based on I...Design and Implementation of Smart Air Pollution Monitoring System Based on I...
Design and Implementation of Smart Air Pollution Monitoring System Based on I...BRNSSPublicationHubI
 
Smart Monitoring System for Substation’ Parameters and Automatic under Freque...
Smart Monitoring System for Substation’ Parameters and Automatic under Freque...Smart Monitoring System for Substation’ Parameters and Automatic under Freque...
Smart Monitoring System for Substation’ Parameters and Automatic under Freque...BRNSSPublicationHubI
 
An Automatic Coronavirus Detection Systems: Survey
An Automatic Coronavirus Detection Systems: SurveyAn Automatic Coronavirus Detection Systems: Survey
An Automatic Coronavirus Detection Systems: SurveyBRNSSPublicationHubI
 
Manifolds and Catastrophes for Physical Systems
Manifolds and Catastrophes for Physical SystemsManifolds and Catastrophes for Physical Systems
Manifolds and Catastrophes for Physical SystemsBRNSSPublicationHubI
 
Explore the Influencing Variables of Personality Traits on Motives of Adaptin...
Explore the Influencing Variables of Personality Traits on Motives of Adaptin...Explore the Influencing Variables of Personality Traits on Motives of Adaptin...
Explore the Influencing Variables of Personality Traits on Motives of Adaptin...BRNSSPublicationHubI
 
Use of Digital Health Technologies in HealthCare Organization: A System Persp...
Use of Digital Health Technologies in HealthCare Organization: A System Persp...Use of Digital Health Technologies in HealthCare Organization: A System Persp...
Use of Digital Health Technologies in HealthCare Organization: A System Persp...BRNSSPublicationHubI
 
A Survey on Non-Contact Heart Rate Estimation from Facial Video
A Survey on Non-Contact Heart Rate Estimation from Facial VideoA Survey on Non-Contact Heart Rate Estimation from Facial Video
A Survey on Non-Contact Heart Rate Estimation from Facial VideoBRNSSPublicationHubI
 
Impact of Classification Algorithms on Cardiotocography Dataset for Fetal Sta...
Impact of Classification Algorithms on Cardiotocography Dataset for Fetal Sta...Impact of Classification Algorithms on Cardiotocography Dataset for Fetal Sta...
Impact of Classification Algorithms on Cardiotocography Dataset for Fetal Sta...BRNSSPublicationHubI
 
Improved Particle Swarm Optimization Based on Blockchain Mechanism for Flexib...
Improved Particle Swarm Optimization Based on Blockchain Mechanism for Flexib...Improved Particle Swarm Optimization Based on Blockchain Mechanism for Flexib...
Improved Particle Swarm Optimization Based on Blockchain Mechanism for Flexib...BRNSSPublicationHubI
 
Investigating the Relationship Between Teaching Performance and Research Perf...
Investigating the Relationship Between Teaching Performance and Research Perf...Investigating the Relationship Between Teaching Performance and Research Perf...
Investigating the Relationship Between Teaching Performance and Research Perf...BRNSSPublicationHubI
 
Data Communication Using Cryptography Encryption
Data Communication Using Cryptography EncryptionData Communication Using Cryptography Encryption
Data Communication Using Cryptography EncryptionBRNSSPublicationHubI
 

More from BRNSSPublicationHubI (20)

Computational Dual-system Imaging Processing Methods for Lumbar Spine Specime...
Computational Dual-system Imaging Processing Methods for Lumbar Spine Specime...Computational Dual-system Imaging Processing Methods for Lumbar Spine Specime...
Computational Dual-system Imaging Processing Methods for Lumbar Spine Specime...
 
Prediction of Neurological Disorder using Classification Approach
Prediction of Neurological Disorder using Classification ApproachPrediction of Neurological Disorder using Classification Approach
Prediction of Neurological Disorder using Classification Approach
 
On increasing of the Density of Elements of Field-effect Heterotransistors Fr...
On increasing of the Density of Elements of Field-effect Heterotransistors Fr...On increasing of the Density of Elements of Field-effect Heterotransistors Fr...
On increasing of the Density of Elements of Field-effect Heterotransistors Fr...
 
On Optimization of Manufacturing of Field-effect Transistors to Increase Thei...
On Optimization of Manufacturing of Field-effect Transistors to Increase Thei...On Optimization of Manufacturing of Field-effect Transistors to Increase Thei...
On Optimization of Manufacturing of Field-effect Transistors to Increase Thei...
 
The Optimization-based Approaches for Task Scheduling to Enhance the Resource...
The Optimization-based Approaches for Task Scheduling to Enhance the Resource...The Optimization-based Approaches for Task Scheduling to Enhance the Resource...
The Optimization-based Approaches for Task Scheduling to Enhance the Resource...
 
Contactless Real-Time Vital Signs Monitoring Using a Webcam
Contactless Real-Time Vital Signs Monitoring Using a WebcamContactless Real-Time Vital Signs Monitoring Using a Webcam
Contactless Real-Time Vital Signs Monitoring Using a Webcam
 
Secure and Energy Savings Communication of Flying Ad Hoc Network for Rescue O...
Secure and Energy Savings Communication of Flying Ad Hoc Network for Rescue O...Secure and Energy Savings Communication of Flying Ad Hoc Network for Rescue O...
Secure and Energy Savings Communication of Flying Ad Hoc Network for Rescue O...
 
A Survey on Secure Routing Protocol for Data Transmission in ad hoc Networks
A Survey on Secure Routing Protocol for Data Transmission in ad hoc NetworksA Survey on Secure Routing Protocol for Data Transmission in ad hoc Networks
A Survey on Secure Routing Protocol for Data Transmission in ad hoc Networks
 
FPGA Hardware Design of Different LDPC Applications: Survey
FPGA Hardware Design of Different LDPC Applications: SurveyFPGA Hardware Design of Different LDPC Applications: Survey
FPGA Hardware Design of Different LDPC Applications: Survey
 
Design and Implementation of Smart Air Pollution Monitoring System Based on I...
Design and Implementation of Smart Air Pollution Monitoring System Based on I...Design and Implementation of Smart Air Pollution Monitoring System Based on I...
Design and Implementation of Smart Air Pollution Monitoring System Based on I...
 
Smart Monitoring System for Substation’ Parameters and Automatic under Freque...
Smart Monitoring System for Substation’ Parameters and Automatic under Freque...Smart Monitoring System for Substation’ Parameters and Automatic under Freque...
Smart Monitoring System for Substation’ Parameters and Automatic under Freque...
 
An Automatic Coronavirus Detection Systems: Survey
An Automatic Coronavirus Detection Systems: SurveyAn Automatic Coronavirus Detection Systems: Survey
An Automatic Coronavirus Detection Systems: Survey
 
Manifolds and Catastrophes for Physical Systems
Manifolds and Catastrophes for Physical SystemsManifolds and Catastrophes for Physical Systems
Manifolds and Catastrophes for Physical Systems
 
Explore the Influencing Variables of Personality Traits on Motives of Adaptin...
Explore the Influencing Variables of Personality Traits on Motives of Adaptin...Explore the Influencing Variables of Personality Traits on Motives of Adaptin...
Explore the Influencing Variables of Personality Traits on Motives of Adaptin...
 
Use of Digital Health Technologies in HealthCare Organization: A System Persp...
Use of Digital Health Technologies in HealthCare Organization: A System Persp...Use of Digital Health Technologies in HealthCare Organization: A System Persp...
Use of Digital Health Technologies in HealthCare Organization: A System Persp...
 
A Survey on Non-Contact Heart Rate Estimation from Facial Video
A Survey on Non-Contact Heart Rate Estimation from Facial VideoA Survey on Non-Contact Heart Rate Estimation from Facial Video
A Survey on Non-Contact Heart Rate Estimation from Facial Video
 
Impact of Classification Algorithms on Cardiotocography Dataset for Fetal Sta...
Impact of Classification Algorithms on Cardiotocography Dataset for Fetal Sta...Impact of Classification Algorithms on Cardiotocography Dataset for Fetal Sta...
Impact of Classification Algorithms on Cardiotocography Dataset for Fetal Sta...
 
Improved Particle Swarm Optimization Based on Blockchain Mechanism for Flexib...
Improved Particle Swarm Optimization Based on Blockchain Mechanism for Flexib...Improved Particle Swarm Optimization Based on Blockchain Mechanism for Flexib...
Improved Particle Swarm Optimization Based on Blockchain Mechanism for Flexib...
 
Investigating the Relationship Between Teaching Performance and Research Perf...
Investigating the Relationship Between Teaching Performance and Research Perf...Investigating the Relationship Between Teaching Performance and Research Perf...
Investigating the Relationship Between Teaching Performance and Research Perf...
 
Data Communication Using Cryptography Encryption
Data Communication Using Cryptography EncryptionData Communication Using Cryptography Encryption
Data Communication Using Cryptography Encryption
 

Recently uploaded

Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Dr. Mazin Mohamed alkathiri
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 đź’ž Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 đź’ž Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 đź’ž Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 đź’ž Full Nigh...Pooja Nehwal
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 

Recently uploaded (20)

Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 đź’ž Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 đź’ž Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 đź’ž Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 đź’ž Full Nigh...
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 

A Predictive Model for Novel Corona Virus Detection with Support Vector Machine

  • 1. © 2021, AJCSE. All Rights Reserved 16 RESEARCH ARTICLE A Predictive Model for Novel Corona Virus Detection with Support Vector Machine Tsehay Admassu Assegie Department of Computing Science, Faculty of Computing Technology, Aksum Institute of Technology, Aksum University, Aksum, Ethiopia Received on: 15-01-2021; Revised on: 01-02-2021; Acceptance on: 16-03-2021 ABSTRACT In this research, we have proposed machine-learning model for predicting coronavirus by employing support vector machine. The proposed model assists medical experts in the early detection of novel coronavirus disease (COVID-19) and helpful to make better decision during the coronavirus diagnosis. The objective of this study is to solve the problems caused by the wide-spreading coronavirus pandemic through machine learning approaches assisting the medical experts in detecting a novel coronavirus in the early stage. The detection of the coronavirus in early stage is vital in reducing the number of new cases of coronavirus through isolation of infected person from uninfected people. A support vector machine trained on the COVID-19 dataset collected from the online Kaggle data repository for coronavirus tested case dataset. Finally, we have analyzed the performance of the proposed model on coronavirus prediction with accuracy, precision recall, and receiver operating characteristic curve as performance metric in the evaluation of the model. The experimental test result reveals that the model has an accuracy score of 96.68% on detection of coronavirus. Key words: Novel corona virus, Corona virus disease-19, Support vector machine, Machine learning, Disease prediction INTRODUCTION A novel coronavirus disease (COVID-19) is a family of virus that infects the human respiratory and hepatic organs which eventually causes death.[1] The coronavirus is wide spreading all over the world causing death to human beings almost in all countries of the world. The pandemic is wide-spreading daily and the fear increased day by day due to the increased transmission rate.[1,2] Combating the problem and the effect of COVID-19 on society requires much effort and research from multidiscipline such as healthcare experts, statistics, and computer science. Recently, computer science has become vital to the medical field due to the improved precision and faster speed in disease detection, treatment, and diagnosis. The challenge with COVID-19 is that transmission rate is higher compared to other diseases and there is no vaccine to the virus.[2] Address for correspondence: Tsehay Admassu Assegie, E-mail: tsehayadmassu2006@gmail.com In addition to that, coronavirus is transmitted easily through handshake, kissing, touching the same surface, and any form of physical contact with infected person. This pandemic is causing thousands of deaths due to lack of proper medication, detection, and isolation in an early stages because infected people does not show symptoms for several days or even weeks. Hence, the detection of coronavirus is complicated because the number of medical experts is limited and the new cases introduced day by day are growing rapidly. The limited number of medical experts and equipment required for detection of coronavirus especially, in poor countries such as Ethiopia makes the identification of the virus more complicated. The objective of this research is to combat COVID-19 pandemic by developing predictive model that can assist the medical experts in detection of COVID-19 with machine learning algorithms. Furthermore, this study explores the answer to the following research questions: (1) How can we train a machine to detect COVID-19 in an early stage? (2) What is the relationship among novel coronavirus dataset Available Online at www.ajcse.info Asian Journal of Computer Science Engineering 2021;6(1):16-19 ISSN 2581 – 3781
  • 2. Assegie: A predictive model for novel corona virus AJCSE/Jan-Mar-2021/Vol 6/Issue 1 17 features? (3) How can we combat COVID-19 with machine learning? A massive increase in the number of novel coronavirus patients during the pandemic, has increasedtheworkloadonhealthcareprofessionals. In addition to a very high workload on healthcare professionals, the risk for being infected during the diagnosis process has psychological impact on the healthcare professionals. The novel coronavirus pandemic have a negative impact on the society. Hence, reducing the risk with this pandemic requires an accurate and more precise automated predictive model that assists the health professionals’ workload and stress due to the overwhelming cases of the pandemic. RELATED WORKS A limited number of works have been conducted on the range of applications of machine learning to medical challenges of the prediction of coronavirus. Some of the researches are discussed in this section. In Vaishya et al.,[2] a predictive model for coronavirus patients’ recovery is proposed with support vector machine, decision tree, and NaĂŻve Bayes. The proposed model has an acceptable level of accuracy on predicting whether a coronavirus patient will survive or die. In Swapnarekhaa et al.,[3] the role of intelligent computing to combat the coronavirus is reviewed. Theauthorsreviewedmachinelearningapplication to automation of the coronavirus diagnosis using predictive model is crucial to combat the coronavirus problems as the identification of the virus with automated intelligent systems reduce the time and the cost associated with diagnosis and identification of coronavirus. Automation of the coronavirus diagnosis and identification with machine learning model plays significant role in combating the coronavirus pandemic.[4,5] This is because automated diagnostic system are faster and cost-effective and have higher precision as compared to manual diagnosis. In Dansana et al.,[4] the authors developed decision tree-based coronavirus prediction model. The experimental analysis on the performance of the proposed model shows an accuracy of 60% for the decision tree. In Salehi et al.,[6] the authors reviewed the performanceofmachinelearninganddeeplearning model for automated coronavirus detection. The extensive review on machine learning and coronavirus shows that machine learning plays assistive role in combating coronavirus with acceptable level of performance [Figures 1 and 2]. RESEARCH METHOD In this research, support vector machine-based coronavirus prediction model is developed using python programming language. The predictive model is trained on different observations of coronavirus dataset collected from online Kaggle data repository. The dataset consists of 2000 samples of which 913 are tested positive samples and 1087 samples are negative test samples. Each observation consists of a set of features, which are the symptoms of a coronavirus such as age, Figure 1: Corona virus cases October 4, 2020 (WHO)
  • 3. Assegie: A predictive model for novel corona virus AJCSE/Jan-Mar-2021/Vol 6/Issue 1 18 headache, and shortness of breathing, sore throat, fever, and cough. The features taken as an input to the support vector machine and target feature, considered as the output of the model. In addition to automation of the coronavirus diagnosis with the use machine learning model, this research investigates the feature that has significant relationship to the target feature. The correlation between each feature in the coronavirus dataset is explored with Pearson correlation matrix as demonstrated in Figure 3. As demonstrated in Figure 3, the coronavirus target feature has strong relationship with headache. This implies that the probability that a person is tested positive for coronavirus is high if the person has headache. The features such as sore throat and fever have strong relationship with the target feature.[7-9] RESULT AND DISCUSSION The experimental results are analyzed to validate the performance of the proposed coronavirus prediction model. Some of performance metrics used in evaluation include receiver operating characteristics (ROC) and accuracy. The performanceoftheproposedmodelexperimentally Figure 2: The first twenty coronavirus dataset features used in training Figure 3: Coronavirus feature relationship
  • 4. Assegie: A predictive model for novel corona virus AJCSE/Jan-Mar-2021/Vol 6/Issue 1 19 tested on the coronavirus dataset collected from online Kaggle data repository. The learning curve of the model is demonstrated in Figure 4 for coronavirus dataset. As shown in Figure 4, the training score is low when smaller sample size is used and is maximum when roughly 1000 training samples are used. The cross- validation score remained constant. As demonstrated in Figure 5, the area under the ROC curve is 0.87, which implies the overall accuracy of the model is acceptable. However, the model has better performance on predicting the class 0 or true negative class as compared to the class 1 or true positive class. CONCLUSION Coronavirus has caused many problems on the society in terms of life and economic activity. Hence, the application of machine learning to the diagnosis of coronavirus plays a significant role in minimizing the effect of the coronavirus on the society. The automation of coronavirus diagnosis plays a great role in minimizing the time required for diagnosis by medical experts. In addition to that, automated diagnosis of coronavirus is vital to support the decisions made by the medical experts providing accurate and precise results as compared to human experts. The implementation of automated coronavirus prediction model presented in this study ensures quicker diagnosis with limited number of medical experts and better decision-making during the diagnosis of the coronavirus. The performance of the proposed model is evaluated on test set and result shows that 96.68% accuracy is achieved. REFERENCES 1. Muhammad LJ, Islam M, Usman SS, Ayon SI. Predictive Data Mining Models for Novel Coronavirus (COVID-19) Infected Patients’Recovery, SN Computer Science; 2020. 2. Vaishya R, Javaid M, Khan IH, Haleem A. Artificial Intelligence (AI) Applications for COVID-19 pandemic, Diabetes and Metabolic: Clinical Research and Reviews; 2020. 3. Swapnarekhaa H, Beheraa HS, Nayak J, Naik B. Role of Intelligent Computing in COVID-19 prognosis: A State-of-the-Art Review. Netherlands: Elsevier; 2020. 4. Dansana D, Kumar R, Bhattacharjee A, Hemanth DJ, Gupta D, Khanna A, Castillo O. Early Diagnosis of COVID-19-Affected Patients Based on X-Ray and Computed Tomography Images using Deep Learning Algorithm, Soft Computing; 2020. 5. Kassania SH, Kassasnib PH, Wesolowskic MJ, Schneidera KA, Deters R. Automatic Detection of Coronavirus Disease (COVID-19) in X-Ray and CT Images: A Machine Learning Based Approaches; 2020. 6. Salehi AW, Baglat P, Gupta G. Review on Machine and Deep Learning Models for the Detection and Prediction of Coronavirus. Netherlands: Elsevier; 2020. 7. Breast Cancer Prediction Model with Decision Tree and Adaptive Boosting. Vol. 10. IAES International Journal of Artificial Intelligence (IJ-AI); 2021. 8. Assegie TA, Nair PS. The performance of different machine learning models on diabetes prediction. Int J Sci Technol Res 2020;9:2491-4. 9. Assegie TA, Sushma SJ, Kumar SC. Weighted Decision Tree Model for Breast Cancer Detection. Vol. 62. Osaka: Technology Reports of Kansai University; 2020. Figure 4: Learning curve of support vector machine Figure 5: receiver operating characteristic curve of support vector machine