SlideShare a Scribd company logo
1 of 4
Download to read offline
VIVA-Tech International Journal for Research and Innovation Volume 1, Issue 2 (2019)
ISSN(Online): 2581-7280 Article No. 14
PP 1-4
1
www.viva-technology.org/New/IJRI
Proposed Model for Chest Disease Prediction using Data
Analytics
Vikrant A. Agaskar 1
and Umesh Kulkarni2
1
(PG Student ARMIET, Dist. Thane, India)
2
(Vidyalankar Institute of Technology, India)
Abstract: Chest diseases if not properly diagnosed in early stages can be fatal. Because of lack of skilled
knowledge or experiences of real life practitioners, many a times one chest disease is wrongly diagnosed for the
other, which leads to wrong treatment. Due to this the actual disease keeps on growing and become fatal. For
example, muscular chest pains can be treated for the heart disease or COPD is treated for Asthma. Early
prediction of chest disease is crucial but is not an easy task. Consequently, the computer based prediction system
for chest disease may play a significant role as a pre-stage detection to take proper actions with a view to recover
from it. However the choice of the proper Data Mining classification method can effectively predict the early
stage of the disease for being cured from it. In this paper, the three mostly used classification techniques such as
support vector machine (SVM), k-nearest neighbour (KNN) and artificial neural network (ANN) have been studied
with a view to evaluating them for chest disease prediction.
Keywords – KNN, SVM, Data Analysis, ANN.
1. INTRODUCTION
Human beings suffer from a wide variety of chest-related diseases. These chest diseases include asthma,
copd, pneumonia, tuberculosis, etc. The chest diseases have symptoms that demonstrate their presence. Symptoms
include shortness of breath, chest congestion, chest pain, cough from the throat, and cough from the chest, etc.
and manifest in difference, these are the common symptoms which are found in many situations. When human
beings do regular functions in their day to day lives, they are prone to seek these symptoms in situations such as
running, walking, long breathing up, etc. To detect which chest disease the human being might be facing, a plan
is identified by which decision can be made by making use of a symptom-based questionnaire. To make the
machine understand and predict which disease the patient suffers from, it must be trained on the sample datasets
containing symptoms in questionnaire. Such datasets can be obtained from UCI database, CHHS (California
health and human services) database, as well as data from reputed national institute of tuberculosis and respiratory
diseases.
A large number of people who suffer from chest related diseases die due to wrong predication of chest
conditions. This is often due to the fact that they are diagnosed much later after the disease occurs, after which it
becomes difficult to solve the problem. In addition to this, they are often misdiagnosed for one another. A patient
with Asthma may be told he has COPD and vice versa since there is a very thin line difference between these two
diseases. Initially they are so identical that hardly difference is there. This leads to the wrong treatment being
given to the patient and causes adverse effects of the treatment. Therefore, there is a need to build an easy system
to aid doctors for preliminary decision making. There is also a need to empower the patient with a tool that helps
him understand his condition better and take appropriate measures by giving proper information of his condition
of health to the correct doctor.
Mainly focus is on collection of information for Knowledge Discovery in Databases (KDD). This is
initial process from which mashup candidates are identified by addressing a repository of open services. Within
this approach, there is a customized approach to life cycle which software engineers can use to generate new
applications based on service integration techniques. KDD also define service integration qualification by
discovering different aspects of web service specifications.
VIVA-Tech International Journal for Research and Innovation Volume 1, Issue 2 (2019)
ISSN(Online): 2581-7280 Article No. 14
PP 1-4
2
www.viva-technology.org/New/IJRI
2. AVAILABLE METHODS
a. Support Vector Machine (SVM)
Support vector machine is a supervised learning model that is defined as the finite dimensional vector
spaces where each dimension characterizes a feature of a particular object. In this way, SVM has been proved as
an effective method in high-dimensional space problems. Due to its computational competence on huge datasets
SVM is typically used in document classification, sentiment analysis and prediction-based tasks
b. K-Nearest Neighbors (KNN)
K-Nearest Neighbor (KNN), a supervised learning model as well, is used to classify the test data using
the training samples directly. In KNN, an object is classified by the majority voting of its closest neighbors.
Alternatively, the class of a new sample is predicted based on some distance metrics where the distance metric
can be a simple Euclidean distance. In the working steps, KNN first calculates k (No. of the nearest neighbors).
After that, it finds the distance between the training data and then sorts the distance. Subsequently, a class label
will be assigned to the test data based on the majority voting.
c. Artificial Neural Network (ANN)
The Artificial Neural Network (ANN), also a supervised learning strategy, contains three layers: input,
hidden and output. The connection between the input units and the hidden and the output units are based on
relevance of the assigned weight of that specific input unit. Usually, if the weight is higher, then it is considered
more important. ANN may use linear and sigmoid transfer (activation) functions. Also, the ANNs are suitable for
the training of large amounts of data with limited inputs. For multi-layer feed forward ANN, the mostly used
learning algorithm is the Backpropagation learning tool. In ANN, the input data records should be separated into
three sub-datasets for the purpose of training, validation and testing.
3. PROPOSED METHOD
Symptom-based Questionnaires required: Asthma, COPD, Pneumonia, Tuberculosis.
Training of machine using datasets:
a. Dataset required for the purpose can be obtained from UCI repository database, CSSH database
b. Datasets from the National Institute of Tuberculosis and Respiratory Diseases (India).
c. An ML training service like Tensor Flow can be used to train the system based on the dataset
selected.
d. A Cloud ML service can be used to verify and double check the training.
e. Predictive analysis is carried out to find the % of accuracy diagnosis for a particular disease
The main steps which are considered when a predicated disease is to be notified.
Step 1. Collection of user data
Step 2. User choice
Step 3. Collection of questionnaire
Step 4. Processing of data collection
Step 5. Comparing of the data received with data set
Step 6. Result of comparison decision to be taken with respected to which chest disease
Step 7. Depending on the decision proceed for treatment, if ok update the data set
Currently systems utilize a large amount of medical data taken from tests that determine the nature of the
chest disease. These are expensive and not scalable in nature and require advanced medical professionals. To
overcome problems on existing system, in proposed system user does not require to search data in various
repository with special features. User need only to give information which is required to be collected. User can
just type combination of queries and based on user behaviour analysis exact data will be predicted.
However, over the years medical researchers have arrived at a synthesis of this medical data to give us
symptom-based questionnaires that can be used by people to detect these diseases. But the limitations of these
questionnaires are that they have been arrived at in small clinical trials using small amounts of patient and control
data.
Therefore, there is a need to build a machine learning system that uses large amounts of patient and
control data to verify and use these symptoms based questionnaires for the broader public. We seek to integrate
several of these symptom-based questionnaires with real life scenario data to e able to precisely and yet easily
predict which chest disease the patient has. There are two kinds of data required, patient data (chest disease
patients and their symptoms) and control data of normal people with no chest conditions. By integrating these
data sets, to create weighted scores for each question in the questionnaire, we will be able to generate a result of
which chest disease the patient is suffering.
VIVA-Tech International Journal for Research and Innovation Volume 1, Issue 2 (2019)
ISSN(Online): 2581-7280 Article No. 14
PP 1-4
3
www.viva-technology.org/New/IJRI
Fig 1. Flow chart.
The main focus of Predictive Diagnosis System will be to implement machine learning algorithms and
Prediction of which chest disease the patient might be suffering from based on the symptoms.
VIVA-Tech International Journal for Research and Innovation Volume 1, Issue 2 (2019)
ISSN(Online): 2581-7280 Article No. 14
PP 1-4
4
www.viva-technology.org/New/IJRI
4. ANALYSIS AND ADVANTAGES
There are important applications for this type of systems there are:
a. In hospitals for doctors to use as an initial diagnosis measure before further check-ups.
b. For self-diagnosis by patients
c. By government and municipal bodies to see the impact of air pollution on health of citizens.
d. Industries to ensure health and welfare of people before setting up manufacturing and other plants
near occupied localities.
Major advantage of the proposed system is that it is generally very difficult to predict chest diseases other
than heart disease as data and specific criteria’s to diagnose chest diseases are not available. All the system which
are available currently are focusing only on the heart disease prediction. Periodic record of PFT (Pulmonary
function test) gives regular input about the patient’s condition. This system can predict COPD and Asthma well
in their initial stages. COPD and Asthma can be controlled if diagnosed in initial stage itself. Whereas Pneumonia
and heart disease can even be diagnosed and treated as substantial research has already been done.
5. CONCLUSION
A prototype chest disease prediction system is developed using three data mining classification Modeling
techniques. The system extracts hidden knowledge from a historical chest disease database. DMX query language
and functions are used to build and access the models. The models are trained and validated against a test dataset.
Lift Chart and Classification Matrix methods are used to evaluate the effectiveness of the models. All three models
are able to extract patterns in response to the predictable state. The most effective model to predict patients with
chest disease appears to be Artificial Neural Network and Decision Trees. The goals are evaluated against the
trained models. All three models could answer complex queries, each with its own strength with respect to ease
of model interpretation, access to detailed information and accuracy. This system can be further enhanced and
expanded. It can also incorporate other data mining techniques, e.g., Time Series, and Association Rules.
Continuous data can also be used instead of just categorical data. Another area is to use Text Mining to mine the
vast amount of unstructured data available in healthcare databases.
REFERENCES
[1] B Shin, SL Cole, S-J Park, DK Ledford, RF Lockey Division of Allergy and Clinical Immunology, Department of Internal Medicine,
University of South Florida College of Medicine, James A. Haley Veterans’ Medical Center, Tampa, Florida. “A New Symptom Based
Questionnaire for predicting the presence of Asthma” 2006;73:296-305. doi: 10.1159/000090141
[2] Tinkelman D, G, Price D, B, Nordyke R, J, Halbert R, J, Isonaka S, Nonikov D, Juniper E, F, Freeman D, Hausen T, Levy M, L, Østrem
A, van der Molen T, van Schayck C 2006;73:285-“Symptom-Based Questionnaire for Differentiating COPD and Asthma”, 295. doi:
10.1159/000090142
[3] Tinkelman D, G, Halbert R, J, Nordyke R, J, Isonaka S, Nonikov D, Juniper E, F, Freeman D, Hausen T, Levy M, L, Østrem A, van
der Molen T, van Schayck “Symptom-Based Questionnaire for Identifying COPD in Smokers, Respiration”
[4] S. Fathima and N. Hundewale, “Comparison of Classification Techniques- Support Vector Machines and Naive Bayes to predict
the Arboviral Disease-Dengue,” IEEE International Conference on Bioinformatics and Biomedicine Workshops, 2011.
[5] S. Xu, Z. Zhang, D. Wang, J. Hu, X. Duan and T. Zhu,Cardiovascular “Risk Prediction Method Based on CFS Subset Evaluation
and Random Forest Classification Framework,” International Conference on Big Data Analysis, 2017
[6] S. Pouriyeh, S. Vahid, G. Sannino, G. D. Pietro and H. Arabnia, J. Gutierrez, “A Comprehensive Investigation and Comparison of
Machine Learning Techniques in the Domain of Heart Disease,” IEEE Symposium on Computers and Communication, 2017.
[7] Ken Farion Departments of Pediatrics and Emergency Medicine, University of Ottawa Ottawa, Canada Wojtek Michalowski, Szymon
Wilk1 , Dympna O’Sullivan Telfer School of Management, University of Ottawa Ottawa, Canada Stan Matwin School of Information
Technology and Engineering, University of Ottawa Ottawa, Canada Institute of Computer Science, Polish Academy of Sciences Warsaw,
Poland) “A Tree-based Decision Model to Support Prediction of the Severity of Asthma Exacerbations in Children”
[8] Vinayak Singh, Anant Gaikwad, Surendra Waso, Eknath Sawale, IJIRCCE Vol 4, Issue 3, March 2016, PP3253-3258 “Web Based e-
Health Systems and Services,”
[9] Statlog database: http://archive.ics.uci.edu/ml/machine-learningdatabases/statlog/heart/
[10] Cleveland database: http://archive.ics.uci.edu/ml/datasets/Heart+Disease

