SlideShare uma empresa Scribd logo
1 de 5
Baixar para ler offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 3966
GDPS - General Disease Prediction System
Shratik J. Mishra 1, Albar M. Vasi 2, Vinay S. Menon3, Prof. K. Jayamalini4
1,2,3,4 Department of Computer Engineering, Shree L.R. Tiwari college of Engineering, Maharashtra, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - The successful application of data mining in
highly visible fields like e-business, commerce and trade has
led to its application in other industries. The medical
environment is still information rich but knowledge weak.
There is a wealth of data possible within the medical systems.
However, there is a lack of powerful analysis tools to identify
hidden relationships and trends in data. Disease is a term that
assigns to a large number of heath care conditions related to
the body. These medical conditions describe the unexpected
health conditions that directly control all the body parts.
Medical data mining techniques like association rule mining,
classification, clustering is implemented to analyze the
different kinds of general body based problems. Classification
is an important problem in data mining. A number of popular
classifiers construct decision trees to generate class models.
The data classification is based on ID3 Decision Tree
algorithm which result in accuracy, thedataisestimatedusing
entropy based cross validations and partition techniques and
the results are compared.
Key Words: Disease, prediction, machine-learning, data
mining, ID3.
1. INTRODUCTION
It is estimated that more than 70% of people in India are
prone to general body diseaseslike viral, flu, cough,cold.etc,
in every 2 months. Because many people don't realize that
the general body diseases could be symptoms to something
more harmful, 25 % of the population succumbs to death
because of ignoring the early general body symptoms. This
could be a dangerous situation for the population andcanbe
are alarming. Hence identifying or predicting the disease at
the earliest is very important to avoid any unwanted
casualties. The currently available systems are the systems
that are either dedicated to a particular disease or are in
research phase for algorithms when it comes to generalized
disease.
The purpose of this system is to provide prediction for the
general and more commonly occurring disease that when
unchecked can turn into fatal disease. The system applies
data mining techniques and ID3 decision tree algorithms.
This system will predict the most possible disease based on
the given symptoms and precautionary measures required
to avoid the aggression of disease, it will also help the
doctors analyse the pattern of presence of diseases in the
society. In this project, the disease prediction system will
carry out data mining in its preliminary stages, the system
will be trained using machine learning and data mining.
The paper is divided into five sections. The first sectiongives
a brief introduction of about the system. The second section
is about data mining and the study of related existing
systems. The third section detailsout the implementationof
the system. The fourth section providesthe results obtained
using mining algorithms. Finally the conclusion gives the
summary and future scope about the system.
2. LITERATURE REVIEW
Here we will elaborate the aspects like the literature survey
of the project and what all projects are existing and been
actually used in the market which the makers of this project
took the inspiration from and thus decided to go ahead with
the project covering with the problem statement.
2.1 Existing Systems
The authors of this project, Narander Kumar and Sabita
Khatri [1], have researched and made comparisons of
different algorithms such as k-NN, Naïve Bayes, Random
Forest, J48, using performance measures like ROC, kappa
statistics, RMSE and MAE in WEKA tools, and also compared
the classifierson variousaccuracymeasures. Theconclusion
reached of this research was that Random Forest has better
accuracy for chronic kidney dataset that was used.
In this projectthe authors, Monika Gandhi andDr.Shailendra
Singh[2],have analyzeddifferentdataminingalgorithmslike
NaïveBayes, Neural network anddecisiontreealgorithmsfor
their accuracy on prediction of Heart Disease.
The authorsMarija Sultana, AfrinHaiderandMd.ShorifUddin
[3],have analyzed algorithmssuch asK-star, J48, SMO, Bayes
Net and Multilayer PerceptronNetworkusingWEKAtoolsfor
heart disease prediction dataset. The performance of these
datamining techniquesin acquired by combinationofresults
of measuressuch aspredictive accuracy, ROC curve and AUC
value. The result obtained is the SMO and Bayes network
show more optimum result than their other mentioned
counterparts.
In this project, the authors Girija D.K, Dr. M.S. Shashidhara
and M.Giri [4], make use of Neural networks to make
predictions regarding presenceofuterinefibroiddisease.The
experimental results show an accuracy of 98% using the
Multilayer perceptron neural network and data mining.
This project focuses on the most common form of cancer
present in women i.e. Breast Cancer and its recurrence. The
authors Uma Ojha and Dr. Savita Goel, in this project have
researched on many data mining algorithms in both
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 3967
classification andclustering types.Theyreachedanobserved
conclusion that, C5.0 and Fuzzy C-means providehighestand
lowest accuracy amongst all the used algorithms,
respectively. While C5.0 is highest with 81% accuracy on the
given data, Fuzzy C-means is lowest with 37% accuracy. The
other generalized conclusion reached is that Classification
algorithms provide better accuracy over Clustering
algorithms [5].
3. SYSTEM ARCHITECTURE.
The general disease prediction system predicts chance of
presence of a disease present in a patient on the basis of
their symptoms. It will also recommend necessary
precautionary measures required to treat the predicted
disease. The system will initially be fed data from different
sources i.e. patients, the data will then be pre-processed
before further process is carried out, this is done so as to get
clean data from the raw initial data, as the raw datawouldbe
noisy, or flawed. This data will be processed using Data
mining algorithms, the system, will be trained so as to
predict the disease based on the input data givenbytheuser.
Fig -1: Block Diagram for General disease prediction
system.
The system is implemented into two parts, admin part and
the user part. The duty of the admin is training the system
for creation of the disease prediction model. The user uses
the services provided by the model after logging in as the
user, entering the symptoms into the model, which in turn
returns the predicted results and necessary precautionary
measures.
4. IMPLEMENTATION
The system is divided into two parts, an admin part and the
user part.
4.1 Admin
After logging in the system as verified admin, the admin will
carry out following duties.
a. Data Preparation.
b. Data Transformation.
c. Feature Extraction.
d. Implementation of ID3 algorithm.
e. Model.
Step 1: Data Preparation
The data set obtained in this study wasobtained fromalocal
hospital based in Mumbai. Initially the size of data was 120.
Fig -2: Data taken
Step 2: Data Transformation
In this step, the dataset is explored and necessary data is
selected and the dataset is converted into machine
understandable form.
Step 3: Feature Extraction
Feature extraction is the processto reduce the sizeofdataso
as to only take informative, non-redundant and relevant
data, so as to facilitate subsequent learning and
generalization step to acquire better human interpretation
Step 4: Implementation of ID3 algorithm
The ID3 algorithm is used in this project, for training of the
disease prediction model. When the algorithm is applied, it
generates a rule set based on the observed pattern of data.
On the basis of this rule set, the system training is done and
the model is created.
ID3 algorithm:
The project makes use of ID3 algorithm. ID3 stands for
Iterative Dichotomiser 3. The algorithm was developed by
Ross Quinlan and is used to generate a decision tree from a
given dataset. ID3 works mainly on three things, firstly the
entropy of each attribute, second informationgainandthird,
entropy of whole dataset, using these three, it picks a root
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 3968
node. The condition for selection of root node is that, the
attribute with lower value of entropy (or higher value of
information gain.) becomes the root node. This carries on
until the last element of data that can provide some
substantial information is not used.
• Calculate the entropy of every attribute usingthedatasetS.
• Split the set S into subsets using the attribute for which the
resulting entropy (after splitting) is minimum (or,
equivalently, information gain is maximum)
• Make a decision tree node containing that attribute
• Recurse on subsets using remaining attributes.
Step5: Model Creation
Once the system training is done, our general body disease
prediction model will be ready for using,
4.2 USER
On logging in the system as user, the user can carry out
following functionalities of the system.
a. Entering Symptoms
b. Disease Prediction
c. Precautions
Step 1: Entering Symptoms
User once logged in can select the symptoms presented by
them, available in the drop-down box.
Step 2: Disease prediction
The predictive model predicts the disease a person might
have based on the user entered symptoms.
Step 3: Precautions
The system also gives required precautionary measures to
overcome a disease.
5. RESULTS
The General body disease prediction system applies data
mining techniques using ID3 algorithm. Decision trees are
considered easily understood models because a reasoning
process can be given for each conclusion. Knowledgemodels
under this paradigm can be directly transformed intoasetof
IF-THEN rules that are one of the most popular forms of
knowledge representation.
5.1 Admin
The results for the admin of the GDPS are as follows.
Step 1: Login
Admin can login the system selecting the user type and
entering the required details.
Fig -3: Login Page for admin in GDPS
Step 2: System Training
The admin should train the system by uploading the data
set into the system.
Fig -4: Tree structure of GDPS
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 3969
Fig -5: Pruned tree structure of GDPS.
Experiments were carried out in order to evaluate the
performance and usefulness of different classification
algorithms for predicting disease present in patient. The
results of the experiments are shown below:
Fig -6: Stratified cross validation for GDPS.
The performance of the learning techniques is highly
dependent on the nature of the training data. Confusion
matrices are very useful for evaluating classifiers. The
columns represent the predictions, and the rows represent
the actual class.
Fig -7: Confusion Matrix of GDPS.
5.2 User
The results for the user in GDPS are as follows.
Step 1: User login
Pre-registered user should login the system to have access
to the services.
Fig -8: User Login page for GDPS.
Step 2: Enter Symptoms
User will have to select the symptoms here.
Fig -9: Symptom selection form for user in GDPS
Step 3: Prediction and precaution
The result calculated by the model based on the rule set
will be displayed here.
Fig -10: Prediction result for GDPS.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 3970
6. CONCLUSIONS:
The system has been implemented with the accuracy of
86.67% on the dataset of 120 patient data. The current
system covers only the general diseases or the more
commonly occurring disease, the plan is to includediseaseof
higher fatality, like various cancers in future, so that early
prediction and treatment could be done, and the fatalityrate
of deadly diseases like cancer decreases, with the economic
benefit in long sight as well.
REFERENCES
[1] Implementing WEKA for medical data classification and
early disease prediction. “3rd IEEE InternationalConference
on "Computational Intelligence and Communication
Technology" (IEEE-CICT 2017)”.
[2] Predictions in Heart Disease Using Techniques of Data
Mining, “2015 1st International Conference on Futuristic
trend in Computational Analysis and Knowledge
Management (ABLAZE-2015)”.
[3] Analysis of Data Mining Techniques for Heart Disease
Prediction, “Marjia Sultana, Afrin Haider and Mohammad
Shorif Uddin”.
[4] Data mining approach for prediction of fibroid Disease
using Neural Networks,” Dr. M.S. Shashidhara, M. Giri, Girija
D.K.”
[5] Study on prediction of Breast cancer recurrence using
Data mining techniques, “Uma Ojha, Dr. Savita Goel.”
[6] Classification model of Prediction for placement of
students, “Saurabh Pal.”

Mais conteúdo relacionado

Mais procurados

Ijarcet vol-2-issue-4-1393-1397
Ijarcet vol-2-issue-4-1393-1397Ijarcet vol-2-issue-4-1393-1397
Ijarcet vol-2-issue-4-1393-1397
Editor IJARCET
 

Mais procurados (20)

IRJET- IoT based Preventive Crop Disease Model using IP and CNN
IRJET-  	  IoT based Preventive Crop Disease Model using IP and CNNIRJET-  	  IoT based Preventive Crop Disease Model using IP and CNN
IRJET- IoT based Preventive Crop Disease Model using IP and CNN
 
COMPARATIVE ANALYSIS OF DIFFERENT MACHINE LEARNING ALGORITHMS FOR PLANT DISEA...
COMPARATIVE ANALYSIS OF DIFFERENT MACHINE LEARNING ALGORITHMS FOR PLANT DISEA...COMPARATIVE ANALYSIS OF DIFFERENT MACHINE LEARNING ALGORITHMS FOR PLANT DISEA...
COMPARATIVE ANALYSIS OF DIFFERENT MACHINE LEARNING ALGORITHMS FOR PLANT DISEA...
 
IRJET- Predicting Heart Disease using Machine Learning Algorithm
IRJET- Predicting Heart Disease using Machine Learning AlgorithmIRJET- Predicting Heart Disease using Machine Learning Algorithm
IRJET- Predicting Heart Disease using Machine Learning Algorithm
 
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
 