More Related Content

What's hot

Prediction of Diabetes using Probability Approach
Prediction of Diabetes using Probability ApproachPrediction of Diabetes using Probability Approach
Prediction of Diabetes using Probability ApproachIRJET Journal
 
(Paper) Emergency Medical Support System for Visualizing Locations and Vital ...
(Paper) Emergency Medical Support System for Visualizing Locations and Vital ...(Paper) Emergency Medical Support System for Visualizing Locations and Vital ...
(Paper) Emergency Medical Support System for Visualizing Locations and Vital ...Naoki Shibata
 
IRJET- Diabetes Prediction using Machine Learning
IRJET- Diabetes Prediction using Machine LearningIRJET- Diabetes Prediction using Machine Learning
IRJET- Diabetes Prediction using Machine LearningIRJET Journal
 
IRJET - Machine Learning for Diagnosis of Diabetes
IRJET - Machine Learning for Diagnosis of DiabetesIRJET - Machine Learning for Diagnosis of Diabetes
IRJET - Machine Learning for Diagnosis of DiabetesIRJET Journal
 
Various Data Mining Techniques for Diabetes Prognosis: A Review
Various Data Mining Techniques for Diabetes Prognosis: A ReviewVarious Data Mining Techniques for Diabetes Prognosis: A Review
Various Data Mining Techniques for Diabetes Prognosis: A Reviewijtsrd
 