xtremes
xtremesxtremes
xtremes
 
Disease prediction in big data healthcare using extended convolutional neural...
Disease prediction in big data healthcare using extended convolutional neural...Disease prediction in big data healthcare using extended convolutional neural...
Disease prediction in big data healthcare using extended convolutional neural...
 
Comparative Study on Machine Learning Algorithms for Network Intrusion Detect...
Comparative Study on Machine Learning Algorithms for Network Intrusion Detect...Comparative Study on Machine Learning Algorithms for Network Intrusion Detect...
Comparative Study on Machine Learning Algorithms for Network Intrusion Detect...
 
Fault Detection in Mobile Communication Networks Using Data Mining Techniques...
Fault Detection in Mobile Communication Networks Using Data Mining Techniques...Fault Detection in Mobile Communication Networks Using Data Mining Techniques...
Fault Detection in Mobile Communication Networks Using Data Mining Techniques...
 
Ijarcet vol-2-issue-4-1393-1397
Ijarcet vol-2-issue-4-1393-1397Ijarcet vol-2-issue-4-1393-1397
Ijarcet vol-2-issue-4-1393-1397
 
LEAF DISEASE DETECTION USING IMAGE PROCESSING AND SUPPORT VECTOR MACHINE (SVM)
LEAF DISEASE DETECTION USING IMAGE PROCESSING AND SUPPORT VECTOR MACHINE (SVM)LEAF DISEASE DETECTION USING IMAGE PROCESSING AND SUPPORT VECTOR MACHINE (SVM)
LEAF DISEASE DETECTION USING IMAGE PROCESSING AND SUPPORT VECTOR MACHINE (SVM)
 