IRJET- Cancer Disease Prediction using Machine Learning over Big Data
IRJET- Cancer Disease Prediction using Machine Learning over Big DataIRJET- Cancer Disease Prediction using Machine Learning over Big Data
IRJET- Cancer Disease Prediction using Machine Learning over Big DataIRJET Journal
 
Ict in medicine
Ict in medicineIct in medicine
Ict in medicineaixoo
 
cognitive computing for electronic medical record
cognitive computing for electronic medical record cognitive computing for electronic medical record
cognitive computing for electronic medical record selamu shirtawi
 
Health Informatics for Clinical Research (November 25, 2021)
Health Informatics for Clinical Research (November 25, 2021)Health Informatics for Clinical Research (November 25, 2021)
Health Informatics for Clinical Research (November 25, 2021)Nawanan Theera-Ampornpunt
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
IRJET- A System for Complete Healthcare Management: Ask-Us-Health A Secon...
IRJET-  	  A System for Complete Healthcare Management: Ask-Us-Health A Secon...IRJET-  	  A System for Complete Healthcare Management: Ask-Us-Health A Secon...
IRJET- A System for Complete Healthcare Management: Ask-Us-Health A Secon...IRJET Journal
 
INTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASES
INTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASESINTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASES
INTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASESpijans
 
INTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASES
INTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASESINTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASES
INTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASESamsjournal
 
Ai in diabetes management
Ai in diabetes managementAi in diabetes management
Ai in diabetes managementGOPAL KHODVE
 
IRJET- Disease Analysis and Giving Remedies through an Android Application
IRJET- Disease Analysis and Giving Remedies through an Android ApplicationIRJET- Disease Analysis and Giving Remedies through an Android Application
IRJET- Disease Analysis and Giving Remedies through an Android ApplicationIRJET Journal
 
Analysis and Prediction of Diabetes Diseases using Machine Learning Algorithm...
Analysis and Prediction of Diabetes Diseases using Machine Learning Algorithm...Analysis and Prediction of Diabetes Diseases using Machine Learning Algorithm...
Analysis and Prediction of Diabetes Diseases using Machine Learning Algorithm...IRJET Journal
 
2012 02 10 - Vreeman - Possibilities and Implications of ICF-powered Health I...
2012 02 10 - Vreeman - Possibilities and Implications of ICF-powered Health I...2012 02 10 - Vreeman - Possibilities and Implications of ICF-powered Health I...
2012 02 10 - Vreeman - Possibilities and Implications of ICF-powered Health I...dvreeman
 
IRJET- Survey on Risk Estimation of Chronic Disease using Machine Learning
IRJET- Survey on Risk Estimation of Chronic Disease using Machine LearningIRJET- Survey on Risk Estimation of Chronic Disease using Machine Learning
IRJET- Survey on Risk Estimation of Chronic Disease using Machine LearningIRJET Journal
 
Diabetes prediction using different machine learning approaches
Diabetes prediction using different machine learning approachesDiabetes prediction using different machine learning approaches
Diabetes prediction using different machine learning approachesCloudTechnologies
 

What's hot (19)

Prediction of Diabetes using Probability Approach
Prediction of Diabetes using Probability ApproachPrediction of Diabetes using Probability Approach
Prediction of Diabetes using Probability Approach
 
(Paper) Emergency Medical Support System for Visualizing Locations and Vital ...
(Paper) Emergency Medical Support System for Visualizing Locations and Vital ...(Paper) Emergency Medical Support System for Visualizing Locations and Vital ...
(Paper) Emergency Medical Support System for Visualizing Locations and Vital ...
 
IRJET- Diabetes Prediction using Machine Learning
IRJET- Diabetes Prediction using Machine LearningIRJET- Diabetes Prediction using Machine Learning
IRJET- Diabetes Prediction using Machine Learning
 
IRJET - Machine Learning for Diagnosis of Diabetes
IRJET - Machine Learning for Diagnosis of DiabetesIRJET - Machine Learning for Diagnosis of Diabetes
IRJET - Machine Learning for Diagnosis of Diabetes
 
Various Data Mining Techniques for Diabetes Prognosis: A Review
Various Data Mining Techniques for Diabetes Prognosis: A ReviewVarious Data Mining Techniques for Diabetes Prognosis: A Review
Various Data Mining Techniques for Diabetes Prognosis: A Review
 
IRJET- Cancer Disease Prediction using Machine Learning over Big Data
IRJET- Cancer Disease Prediction using Machine Learning over Big DataIRJET- Cancer Disease Prediction using Machine Learning over Big Data
IRJET- Cancer Disease Prediction using Machine Learning over Big Data
 
Ict in medicine
Ict in medicineIct in medicine
Ict in medicine
 
cognitive computing for electronic medical record
cognitive computing for electronic medical record cognitive computing for electronic medical record
cognitive computing for electronic medical record
 
Health Informatics for Clinical Research (November 25, 2021)
Health Informatics for Clinical Research (November 25, 2021)Health Informatics for Clinical Research (November 25, 2021)
Health Informatics for Clinical Research (November 25, 2021)
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
IRJET- A System for Complete Healthcare Management: Ask-Us-Health A Secon...
IRJET-  	  A System for Complete Healthcare Management: Ask-Us-Health A Secon...IRJET-  	  A System for Complete Healthcare Management: Ask-Us-Health A Secon...
IRJET- A System for Complete Healthcare Management: Ask-Us-Health A Secon...
 
INTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASES
INTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASESINTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASES
INTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASES
 
INTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASES
INTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASESINTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASES
INTERNET OF THINGS BASED MODEL FOR IDENTIFYING PEDIATRIC EMERGENCY CASES
 
Ai in diabetes management
Ai in diabetes managementAi in diabetes management
Ai in diabetes management
 
IRJET- Disease Analysis and Giving Remedies through an Android Application
IRJET- Disease Analysis and Giving Remedies through an Android ApplicationIRJET- Disease Analysis and Giving Remedies through an Android Application
IRJET- Disease Analysis and Giving Remedies through an Android Application
 
Analysis and Prediction of Diabetes Diseases using Machine Learning Algorithm...
Analysis and Prediction of Diabetes Diseases using Machine Learning Algorithm...Analysis and Prediction of Diabetes Diseases using Machine Learning Algorithm...
Analysis and Prediction of Diabetes Diseases using Machine Learning Algorithm...
 
2012 02 10 - Vreeman - Possibilities and Implications of ICF-powered Health I...
2012 02 10 - Vreeman - Possibilities and Implications of ICF-powered Health I...2012 02 10 - Vreeman - Possibilities and Implications of ICF-powered Health I...
2012 02 10 - Vreeman - Possibilities and Implications of ICF-powered Health I...
 
IRJET- Survey on Risk Estimation of Chronic Disease using Machine Learning
IRJET- Survey on Risk Estimation of Chronic Disease using Machine LearningIRJET- Survey on Risk Estimation of Chronic Disease using Machine Learning
IRJET- Survey on Risk Estimation of Chronic Disease using Machine Learning
 
Diabetes prediction using different machine learning approaches
Diabetes prediction using different machine learning approachesDiabetes prediction using different machine learning approaches
Diabetes prediction using different machine learning approaches
 

Similar to Proposed Model for Chest Disease Prediction using Data Analytics

Multiple disease prediction using Machine Learning Algorithms
Multiple disease prediction using Machine Learning AlgorithmsMultiple disease prediction using Machine Learning Algorithms
Multiple disease prediction using Machine Learning AlgorithmsIRJET Journal
 
Health Analyzer System
Health Analyzer SystemHealth Analyzer System
Health Analyzer SystemIRJET Journal
 
Unified Medical Data Platform focused on Accuracy
Unified Medical Data Platform focused on AccuracyUnified Medical Data Platform focused on Accuracy
Unified Medical Data Platform focused on AccuracyQuahog Life Sciences
 
Multi Disease Detection using Deep Learning
Multi Disease Detection using Deep LearningMulti Disease Detection using Deep Learning
Multi Disease Detection using Deep LearningIRJET Journal
 
MIT Media Lab REDx Workshop
MIT Media Lab REDx WorkshopMIT Media Lab REDx Workshop
MIT Media Lab REDx WorkshopAbhinandan Dubey
 
IRJET - Prediction and Analysis of Multiple Diseases using Machine Learni...
IRJET -  	  Prediction and Analysis of Multiple Diseases using Machine Learni...IRJET -  	  Prediction and Analysis of Multiple Diseases using Machine Learni...
IRJET - Prediction and Analysis of Multiple Diseases using Machine Learni...IRJET Journal
 
Multiple Disease Prediction System
Multiple Disease Prediction SystemMultiple Disease Prediction System
Multiple Disease Prediction SystemIRJET Journal
 
X-Ray Disease Identifier
X-Ray Disease IdentifierX-Ray Disease Identifier
X-Ray Disease IdentifierIRJET Journal
 
Data science in healthcare.pptx
Data science in healthcare.pptxData science in healthcare.pptx
Data science in healthcare.pptxriyakhandelwal18rk
 
PERFORMANCE OF DATA MINING TECHNIQUES TO PREDICT IN HEALTHCARE CASE STUDY: CH...
PERFORMANCE OF DATA MINING TECHNIQUES TO PREDICT IN HEALTHCARE CASE STUDY: CH...PERFORMANCE OF DATA MINING TECHNIQUES TO PREDICT IN HEALTHCARE CASE STUDY: CH...
PERFORMANCE OF DATA MINING TECHNIQUES TO PREDICT IN HEALTHCARE CASE STUDY: CH...ijdms
 
AN IMPROVED MODEL FOR CLINICAL DECISION SUPPORT SYSTEM
AN IMPROVED MODEL FOR CLINICAL DECISION SUPPORT SYSTEMAN IMPROVED MODEL FOR CLINICAL DECISION SUPPORT SYSTEM
AN IMPROVED MODEL FOR CLINICAL DECISION SUPPORT SYSTEMijaia
 
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
 
Plug In Generator To Produce Variant Outputs For Unique Data.
Plug In Generator To Produce Variant Outputs For Unique Data.Plug In Generator To Produce Variant Outputs For Unique Data.
Plug In Generator To Produce Variant Outputs For Unique Data.IJRES Journal
 
Cloud based Health Prediction System
Cloud based Health Prediction SystemCloud based Health Prediction System
Cloud based Health Prediction SystemIRJET Journal
 
COVID-19 knowledge-based system for diagnosis in Iraq using IoT environment
COVID-19 knowledge-based system for diagnosis in Iraq using IoT environmentCOVID-19 knowledge-based system for diagnosis in Iraq using IoT environment
COVID-19 knowledge-based system for diagnosis in Iraq using IoT environmentnooriasukmaningtyas
 
IRJET - Digital Assistance: A New Impulse on Stroke Patient Health Care using...
IRJET - Digital Assistance: A New Impulse on Stroke Patient Health Care using...IRJET - Digital Assistance: A New Impulse on Stroke Patient Health Care using...
IRJET - Digital Assistance: A New Impulse on Stroke Patient Health Care using...IRJET Journal
 
IRJET- Result on the Application for Multiple Disease Prediction from Symptom...
IRJET- Result on the Application for Multiple Disease Prediction from Symptom...IRJET- Result on the Application for Multiple Disease Prediction from Symptom...
IRJET- Result on the Application for Multiple Disease Prediction from Symptom...IRJET Journal
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 