Identification of Disease in Leaves using Genetic Algorithm
Identification of Disease in Leaves using Genetic AlgorithmIdentification of Disease in Leaves using Genetic Algorithm
Identification of Disease in Leaves using Genetic Algorithm
 
Tomato leaves diseases detection approach based on support vector machines
Tomato leaves diseases detection approach based on support vector machinesTomato leaves diseases detection approach based on support vector machines
Tomato leaves diseases detection approach based on support vector machines
 
Fruit Disease Detection and Classification
Fruit Disease Detection and ClassificationFruit Disease Detection and Classification
Fruit Disease Detection and Classification
 
IRJET- Hybrid Architecture of Heart Disease Prediction System using Genetic N...
IRJET- Hybrid Architecture of Heart Disease Prediction System using Genetic N...IRJET- Hybrid Architecture of Heart Disease Prediction System using Genetic N...
IRJET- Hybrid Architecture of Heart Disease Prediction System using Genetic N...
 
Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...
Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...
Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...
 
IRJET- Detection of Plant Leaf Diseases using Machine Learning
IRJET- Detection of Plant Leaf Diseases using Machine LearningIRJET- Detection of Plant Leaf Diseases using Machine Learning
IRJET- Detection of Plant Leaf Diseases using Machine Learning
 
IRJET- Image Processing based Detection of Unhealthy Plant Leaves
IRJET- Image Processing based Detection of Unhealthy Plant LeavesIRJET- Image Processing based Detection of Unhealthy Plant Leaves
IRJET- Image Processing based Detection of Unhealthy Plant Leaves
 
IRJET- Plant Leaf Disease Detection using Image Processing
IRJET- Plant Leaf Disease Detection using Image ProcessingIRJET- Plant Leaf Disease Detection using Image Processing
IRJET- Plant Leaf Disease Detection using Image Processing
 
MACHINE LEARNING ALGORITHMS FOR HETEROGENEOUS DATA: A COMPARATIVE STUDY
MACHINE LEARNING ALGORITHMS FOR HETEROGENEOUS DATA: A COMPARATIVE STUDYMACHINE LEARNING ALGORITHMS FOR HETEROGENEOUS DATA: A COMPARATIVE STUDY
MACHINE LEARNING ALGORITHMS FOR HETEROGENEOUS DATA: A COMPARATIVE STUDY
 
An efficient feature selection algorithm for health care data analysis
An efficient feature selection algorithm for health care data analysisAn efficient feature selection algorithm for health care data analysis
An efficient feature selection algorithm for health care data analysis
 

Semelhante a IRJET- GDPS - General Disease Prediction System

Semelhante a IRJET- GDPS - General Disease Prediction System (20)

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
 
EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...
EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...
EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...
 
IRJET - Review on Classi?cation and Prediction of Dengue and Malaria Dise...
IRJET -  	  Review on Classi?cation and Prediction of Dengue and Malaria Dise...IRJET -  	  Review on Classi?cation and Prediction of Dengue and Malaria Dise...
IRJET - Review on Classi?cation and Prediction of Dengue and Malaria Dise...
 
PARKINSON’S DISEASE DETECTION USING MACHINE LEARNING
PARKINSON’S DISEASE DETECTION USING MACHINE LEARNINGPARKINSON’S DISEASE DETECTION USING MACHINE LEARNING
PARKINSON’S DISEASE DETECTION USING MACHINE LEARNING
 
Plant Disease Prediction Using Image Processing
Plant Disease Prediction Using Image ProcessingPlant Disease Prediction Using Image Processing
Plant Disease Prediction Using Image Processing
 
LIFE EXPECTANCY PREDICTION FOR POST THORACIC SURGERY
LIFE EXPECTANCY PREDICTION FOR POST THORACIC SURGERYLIFE EXPECTANCY PREDICTION FOR POST THORACIC SURGERY
LIFE EXPECTANCY PREDICTION FOR POST THORACIC SURGERY
 
IRJET- Heart Disease Prediction and Recommendation
IRJET-  	  Heart Disease Prediction and RecommendationIRJET-  	  Heart Disease Prediction and Recommendation
IRJET- Heart Disease Prediction and Recommendation
 
IRJET- IoT based Advanced Healthcare Architecture: A New Approach
IRJET- IoT based Advanced Healthcare Architecture: A New ApproachIRJET- IoT based Advanced Healthcare Architecture: A New Approach
IRJET- IoT based Advanced Healthcare Architecture: A New Approach
 
Health Care Application using Machine Learning and Deep Learning
Health Care Application using Machine Learning and Deep LearningHealth Care Application using Machine Learning and Deep Learning
Health Care Application using Machine Learning and Deep Learning
 
Plant Disease Doctor App
Plant Disease Doctor AppPlant Disease Doctor App
Plant Disease Doctor App
 
“Detection of Diseases using Machine Learning”
“Detection of Diseases using Machine Learning”“Detection of Diseases using Machine Learning”
“Detection of Diseases using Machine Learning”
 
DISEASE PREDICTION SYSTEM USING SYMPTOMS
DISEASE PREDICTION SYSTEM USING SYMPTOMSDISEASE PREDICTION SYSTEM USING SYMPTOMS
DISEASE PREDICTION SYSTEM USING SYMPTOMS
 
PREDICTION OF DISEASE WITH MINING ALGORITHMS IN MACHINE LEARNING
PREDICTION OF DISEASE WITH MINING ALGORITHMS IN MACHINE LEARNINGPREDICTION OF DISEASE WITH MINING ALGORITHMS IN MACHINE LEARNING
PREDICTION OF DISEASE WITH MINING ALGORITHMS IN MACHINE LEARNING
 