Similar to Proposed Model for Chest Disease Prediction using Data Analytics (20)

Multiple disease prediction using Machine Learning Algorithms
Multiple disease prediction using Machine Learning AlgorithmsMultiple disease prediction using Machine Learning Algorithms
Multiple disease prediction using Machine Learning Algorithms
 
Health Analyzer System
Health Analyzer SystemHealth Analyzer System
Health Analyzer System
 
Prediction for Pulmonary Disease Based on Diagnostic Reciepes and Classification
Prediction for Pulmonary Disease Based on Diagnostic Reciepes and ClassificationPrediction for Pulmonary Disease Based on Diagnostic Reciepes and Classification
Prediction for Pulmonary Disease Based on Diagnostic Reciepes and Classification
 
Unified Medical Data Platform focused on Accuracy
Unified Medical Data Platform focused on AccuracyUnified Medical Data Platform focused on Accuracy
Unified Medical Data Platform focused on Accuracy
 
Multi Disease Detection using Deep Learning
Multi Disease Detection using Deep LearningMulti Disease Detection using Deep Learning
Multi Disease Detection using Deep Learning
 
MIT Media Lab REDx Workshop
MIT Media Lab REDx WorkshopMIT Media Lab REDx Workshop
MIT Media Lab REDx Workshop
 
IRJET - Prediction and Analysis of Multiple Diseases using Machine Learni...
IRJET -  	  Prediction and Analysis of Multiple Diseases using Machine Learni...IRJET -  	  Prediction and Analysis of Multiple Diseases using Machine Learni...
IRJET - Prediction and Analysis of Multiple Diseases using Machine Learni...
 
Multiple Disease Prediction System
Multiple Disease Prediction SystemMultiple Disease Prediction System
Multiple Disease Prediction System
 
X-Ray Disease Identifier
X-Ray Disease IdentifierX-Ray Disease Identifier
X-Ray Disease Identifier
 
Data science in healthcare.pptx
Data science in healthcare.pptxData science in healthcare.pptx
Data science in healthcare.pptx
 
PERFORMANCE OF DATA MINING TECHNIQUES TO PREDICT IN HEALTHCARE CASE STUDY: CH...
PERFORMANCE OF DATA MINING TECHNIQUES TO PREDICT IN HEALTHCARE CASE STUDY: CH...PERFORMANCE OF DATA MINING TECHNIQUES TO PREDICT IN HEALTHCARE CASE STUDY: CH...
PERFORMANCE OF DATA MINING TECHNIQUES TO PREDICT IN HEALTHCARE CASE STUDY: CH...
 
AN IMPROVED MODEL FOR CLINICAL DECISION SUPPORT SYSTEM
AN IMPROVED MODEL FOR CLINICAL DECISION SUPPORT SYSTEMAN IMPROVED MODEL FOR CLINICAL DECISION SUPPORT SYSTEM
AN IMPROVED MODEL FOR CLINICAL DECISION SUPPORT SYSTEM
 
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
 
Plug In Generator To Produce Variant Outputs For Unique Data.
Plug In Generator To Produce Variant Outputs For Unique Data.Plug In Generator To Produce Variant Outputs For Unique Data.
Plug In Generator To Produce Variant Outputs For Unique Data.
 
Cloud based Health Prediction System
Cloud based Health Prediction SystemCloud based Health Prediction System
Cloud based Health Prediction System
 
COVID-19 knowledge-based system for diagnosis in Iraq using IoT environment
COVID-19 knowledge-based system for diagnosis in Iraq using IoT environmentCOVID-19 knowledge-based system for diagnosis in Iraq using IoT environment
COVID-19 knowledge-based system for diagnosis in Iraq using IoT environment
 
vaagdevi paper.pdf
vaagdevi paper.pdfvaagdevi paper.pdf
vaagdevi paper.pdf
 
IRJET - Digital Assistance: A New Impulse on Stroke Patient Health Care using...
IRJET - Digital Assistance: A New Impulse on Stroke Patient Health Care using...IRJET - Digital Assistance: A New Impulse on Stroke Patient Health Care using...
IRJET - Digital Assistance: A New Impulse on Stroke Patient Health Care using...
 
IRJET- Result on the Application for Multiple Disease Prediction from Symptom...
IRJET- Result on the Application for Multiple Disease Prediction from Symptom...IRJET- Result on the Application for Multiple Disease Prediction from Symptom...
IRJET- Result on the Application for Multiple Disease Prediction from Symptom...
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 

More from vivatechijri

Understanding the Impact and Challenges of Corona Crisis on Education Sector...
Understanding the Impact and Challenges of Corona Crisis on  Education Sector...Understanding the Impact and Challenges of Corona Crisis on  Education Sector...
Understanding the Impact and Challenges of Corona Crisis on Education Sector...vivatechijri
 
LEADERSHIP ONLY CAN LEAD THE ORGANIZATION TOWARDS IMPROVEMENT AND DEVELOPMENT
LEADERSHIP ONLY CAN LEAD THE ORGANIZATION  TOWARDS IMPROVEMENT AND DEVELOPMENT  LEADERSHIP ONLY CAN LEAD THE ORGANIZATION  TOWARDS IMPROVEMENT AND DEVELOPMENT
LEADERSHIP ONLY CAN LEAD THE ORGANIZATION TOWARDS IMPROVEMENT AND DEVELOPMENT vivatechijri
 
A study on solving Assignment Problem
A study on solving Assignment ProblemA study on solving Assignment Problem
A study on solving Assignment Problemvivatechijri
 
Structural and Morphological Studies of Nano Composite Polymer Gel Electroly...
Structural and Morphological Studies of Nano Composite  Polymer Gel Electroly...Structural and Morphological Studies of Nano Composite  Polymer Gel Electroly...
Structural and Morphological Studies of Nano Composite Polymer Gel Electroly...vivatechijri
 
Theoretical study of two dimensional Nano sheet for gas sensing application
Theoretical study of two dimensional Nano sheet for gas sensing  applicationTheoretical study of two dimensional Nano sheet for gas sensing  application
Theoretical study of two dimensional Nano sheet for gas sensing applicationvivatechijri
 