Heart Disease Prediction Using Random Forest Algorithm
Heart Disease Prediction Using Random Forest AlgorithmHeart Disease Prediction Using Random Forest Algorithm
Heart Disease Prediction Using Random Forest Algorithm
 
IRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET-  	  An Expert System for Plant Disease Diagnosis by using Neural NetworkIRJET-  	  An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
 
IRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET- An Expert System for Plant Disease Diagnosis by using Neural NetworkIRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
 
Plant Diseases Prediction Using Image Processing
Plant Diseases Prediction Using Image ProcessingPlant Diseases Prediction Using Image Processing
Plant Diseases Prediction Using Image Processing
 
IRJET- A Review on Machine Learning Algorithm Used for Crop Monitoring System...
IRJET- A Review on Machine Learning Algorithm Used for Crop Monitoring System...IRJET- A Review on Machine Learning Algorithm Used for Crop Monitoring System...
IRJET- A Review on Machine Learning Algorithm Used for Crop Monitoring System...
 
IRJET - Lung Disease Prediction using Image Processing and CNN Algorithm
IRJET -  	  Lung Disease Prediction using Image Processing and CNN AlgorithmIRJET -  	  Lung Disease Prediction using Image Processing and CNN Algorithm
IRJET - Lung Disease Prediction using Image Processing and CNN Algorithm
 
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNINGA SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
 

Mais de IRJET Journal

Mais de IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Último

UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
rknatarajan
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Christo Ananth
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Dr.Costas Sachpazis
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Último (20)

UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spain
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
 

IRJET- GDPS - General Disease Prediction System

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 3966 GDPS - General Disease Prediction System Shratik J. Mishra 1, Albar M. Vasi 2, Vinay S. Menon3, Prof. K. Jayamalini4 1,2,3,4 Department of Computer Engineering, Shree L.R. Tiwari college of Engineering, Maharashtra, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - The successful application of data mining in highly visible fields like e-business, commerce and trade has led to its application in other industries. The medical environment is still information rich but knowledge weak. There is a wealth of data possible within the medical systems. However, there is a lack of powerful analysis tools to identify hidden relationships and trends in data. Disease is a term that assigns to a large number of heath care conditions related to the body. These medical conditions describe the unexpected health conditions that directly control all the body parts. Medical data mining techniques like association rule mining, classification, clustering is implemented to analyze the different kinds of general body based problems. Classification is an important problem in data mining. A number of popular classifiers construct decision trees to generate class models. The data classification is based on ID3 Decision Tree algorithm which result in accuracy, thedataisestimatedusing entropy based cross validations and partition techniques and the results are compared. Key Words: Disease, prediction, machine-learning, data mining, ID3. 1. INTRODUCTION It is estimated that more than 70% of people in India are prone to general body diseaseslike viral, flu, cough,cold.etc, in every 2 months. Because many people don't realize that the general body diseases could be symptoms to something more harmful, 25 % of the population succumbs to death because of ignoring the early general body symptoms. This could be a dangerous situation for the population andcanbe are alarming. Hence identifying or predicting the disease at the earliest is very important to avoid any unwanted casualties. The currently available systems are the systems that are either dedicated to a particular disease or are in research phase for algorithms when it comes to generalized disease. The purpose of this system is to provide prediction for the general and more commonly occurring disease that when unchecked can turn into fatal disease. The system applies data mining techniques and ID3 decision tree algorithms. This system will predict the most possible disease based on the given symptoms and precautionary measures required to avoid the aggression of disease, it will also help the doctors analyse the pattern of presence of diseases in the society. In this project, the disease prediction system will carry out data mining in its preliminary stages, the system will be trained using machine learning and data mining. The paper is divided into five sections. The first sectiongives a brief introduction of about the system. The second section is about data mining and the study of related existing systems. The third section detailsout the implementationof the system. The fourth section providesthe results obtained using mining algorithms. Finally the conclusion gives the summary and future scope about the system. 2. LITERATURE REVIEW Here we will elaborate the aspects like the literature survey of the project and what all projects are existing and been actually used in the market which the makers of this project took the inspiration from and thus decided to go ahead with the project covering with the problem statement. 2.1 Existing Systems The authors of this project, Narander Kumar and Sabita Khatri [1], have researched and made comparisons of different algorithms such as k-NN, Naïve Bayes, Random Forest, J48, using performance measures like ROC, kappa statistics, RMSE and MAE in WEKA tools, and also compared the classifierson variousaccuracymeasures. Theconclusion reached of this research was that Random Forest has better accuracy for chronic kidney dataset that was used. In this projectthe authors, Monika Gandhi andDr.Shailendra Singh[2],have analyzeddifferentdataminingalgorithmslike NaïveBayes, Neural network anddecisiontreealgorithmsfor their accuracy on prediction of Heart Disease. The authorsMarija Sultana, AfrinHaiderandMd.ShorifUddin [3],have analyzed algorithmssuch asK-star, J48, SMO, Bayes Net and Multilayer PerceptronNetworkusingWEKAtoolsfor heart disease prediction dataset. The performance of these datamining techniquesin acquired by combinationofresults of measuressuch aspredictive accuracy, ROC curve and AUC value. The result obtained is the SMO and Bayes network show more optimum result than their other mentioned counterparts. In this project, the authors Girija D.K, Dr. M.S. Shashidhara and M.Giri [4], make use of Neural networks to make predictions regarding presenceofuterinefibroiddisease.The experimental results show an accuracy of 98% using the Multilayer perceptron neural network and data mining. This project focuses on the most common form of cancer present in women i.e. Breast Cancer and its recurrence. The authors Uma Ojha and Dr. Savita Goel, in this project have researched on many data mining algorithms in both
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 3967 classification andclustering types.Theyreachedanobserved conclusion that, C5.0 and Fuzzy C-means providehighestand lowest accuracy amongst all the used algorithms, respectively. While C5.0 is highest with 81% accuracy on the given data, Fuzzy C-means is lowest with 37% accuracy. The other generalized conclusion reached is that Classification algorithms provide better accuracy over Clustering algorithms [5]. 3. SYSTEM ARCHITECTURE. The general disease prediction system predicts chance of presence of a disease present in a patient on the basis of their symptoms. It will also recommend necessary precautionary measures required to treat the predicted disease. The system will initially be fed data from different sources i.e. patients, the data will then be pre-processed before further process is carried out, this is done so as to get clean data from the raw initial data, as the raw datawouldbe noisy, or flawed. This data will be processed using Data mining algorithms, the system, will be trained so as to predict the disease based on the input data givenbytheuser. Fig -1: Block Diagram for General disease prediction system. The system is implemented into two parts, admin part and the user part. The duty of the admin is training the system for creation of the disease prediction model. The user uses the services provided by the model after logging in as the user, entering the symptoms into the model, which in turn returns the predicted results and necessary precautionary measures. 4. IMPLEMENTATION The system is divided into two parts, an admin part and the user part. 4.1 Admin After logging in the system as verified admin, the admin will carry out following duties. a. Data Preparation. b. Data Transformation. c. Feature Extraction. d. Implementation of ID3 algorithm. e. Model. Step 1: Data Preparation The data set obtained in this study wasobtained fromalocal hospital based in Mumbai. Initially the size of data was 120. Fig -2: Data taken Step 2: Data Transformation In this step, the dataset is explored and necessary data is selected and the dataset is converted into machine understandable form. Step 3: Feature Extraction Feature extraction is the processto reduce the sizeofdataso as to only take informative, non-redundant and relevant data, so as to facilitate subsequent learning and generalization step to acquire better human interpretation Step 4: Implementation of ID3 algorithm The ID3 algorithm is used in this project, for training of the disease prediction model. When the algorithm is applied, it generates a rule set based on the observed pattern of data. On the basis of this rule set, the system training is done and the model is created. ID3 algorithm: The project makes use of ID3 algorithm. ID3 stands for Iterative Dichotomiser 3. The algorithm was developed by Ross Quinlan and is used to generate a decision tree from a given dataset. ID3 works mainly on three things, firstly the entropy of each attribute, second informationgainandthird, entropy of whole dataset, using these three, it picks a root
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 3968 node. The condition for selection of root node is that, the attribute with lower value of entropy (or higher value of information gain.) becomes the root node. This carries on until the last element of data that can provide some substantial information is not used. • Calculate the entropy of every attribute usingthedatasetS. • Split the set S into subsets using the attribute for which the resulting entropy (after splitting) is minimum (or, equivalently, information gain is maximum) • Make a decision tree node containing that attribute • Recurse on subsets using remaining attributes. Step5: Model Creation Once the system training is done, our general body disease prediction model will be ready for using, 4.2 USER On logging in the system as user, the user can carry out following functionalities of the system. a. Entering Symptoms b. Disease Prediction c. Precautions Step 1: Entering Symptoms User once logged in can select the symptoms presented by them, available in the drop-down box. Step 2: Disease prediction The predictive model predicts the disease a person might have based on the user entered symptoms. Step 3: Precautions The system also gives required precautionary measures to overcome a disease. 5. RESULTS The General body disease prediction system applies data mining techniques using ID3 algorithm. Decision trees are considered easily understood models because a reasoning process can be given for each conclusion. Knowledgemodels under this paradigm can be directly transformed intoasetof IF-THEN rules that are one of the most popular forms of knowledge representation. 5.1 Admin The results for the admin of the GDPS are as follows. Step 1: Login Admin can login the system selecting the user type and entering the required details. Fig -3: Login Page for admin in GDPS Step 2: System Training The admin should train the system by uploading the data set into the system. Fig -4: Tree structure of GDPS
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 3969 Fig -5: Pruned tree structure of GDPS. Experiments were carried out in order to evaluate the performance and usefulness of different classification algorithms for predicting disease present in patient. The results of the experiments are shown below: Fig -6: Stratified cross validation for GDPS. The performance of the learning techniques is highly dependent on the nature of the training data. Confusion matrices are very useful for evaluating classifiers. The columns represent the predictions, and the rows represent the actual class. Fig -7: Confusion Matrix of GDPS. 5.2 User The results for the user in GDPS are as follows. Step 1: User login Pre-registered user should login the system to have access to the services. Fig -8: User Login page for GDPS. Step 2: Enter Symptoms User will have to select the symptoms here. Fig -9: Symptom selection form for user in GDPS Step 3: Prediction and precaution The result calculated by the model based on the rule set will be displayed here. Fig -10: Prediction result for GDPS.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 3970 6. CONCLUSIONS: The system has been implemented with the accuracy of 86.67% on the dataset of 120 patient data. The current system covers only the general diseases or the more commonly occurring disease, the plan is to includediseaseof higher fatality, like various cancers in future, so that early prediction and treatment could be done, and the fatalityrate of deadly diseases like cancer decreases, with the economic benefit in long sight as well. REFERENCES [1] Implementing WEKA for medical data classification and early disease prediction. “3rd IEEE InternationalConference on "Computational Intelligence and Communication Technology" (IEEE-CICT 2017)”. [2] Predictions in Heart Disease Using Techniques of Data Mining, “2015 1st International Conference on Futuristic trend in Computational Analysis and Knowledge Management (ABLAZE-2015)”. [3] Analysis of Data Mining Techniques for Heart Disease Prediction, “Marjia Sultana, Afrin Haider and Mohammad Shorif Uddin”. [4] Data mining approach for prediction of fibroid Disease using Neural Networks,” Dr. M.S. Shashidhara, M. Giri, Girija D.K.” [5] Study on prediction of Breast cancer recurrence using Data mining techniques, “Uma Ojha, Dr. Savita Goel.” [6] Classification model of Prediction for placement of students, “Saurabh Pal.”