METHODS FOR DETECTION OF COMMON ADULTERANTS IN FOOD
METHODS FOR DETECTION OF COMMON  ADULTERANTS IN FOODMETHODS FOR DETECTION OF COMMON  ADULTERANTS IN FOOD
METHODS FOR DETECTION OF COMMON ADULTERANTS IN FOODvivatechijri
 
The Business Development Ethics
The Business Development EthicsThe Business Development Ethics
The Business Development Ethicsvivatechijri
 
An Alternative to Hard Drives in the Coming Future:DNA-BASED DATA STORAGE
An Alternative to Hard Drives in the Coming Future:DNA-BASED DATA STORAGEAn Alternative to Hard Drives in the Coming Future:DNA-BASED DATA STORAGE
An Alternative to Hard Drives in the Coming Future:DNA-BASED DATA STORAGEvivatechijri
 
Enhancing The Capability of Chatbots
Enhancing The Capability of ChatbotsEnhancing The Capability of Chatbots
Enhancing The Capability of Chatbotsvivatechijri
 
Smart Glasses Technology
Smart Glasses TechnologySmart Glasses Technology
Smart Glasses Technologyvivatechijri
 
Future Applications of Smart Iot Devices
Future Applications of Smart Iot DevicesFuture Applications of Smart Iot Devices
Future Applications of Smart Iot Devicesvivatechijri
 
Cross Platform Development Using Flutter
Cross Platform Development Using FlutterCross Platform Development Using Flutter
Cross Platform Development Using Fluttervivatechijri
 
Recommender Systems
Recommender SystemsRecommender Systems
Recommender Systemsvivatechijri
 
Light Fidelity(LiFi)- Wireless Optical Networking Technology
Light Fidelity(LiFi)- Wireless Optical Networking TechnologyLight Fidelity(LiFi)- Wireless Optical Networking Technology
Light Fidelity(LiFi)- Wireless Optical Networking Technologyvivatechijri
 
Social media platform and Our right to privacy
Social media platform and Our right to privacySocial media platform and Our right to privacy
Social media platform and Our right to privacyvivatechijri
 
THE USABILITY METRICS FOR USER EXPERIENCE
THE USABILITY METRICS FOR USER EXPERIENCETHE USABILITY METRICS FOR USER EXPERIENCE
THE USABILITY METRICS FOR USER EXPERIENCEvivatechijri
 
Google File System
Google File SystemGoogle File System
Google File Systemvivatechijri
 
A Study of Tokenization of Real Estate Using Blockchain Technology
A Study of Tokenization of Real Estate Using Blockchain TechnologyA Study of Tokenization of Real Estate Using Blockchain Technology
A Study of Tokenization of Real Estate Using Blockchain Technologyvivatechijri
 

More from vivatechijri (20)

Understanding the Impact and Challenges of Corona Crisis on Education Sector...
Understanding the Impact and Challenges of Corona Crisis on  Education Sector...Understanding the Impact and Challenges of Corona Crisis on  Education Sector...
Understanding the Impact and Challenges of Corona Crisis on Education Sector...
 
LEADERSHIP ONLY CAN LEAD THE ORGANIZATION TOWARDS IMPROVEMENT AND DEVELOPMENT
LEADERSHIP ONLY CAN LEAD THE ORGANIZATION  TOWARDS IMPROVEMENT AND DEVELOPMENT  LEADERSHIP ONLY CAN LEAD THE ORGANIZATION  TOWARDS IMPROVEMENT AND DEVELOPMENT
LEADERSHIP ONLY CAN LEAD THE ORGANIZATION TOWARDS IMPROVEMENT AND DEVELOPMENT
 
A study on solving Assignment Problem
A study on solving Assignment ProblemA study on solving Assignment Problem
A study on solving Assignment Problem
 
Structural and Morphological Studies of Nano Composite Polymer Gel Electroly...
Structural and Morphological Studies of Nano Composite  Polymer Gel Electroly...Structural and Morphological Studies of Nano Composite  Polymer Gel Electroly...
Structural and Morphological Studies of Nano Composite Polymer Gel Electroly...
 
Theoretical study of two dimensional Nano sheet for gas sensing application
Theoretical study of two dimensional Nano sheet for gas sensing  applicationTheoretical study of two dimensional Nano sheet for gas sensing  application
Theoretical study of two dimensional Nano sheet for gas sensing application
 
METHODS FOR DETECTION OF COMMON ADULTERANTS IN FOOD
METHODS FOR DETECTION OF COMMON  ADULTERANTS IN FOODMETHODS FOR DETECTION OF COMMON  ADULTERANTS IN FOOD
METHODS FOR DETECTION OF COMMON ADULTERANTS IN FOOD
 
The Business Development Ethics
The Business Development EthicsThe Business Development Ethics
The Business Development Ethics
 
Digital Wellbeing
Digital WellbeingDigital Wellbeing
Digital Wellbeing
 
An Alternative to Hard Drives in the Coming Future:DNA-BASED DATA STORAGE
An Alternative to Hard Drives in the Coming Future:DNA-BASED DATA STORAGEAn Alternative to Hard Drives in the Coming Future:DNA-BASED DATA STORAGE
An Alternative to Hard Drives in the Coming Future:DNA-BASED DATA STORAGE
 
Enhancing The Capability of Chatbots
Enhancing The Capability of ChatbotsEnhancing The Capability of Chatbots
Enhancing The Capability of Chatbots
 
Smart Glasses Technology
Smart Glasses TechnologySmart Glasses Technology
Smart Glasses Technology
 
Future Applications of Smart Iot Devices
Future Applications of Smart Iot DevicesFuture Applications of Smart Iot Devices
Future Applications of Smart Iot Devices
 
Cross Platform Development Using Flutter
Cross Platform Development Using FlutterCross Platform Development Using Flutter
Cross Platform Development Using Flutter
 
3D INTERNET
3D INTERNET3D INTERNET
3D INTERNET
 
Recommender Systems
Recommender SystemsRecommender Systems
Recommender Systems
 
Light Fidelity(LiFi)- Wireless Optical Networking Technology
Light Fidelity(LiFi)- Wireless Optical Networking TechnologyLight Fidelity(LiFi)- Wireless Optical Networking Technology
Light Fidelity(LiFi)- Wireless Optical Networking Technology
 
Social media platform and Our right to privacy
Social media platform and Our right to privacySocial media platform and Our right to privacy
Social media platform and Our right to privacy
 
THE USABILITY METRICS FOR USER EXPERIENCE
THE USABILITY METRICS FOR USER EXPERIENCETHE USABILITY METRICS FOR USER EXPERIENCE
THE USABILITY METRICS FOR USER EXPERIENCE
 
Google File System
Google File SystemGoogle File System
Google File System
 
A Study of Tokenization of Real Estate Using Blockchain Technology
A Study of Tokenization of Real Estate Using Blockchain TechnologyA Study of Tokenization of Real Estate Using Blockchain Technology
A Study of Tokenization of Real Estate Using Blockchain Technology
 

Recently uploaded

complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 

Recently uploaded (20)

complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 

Proposed Model for Chest Disease Prediction using Data Analytics

  • 1. VIVA-Tech International Journal for Research and Innovation Volume 1, Issue 2 (2019) ISSN(Online): 2581-7280 Article No. 14 PP 1-4 1 www.viva-technology.org/New/IJRI Proposed Model for Chest Disease Prediction using Data Analytics Vikrant A. Agaskar 1 and Umesh Kulkarni2 1 (PG Student ARMIET, Dist. Thane, India) 2 (Vidyalankar Institute of Technology, India) Abstract: Chest diseases if not properly diagnosed in early stages can be fatal. Because of lack of skilled knowledge or experiences of real life practitioners, many a times one chest disease is wrongly diagnosed for the other, which leads to wrong treatment. Due to this the actual disease keeps on growing and become fatal. For example, muscular chest pains can be treated for the heart disease or COPD is treated for Asthma. Early prediction of chest disease is crucial but is not an easy task. Consequently, the computer based prediction system for chest disease may play a significant role as a pre-stage detection to take proper actions with a view to recover from it. However the choice of the proper Data Mining classification method can effectively predict the early stage of the disease for being cured from it. In this paper, the three mostly used classification techniques such as support vector machine (SVM), k-nearest neighbour (KNN) and artificial neural network (ANN) have been studied with a view to evaluating them for chest disease prediction. Keywords – KNN, SVM, Data Analysis, ANN. 1. INTRODUCTION Human beings suffer from a wide variety of chest-related diseases. These chest diseases include asthma, copd, pneumonia, tuberculosis, etc. The chest diseases have symptoms that demonstrate their presence. Symptoms include shortness of breath, chest congestion, chest pain, cough from the throat, and cough from the chest, etc. and manifest in difference, these are the common symptoms which are found in many situations. When human beings do regular functions in their day to day lives, they are prone to seek these symptoms in situations such as running, walking, long breathing up, etc. To detect which chest disease the human being might be facing, a plan is identified by which decision can be made by making use of a symptom-based questionnaire. To make the machine understand and predict which disease the patient suffers from, it must be trained on the sample datasets containing symptoms in questionnaire. Such datasets can be obtained from UCI database, CHHS (California health and human services) database, as well as data from reputed national institute of tuberculosis and respiratory diseases. A large number of people who suffer from chest related diseases die due to wrong predication of chest conditions. This is often due to the fact that they are diagnosed much later after the disease occurs, after which it becomes difficult to solve the problem. In addition to this, they are often misdiagnosed for one another. A patient with Asthma may be told he has COPD and vice versa since there is a very thin line difference between these two diseases. Initially they are so identical that hardly difference is there. This leads to the wrong treatment being given to the patient and causes adverse effects of the treatment. Therefore, there is a need to build an easy system to aid doctors for preliminary decision making. There is also a need to empower the patient with a tool that helps him understand his condition better and take appropriate measures by giving proper information of his condition of health to the correct doctor. Mainly focus is on collection of information for Knowledge Discovery in Databases (KDD). This is initial process from which mashup candidates are identified by addressing a repository of open services. Within this approach, there is a customized approach to life cycle which software engineers can use to generate new applications based on service integration techniques. KDD also define service integration qualification by discovering different aspects of web service specifications.
  • 2. VIVA-Tech International Journal for Research and Innovation Volume 1, Issue 2 (2019) ISSN(Online): 2581-7280 Article No. 14 PP 1-4 2 www.viva-technology.org/New/IJRI 2. AVAILABLE METHODS a. Support Vector Machine (SVM) Support vector machine is a supervised learning model that is defined as the finite dimensional vector spaces where each dimension characterizes a feature of a particular object. In this way, SVM has been proved as an effective method in high-dimensional space problems. Due to its computational competence on huge datasets SVM is typically used in document classification, sentiment analysis and prediction-based tasks b. K-Nearest Neighbors (KNN) K-Nearest Neighbor (KNN), a supervised learning model as well, is used to classify the test data using the training samples directly. In KNN, an object is classified by the majority voting of its closest neighbors. Alternatively, the class of a new sample is predicted based on some distance metrics where the distance metric can be a simple Euclidean distance. In the working steps, KNN first calculates k (No. of the nearest neighbors). After that, it finds the distance between the training data and then sorts the distance. Subsequently, a class label will be assigned to the test data based on the majority voting. c. Artificial Neural Network (ANN) The Artificial Neural Network (ANN), also a supervised learning strategy, contains three layers: input, hidden and output. The connection between the input units and the hidden and the output units are based on relevance of the assigned weight of that specific input unit. Usually, if the weight is higher, then it is considered more important. ANN may use linear and sigmoid transfer (activation) functions. Also, the ANNs are suitable for the training of large amounts of data with limited inputs. For multi-layer feed forward ANN, the mostly used learning algorithm is the Backpropagation learning tool. In ANN, the input data records should be separated into three sub-datasets for the purpose of training, validation and testing. 3. PROPOSED METHOD Symptom-based Questionnaires required: Asthma, COPD, Pneumonia, Tuberculosis. Training of machine using datasets: a. Dataset required for the purpose can be obtained from UCI repository database, CSSH database b. Datasets from the National Institute of Tuberculosis and Respiratory Diseases (India). c. An ML training service like Tensor Flow can be used to train the system based on the dataset selected. d. A Cloud ML service can be used to verify and double check the training. e. Predictive analysis is carried out to find the % of accuracy diagnosis for a particular disease The main steps which are considered when a predicated disease is to be notified. Step 1. Collection of user data Step 2. User choice Step 3. Collection of questionnaire Step 4. Processing of data collection Step 5. Comparing of the data received with data set Step 6. Result of comparison decision to be taken with respected to which chest disease Step 7. Depending on the decision proceed for treatment, if ok update the data set Currently systems utilize a large amount of medical data taken from tests that determine the nature of the chest disease. These are expensive and not scalable in nature and require advanced medical professionals. To overcome problems on existing system, in proposed system user does not require to search data in various repository with special features. User need only to give information which is required to be collected. User can just type combination of queries and based on user behaviour analysis exact data will be predicted. However, over the years medical researchers have arrived at a synthesis of this medical data to give us symptom-based questionnaires that can be used by people to detect these diseases. But the limitations of these questionnaires are that they have been arrived at in small clinical trials using small amounts of patient and control data. Therefore, there is a need to build a machine learning system that uses large amounts of patient and control data to verify and use these symptoms based questionnaires for the broader public. We seek to integrate several of these symptom-based questionnaires with real life scenario data to e able to precisely and yet easily predict which chest disease the patient has. There are two kinds of data required, patient data (chest disease patients and their symptoms) and control data of normal people with no chest conditions. By integrating these data sets, to create weighted scores for each question in the questionnaire, we will be able to generate a result of which chest disease the patient is suffering.
  • 3. VIVA-Tech International Journal for Research and Innovation Volume 1, Issue 2 (2019) ISSN(Online): 2581-7280 Article No. 14 PP 1-4 3 www.viva-technology.org/New/IJRI Fig 1. Flow chart. The main focus of Predictive Diagnosis System will be to implement machine learning algorithms and Prediction of which chest disease the patient might be suffering from based on the symptoms.
  • 4. VIVA-Tech International Journal for Research and Innovation Volume 1, Issue 2 (2019) ISSN(Online): 2581-7280 Article No. 14 PP 1-4 4 www.viva-technology.org/New/IJRI 4. ANALYSIS AND ADVANTAGES There are important applications for this type of systems there are: a. In hospitals for doctors to use as an initial diagnosis measure before further check-ups. b. For self-diagnosis by patients c. By government and municipal bodies to see the impact of air pollution on health of citizens. d. Industries to ensure health and welfare of people before setting up manufacturing and other plants near occupied localities. Major advantage of the proposed system is that it is generally very difficult to predict chest diseases other than heart disease as data and specific criteria’s to diagnose chest diseases are not available. All the system which are available currently are focusing only on the heart disease prediction. Periodic record of PFT (Pulmonary function test) gives regular input about the patient’s condition. This system can predict COPD and Asthma well in their initial stages. COPD and Asthma can be controlled if diagnosed in initial stage itself. Whereas Pneumonia and heart disease can even be diagnosed and treated as substantial research has already been done. 5. CONCLUSION A prototype chest disease prediction system is developed using three data mining classification Modeling techniques. The system extracts hidden knowledge from a historical chest disease database. DMX query language and functions are used to build and access the models. The models are trained and validated against a test dataset. Lift Chart and Classification Matrix methods are used to evaluate the effectiveness of the models. All three models are able to extract patterns in response to the predictable state. The most effective model to predict patients with chest disease appears to be Artificial Neural Network and Decision Trees. The goals are evaluated against the trained models. All three models could answer complex queries, each with its own strength with respect to ease of model interpretation, access to detailed information and accuracy. This system can be further enhanced and expanded. It can also incorporate other data mining techniques, e.g., Time Series, and Association Rules. Continuous data can also be used instead of just categorical data. Another area is to use Text Mining to mine the vast amount of unstructured data available in healthcare databases. REFERENCES [1] B Shin, SL Cole, S-J Park, DK Ledford, RF Lockey Division of Allergy and Clinical Immunology, Department of Internal Medicine, University of South Florida College of Medicine, James A. Haley Veterans’ Medical Center, Tampa, Florida. “A New Symptom Based Questionnaire for predicting the presence of Asthma” 2006;73:296-305. doi: 10.1159/000090141 [2] Tinkelman D, G, Price D, B, Nordyke R, J, Halbert R, J, Isonaka S, Nonikov D, Juniper E, F, Freeman D, Hausen T, Levy M, L, Østrem A, van der Molen T, van Schayck C 2006;73:285-“Symptom-Based Questionnaire for Differentiating COPD and Asthma”, 295. doi: 10.1159/000090142 [3] Tinkelman D, G, Halbert R, J, Nordyke R, J, Isonaka S, Nonikov D, Juniper E, F, Freeman D, Hausen T, Levy M, L, Østrem A, van der Molen T, van Schayck “Symptom-Based Questionnaire for Identifying COPD in Smokers, Respiration” [4] S. Fathima and N. Hundewale, “Comparison of Classification Techniques- Support Vector Machines and Naive Bayes to predict the Arboviral Disease-Dengue,” IEEE International Conference on Bioinformatics and Biomedicine Workshops, 2011. [5] S. Xu, Z. Zhang, D. Wang, J. Hu, X. Duan and T. Zhu,Cardiovascular “Risk Prediction Method Based on CFS Subset Evaluation and Random Forest Classification Framework,” International Conference on Big Data Analysis, 2017 [6] S. Pouriyeh, S. Vahid, G. Sannino, G. D. Pietro and H. Arabnia, J. Gutierrez, “A Comprehensive Investigation and Comparison of Machine Learning Techniques in the Domain of Heart Disease,” IEEE Symposium on Computers and Communication, 2017. [7] Ken Farion Departments of Pediatrics and Emergency Medicine, University of Ottawa Ottawa, Canada Wojtek Michalowski, Szymon Wilk1 , Dympna O’Sullivan Telfer School of Management, University of Ottawa Ottawa, Canada Stan Matwin School of Information Technology and Engineering, University of Ottawa Ottawa, Canada Institute of Computer Science, Polish Academy of Sciences Warsaw, Poland) “A Tree-based Decision Model to Support Prediction of the Severity of Asthma Exacerbations in Children” [8] Vinayak Singh, Anant Gaikwad, Surendra Waso, Eknath Sawale, IJIRCCE Vol 4, Issue 3, March 2016, PP3253-3258 “Web Based e- Health Systems and Services,” [9] Statlog database: http://archive.ics.uci.edu/ml/machine-learningdatabases/statlog/heart/ [10] Cleveland database: http://archive.ics.uci.edu/ml/datasets/Heart+Disease