SlideShare a Scribd company logo
1 of 9
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3963
Cardiovascular Disease Prediction Using Machine Learning Techniques
Divya Annepu1, Gowtham G2
1,2B.Tech. Computer Science and Engineering, SRM Institute of Science and Technology, Chennai, Tamil Nadu, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - A In recent years, the leading cause of death for both men and women is cardiovascular disease. In India, the
death tolls to 24.8% due to heart attacks. Proactive predication of risk of heart diseases will mitigate the situation to a great
extent. This can be achieved by automating the prediction of heart diseases by saving time and effort. The recent development
in medical supportive technologies based on data mining, machine learning plays an important role in predicting heart
diseases. All the available useful medical information of patients is collected, well-structured and trained into the dataset. For
better understanding of medical data to prevent heart diseases, mining is used to identify patterns which are hidden and
previously not discovered due to unknown relationships. In this project, we achieved heart disease prediction using python,
Random Forest classifiers are used which lead to an accuracy of 97.56%.
Key Words: Heart Disease, Random Forest, Classification, Datasets, User Entries, Prediction
1.INTRODUCTION
Hospitals are generating huge volume of data regarding their patients. With the advancement made in data
analysis over big data, the hospital data is useful in building disease predictive models. Data mining techniques
can predict the hidden pattern lying in the voluminous hospital data and helps us to build an effective medical
diagnosis system. One or other form of heart disease is found to be the major reason for the death of a patient
[1]. Irrespective of the region, country and age group, heart disease is the leading death factor. Heart related
diseases needs continuous monitoring and treatment based on it. But for rural people frequent medical check-
ups are not easily accessible and viable. For the people who are suffering from serious heart disease this
condition is a life threatening situation. According to a 2010 survey, for every $6 spent on health care, $1 is for
Cardiovascular diseases. Coronary Heart Disease(CHD) is the leading cause of death of 370,000 people
annually. But the cost associated with their treatment is estimated to be around $444 billion(US) dollars. The
chances of survival are more when it is predicted before an emergency situation occurs. Also, it is observed
from the data that the survival of sudden out of hospital heart attack is very low. This paper surveys the
different kinds of heart diseases predictive modeling developed based on machine learning, data mining and
artificial intelligence techniques.
There are various range of heart diseases apart from heart attack which are collectively called as
Cardiovascular diseases. There are many reasons for the development of heart diseases such as smoking, blood
sugar, obesity, depression, high
cholesterol, poor diet and genetically descendant. There are many types of heart diseases such as angina,
arrhythmia, congenital heart disease, fibrillation, coronary artery disease, heart failure, fibrillation. When a
person is under heart attack, the tests to be done are CPR, bypass surgery, Value disease treatment, Cardio,
Pace makers, heart transplant and so on. The prediction of heart diseases helps us in treating the patient before
the patient reaches heart failure.
Most common heart diseases are as follows[2]:
Angina: A part of heart muscles does not get proper supply of oxygen and nutrients. The main reason may be
the muscle spasms in arteries due to cholesterol accumulation in its path.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3964
Coronary Artery disease: When there’s no supply of enough oxygen and blood in the coronary arteries, the
condition leads to the coronary artery disease. It happens without any warning.
Heart Attack: A part of heart muscle get damaged or die which results in blockage of blood flow. It is reversible
which is why it is important to immediate medical help.
Heart Failure: When heart doesn’t pump enough blood to meet with the body’s requirements the heart failure
occurs. It indicates that heart is not squeezing as it should.
Arrhythmia: Irregular heartbeats such as slow, fast and skipping of beats due to irregularity of heart’s electrical
system. Improper sequence in the heart’s the electrical system is known as Arrhythmias.
2. LITERATURE SURVEY
A brief survey is done over the existing works done for heart disease prediction using data mining and machine learning
techniques.
Latha et al [3] have developed a neuro-fuzzy based heart disease prediction model named Co-Active Neuro Fuzzy
Inference System(CANFIS). They used the Cleveland data source which has 13 attributes related to heart. Further, to
optimize the membership functions, momentum coefficient values, learning rate Genetic Algorithm is used.
Martin Gjoreski [4] have implemented a chronic heart failure detection system using heart sounds. The proposed method
involves filtering, segmentation, feature extraction and stacking of ML classifiers. The data set is collected from a total of
152 heart sounds obtained from 122 different subjects out of which 23 were previously diagnosed with heart
abnormalities by the physician. The accuracy obtained from the proposed technique was 96% and in addition, it detects
87% of “unhealthy” instances with a precision of 87% . The heart sounds which were collected with the help of digital
stethoscope proves that chronic heart failure can be detected.
I Ketut et al [5] proposed heart disease diagnosis system using K-Nearest Neighbors. A real clinical medical record of 450
data sets consisting 15 important parameters such as sex, age, chest pain, shortness of breath and so on were selected. The
expected result for the system was to predict what type of heart disease the patient was suffering. The results out of
experiments shows that KNN was the best algorithm with 75.11% accuracy (without parameter) and 74.89%, 74.44% and
73.11% accuracy with parameter weighting with OneR Attribute Evaluator, SVM Attribute Evaluator, and ReliefF Attribute
Evaluator, respectively. The other classifier NaĂŻve Bayes yields only 50.44% and SVM achieved 45.11% accuracy.
Abdallah et al [6] have created a platform which consists of an electronic device connected with a smart phone for
acquiring the electrocardiogram(ECG) signals around the clock. In addition, inter-beat(R-R) interval analysis instantly
alerts the pre-programmed emergency service number whenever there was an abnormal values in signals more than the
threshold. Then the patient’s ECG report, heart rate and patient’s location was sent to the nearby doctor by the system. The
hardware system consists of three leads, a micro controller and a smartphone with users choice as to either being
connected or disconnected from the entire system.
Sushmita Manikandan [7] has proposed a NaĂŻve Bayes based predictive heart disease system. They used a binary
classifier system supporting patients with the graphical user interface through web. The proposed system used a dataset
of having 13 predator variables with one binary response variable which were taken from UCI’s machine learning
repository. Initially, the data from medical records converted into structured data. For data pre-processing, Rapid Miner
was used and the performance of the proposed system was compared with K-Nearest Neighbor, Decision Trees and
Random Forest. Anaconda v2.7 packages were used to construct the classifier. The results proved that Gaussian NaĂŻve
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3965
Bayes gave the highest accuracy of 81.25% than other approaches. In the upcoming classification algorithms the accuracy
can be improved.
Anitek et al m[8] have proposed an automatic detection of cardiac abnormalities in a convenient, non-invasive and
efficient way. In their work, a ML based smart device classifies normal and abnormal heart sounds and was useful for real
time diagnosis of cardiac diseases. The audio samples were extracted using Mel frequency Cepstral Coefficient(MFCC).
Then, machine learning based supervised classification was performed which gained an accuracy of 97.50% and
sensitivity as 100%.
Jagdeep et al [9] have implemented a machine learning repository to test on different data mining techniques on heart
prediction system. The dataset of 313 instances with 14 different attributes were collected from Cleveland heart diseases
dataset from the University of California Irvine (UCI). The implementation involves 2 associative algorithms such as
Apriori and FP-Growth with a selection of 10 best rules from each method for training dataset. The accuracy obtained using
K-Nearest neighbor technique using IBK is 99.19% and higher than hybrid techniques such as J48, ZeroR, Naive- Bayes,
OneR.
Tahira et al [10] proposed a technique by using various machine learning practices for detecting innumerable heart
diseases. 13 attributes were incorporated in total with 50 instances. The approaches used were Hidden Markov Models,
Support Vector Machine, Feature Selection, Computational intelligent classifier, prediction system, data mining techniques
and genetic algorithm. The proposed technique has an accuracy of 94.21%, a ROC of 0.981, RMSE of 0.2568, Precision of
0.953; showing significant improvement when compared to the performance of K- Nearest Neighbor, Artificial Neural
Networks and Support Vector Machines algorithms.
2.1 Inference from Survey
The surveyed work is compared with their accuracy value in Table 1. From the analysis it is observed that ML classifiers
based predictive systems shows better accuracy than other systems.
Table -1: Comparison of ML Algorithms
Year Author Algorithm Accuracy
2018 Amita Malav et al ANN and K-means 93.52%
2018
I Ketut Agung Kassem et
al
KNN NaĂŻve Bayes SVM 75.11% 50.44% 45.11%
2017 Martin Gjoreski et al Machine Learning classifiers 96%
2017 Sushmita Manikandan Gaussian NaĂŻve Bayes 81.25%
2017 Anitek Bhattacharya et al Machine Learning 97.50%
2017 Tahira Mahboob et al Various ML techniques 94.21%
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3966
2016 Jagdeep Singh et al
J48, ZeroR, NaĂŻve Bayes, OneR
and KNN
99.19%
2015 Purushottam et al MV algorithm 86.75%
2016 Akash Mukherjee et al ANN 96.2%
2012 Chaitrali Neural Networks 100%
2011 Jyoti Soni et al NaĂŻve Bayes Decision Tree KNN 96.5% 99.2% 88.3%
2008 Latha et al Neuro – Fuzzy More than 90%
3. PROBLEM STATEMENT
She existing model deals with patients reaching doctors for medical diagnosis and examining them using variety of
equipment’s during this reach to the doctors and to the hospital can worsen the health conditions which includes death. It
involves lots of cardiovascular equipment’s which results in lots of expenditure which is out of reach for common people.
It’s strenuous for rural people to reach the hospitals for regular check ups. Using a platform where they can find out their
current stage of heart functioning might help them in getting their required treatment at the right time at least cost. you
begin to format your paper, first write and save the content as a separate text file. Keep your text and graphic files separate
until after the text has been formatted and styled. Do not use hard tabs, and limit use of hard returns to only one return at
the end of a paragraph. Do not add any kind of pagination anywhere in the paper. Do not number text heads-the template
will do that for you.
4. SOLUTION
Using a GUI we give in specific details to calculate the level of severity of heart diseases. Our main objective is to classify
whether a person is a heart patient or not by using machine learning classification technique such as random forest. Using
data sets and attributes such as age, sex, chest pain etc., we classify the patient. In order to achieve this, many researches
were done previously using various machine learning techniques where as we reduced the number of attributes and tried
to maintain the accuracy.
5. METHODOLOGY
In this study, we discuss about the modules of the project which mainly involves training of the dataset and then the model,
testing the model and predicting the output.
5.1 Training the dataset
Algorithms learn from knowledge. They realize relationships, develop understanding, create decisions, and valuate their
confidence from the training data they’re given and therefore the better the training data is, the higher the model performs
so as to accomplish our goal of achieving a highly accurate model, we have a tendency to arrange to use a huge annotated
API, which might be used as training data, that might not simply facilitate to identify the proper label for the testing data
set entity on, however additionally establish relationship between entities.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3967
5.2 Training the model
This step happens to be a really crucial section of the complete process. During this step, we have a tendency to train the
classifier in such a fashion that the classifier will identify and label a test data that has been given by the input on the idea
of the information it has learned from the training data set. This step involves random shuffling the training data so that
the classifier will establish relationship between entities and in turn increase its accuracy of labelling.
5.3 Training the trained model
Once the classifier has been trained upon it properly, we need to make sure that the model is indeed working well, and
not generating any error, thus testing plays a major role towards the end of the project. If the model is generating any
error, we need to rework on the training set and classifier to see to it that the error is completely eliminated and is
recognizing the entities accurately.
5.4 Saving the model
Once the classifier has been trained properly on the training data set, and is performing as desired, we need to save the
model so that it can be used as and when required and we then test the saved model.
6. PROPOSED METHOD
In this study, we used a Cleveland clinic dataset which contains 9 attributes such as age, gender, resting blood
pressure(in mm Hg on admission to the hospital), serum cholesterol in mg/dl, fasting blood sugar, Rest ECG results,
maximum heart rate achieved during ECG, chest pain during exercise, chest pain type. 75% of the dataset is used to train
the model using the classifier and 25% is used for testing. A GUI is constructed using Visual Studio Code to get the details
of the user and then is subjected to the model which classifies the patient into four stages depending on the criticality of
the disease or as if the patient is out of danger. A random forest classifier here creates few set of decision trees from
randomly selected subset of training set. It then aggregates the votes from different decision trees to decide the final class
of the test object. In this model we used sklearn classifiers which requires data cleaning. Hence the data is preprocessed
before it was trained. As random forest classifier is an ensembled algorithm it tends to give more accurate result because
of the principle, “Number of weak estimators when combined forms a strong estimator.”
7. EXPERIMENTAL SETUP
7.1 Dataset
The [Heart disease data set] consists of patient data from Cleveland, Hungary, Long Beach and Switzerland. The
combined dataset consists of 14 features and 303 samples with many missing values.
The features used in here are,
1. age: The patients age in years
2. sex: The patients gender(1=male; 0=female)
3. cp: Chest pain type,
*Value 1: typical angina
*Value 2: atypical angina
*Value 3: non-anginal pain
*Value 4: asymptomatic
4. trestbps: Resting blood pressure (in mm Hg on admission to the hospital)
5. chol: Serum cholestoral in mg/dl
6. fbs: Fasting blood sugar > 120 mg/dl? (1=true; 0=false)
7. restecg: Resting electrocardiographic results
*Value 0: normal
*Value 1: having ST-T wave abnormality (T wave inversions and/or ST elevation or depression of > 0.05 mV)
*Value 2: showing probable or definite left ventricular hypertrophy by Estes' criteria
8. thalach: Maximum heart rate achieved
9. exang: Chest pain(angina) after exercise? (1=yes; 0=no)
10. thal: Not described
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3968
*Value 3=normal
*Value 6=treated defect
*Value 7=reversible defect
11. num: Target
*Value 0: less than 50% narrowing of coronary arteries(no heart disease)
*Value 1,2,3,4: >50% narrowing. The value indicates the stage of heart diseases.
Dataset creators
V.A. Medical Center, Long Beach and Cleveland Clinic Foundation: Robert Detrano, M.D., Ph.D.
7.2 User Interface
User interface is constructed using visual studio code and the input is taken from the user and the converted into the
preprocessing data which is then classified.
7.3 Tools Used
7.3.1 Scikit-learn
Scikit-learn(sklearn) is known for its simplicity and effective tools for data mining and data analysis. It can be accessed
by anyone and reused in various contexts. Classification can be done using this tool for identifying an object to which
category it belongs.
7.3.2 Visual Studio Code
Visual Studio code is a source code editor that can be used with a variety of programming languages. It includes
debugging, embedded Git control, syntax highlighting, intelligent code completion, snippets and code refactoring. It has
various major programming language support such as Javascript, CSS, HTML etc., which can be downloaded for free.
7.3.3 Flask
Flask is a web framework written in Python and is used to develop web applications . Flask is designed to provide a fast
and easy way which can scale up to complex web applications.
8. RESULT & ANALYSIS
The outcome we intend to obtain is to build a classifier which can differentiate between a heart disease patient and a
normal patient. A model that works well with real time data entries. On calculating the accuracy using our proposed model
we could obtain 97.56%.
Table -2: Data Summary
Total number of datasets 303
Total available attributes 14
Chosen number of attributes 9
9. OUTPUT
The screenshots of the output are as below:
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3969
Fig 1: User Interface
Fig 2: Output 1
Fig 3: Output 2
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3970
10. CONCLUSION AND FUTURE WORK
From the above work, it is observed that the implementation of ML based techniques for heart disease identification is
improving the accuracy and reducing the cost factor. Almost, all the work identifies the possibility of heart failure without
any major medical infrastructure equipment but with intelligent ML techniques. Using random forest we built a platform
which can be used to classify the heart patients with an accuracy of 97.5%. In future, an interactive platform can be built
between the doctors and the patients to communicate about risks and factors.
11. REFERENCES
1. M. Ati, "Knowledge capturing in autonomous system design for chronic disease risk assessment, "Biomedical
Engineering and Sciences (IECBES), 2014 IEEE Conference on, pp. 62-66, 2014.
2. Sowmiya, C., and P. Sumitra. "Analytical study of heart disease diagnosis using classification techniques." In Intelligent
Techniques in Control, Optimization and Signal Processing (INCOS), 2017 IEEE International Conference, pp. 1-5.
IEEE, 2017.
3. Parthiban, Latha, and R. Subramanian. "Intelligent heart disease prediction system using CANFIS and genetic
algorithm." International Journal of Biological, Biomedical and Medical Sciences 3, no. 3 (2008).
4. Martin Gjoreski, Anton Gradisˇek, Matjazˇ Gams, Monika Simjanoska, Ana Peterlin, Gregor Poglajen et al, “Chronic
Heart Failure Detection from Heart Sounds Using a Stack of Machine-Learning Classifiers”, 13th International IEEE
Conference on Intelligent Environments, 2017.
5. I Ketut Agung Enriko, Muhammad Suryanegara, Dadang Gunawan al, “Heart Disease Diagnosis System with k-Nearest
Neighbors Method Using Real Clinical Medical Records”, 4th International Conference, June 2018.
6. Abdallah Kassem, Mustapha Hamad, Chady El Moucary and Elie Fayad, “A Smart Device for the Detection of Heart
Abnormality using R-R Interval”, 28th IEEE International conference on Microelectronics(ICM), 2016
7. Sushmita Manikandan, “Heart Attack Prediction System”, International Conference on Energy, Communication, Data
Analytics and Soft Computing, ICCET 2017
8. Anitek Bhattacharya,Mohan Mishra, AnushikhaSingh & Malay Kishore Dutta, “Machine Learning Based Portable
Device for Detection of Cardiac Abnormality”, International IEEE conference on Emerging Trends in Computing and
Communication Technologies (ICETCCT 2017).
9. Jagdeep Singh, Amit Kamra and Harbhag Singh, “Prediction of Heart Diseases Using Associative Classification”, 5th
International Conference on Wireless Networks and Embedded System(WECON 2016).
10. Tahira Mahboob, Rida Irfan, Bazelah Ghaffar, “Evaluating Ensemble Prediction of Coronary Heart Disease using
Receiver Operating Characteristics”, IEEE Internet Technologies and Application(ITA 2017).
11. Ankita Dewan, Meghna Sharma et al, “Prediction of Heart Disease Using a Hybrid Technique in Data Mining
Classification”, 2nd International IEEE Conference on Computing for Sustainable Global Development, 2015.
12. Purushottam, Prof. (Dr.) Kanak Saxena and Richa Sharma, “Efficient Heart Disease Prediction System using Decision
Tree”, International IEEE Conference on Computing , Communication and Automation (ICCCA2015).
13. Jia Xin Low, Keng Wah Choo, “Classification of Heart Sounds Using Softmax Regression and Convolutional Neural
Network”, Association for Computing Machinery, ICCET '18, February 24–26, 2018, Singapore.
14. Jyoti Soni, Ujma Ansari, Dipesh Sharma and Sunita Soni, “Predictive Data Mining for Medical Diagnosis: An Overview
of Heart Disease Prediction” International Journal of Computer Applications, March 2011.
15. Dangare, Chaitrali S., and Sulabha S. Apte. "Improved study of heart disease prediction system using data mining
classification techniques." International Journal of Computer Applications 47, no. 10 (2012): 44-48.
16. Amita Malav, Kalyani Kadam, “A Hybrid Approach for Heart Disease Prediction Using Artificial Neural Network and K-
Means”, International Journal of Pure and Applied Mathematics 2018.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3971
17. Akash Mukherjee, Raj Manjrekar, Ashish Marde and Prof. Rajesh Gaikwad, “Heart Disease Prediction Using Artificial
Neural Networks”, IJSRD || National Conference on Technological Advancement and Automatization in Engineering,
January 2016.

More Related Content

What's hot

Heart Disease Prediction using Machine Learning Algorithm
Heart Disease Prediction using Machine Learning AlgorithmHeart Disease Prediction using Machine Learning Algorithm
Heart Disease Prediction using Machine Learning Algorithmijtsrd
 
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
 
Using AI to Predict Strokes
Using AI to Predict StrokesUsing AI to Predict Strokes
Using AI to Predict StrokesEMMAIntl
 
Chronic Kidney Disease Prediction
Chronic Kidney Disease PredictionChronic Kidney Disease Prediction
Chronic Kidney Disease PredictionRajandeep Gill
 
An Ill-identified Classification to Predict Cardiac Disease Using Data Cluste...
An Ill-identified Classification to Predict Cardiac Disease Using Data Cluste...An Ill-identified Classification to Predict Cardiac Disease Using Data Cluste...
An Ill-identified Classification to Predict Cardiac Disease Using Data Cluste...ijdmtaiir
 
Mining of medical data to identify risk factors of heart disease using freque...
Mining of medical data to identify risk factors of heart disease using freque...Mining of medical data to identify risk factors of heart disease using freque...
Mining of medical data to identify risk factors of heart disease using freque...IRJET Journal
 
WBSN based safe lifestyle: a case study of heartrate monitoring system
WBSN based safe lifestyle: a case study of heartrate monitoring system WBSN based safe lifestyle: a case study of heartrate monitoring system
WBSN based safe lifestyle: a case study of heartrate monitoring system IJECEIAES
 
Prediction of Heart Disease using Machine Learning Algorithms: A Survey
Prediction of Heart Disease using Machine Learning Algorithms: A SurveyPrediction of Heart Disease using Machine Learning Algorithms: A Survey
Prediction of Heart Disease using Machine Learning Algorithms: A Surveyrahulmonikasharma
 
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
 
Prediction of cardiovascular disease with machine learning
Prediction of cardiovascular disease with machine learningPrediction of cardiovascular disease with machine learning
Prediction of cardiovascular disease with machine learningPravinkumar Landge
 
IRJET- Chronic Kidney Disease Prediction based on Naive Bayes Technique
IRJET- Chronic Kidney Disease Prediction based on Naive Bayes TechniqueIRJET- Chronic Kidney Disease Prediction based on Naive Bayes Technique
IRJET- Chronic Kidney Disease Prediction based on Naive Bayes TechniqueIRJET Journal
 
A general framework for improving electrocardiography monitoring system with ...
A general framework for improving electrocardiography monitoring system with ...A general framework for improving electrocardiography monitoring system with ...
A general framework for improving electrocardiography monitoring system with ...journalBEEI
 
SUPERVISED FEATURE SELECTION FOR DIAGNOSIS OF CORONARY ARTERY DISEASE BASED O...
SUPERVISED FEATURE SELECTION FOR DIAGNOSIS OF CORONARY ARTERY DISEASE BASED O...SUPERVISED FEATURE SELECTION FOR DIAGNOSIS OF CORONARY ARTERY DISEASE BASED O...
SUPERVISED FEATURE SELECTION FOR DIAGNOSIS OF CORONARY ARTERY DISEASE BASED O...csitconf
 
Supervised Feature Selection for Diagnosis of Coronary Artery Disease Based o...
Supervised Feature Selection for Diagnosis of Coronary Artery Disease Based o...Supervised Feature Selection for Diagnosis of Coronary Artery Disease Based o...
Supervised Feature Selection for Diagnosis of Coronary Artery Disease Based o...cscpconf
 
A data mining approach for prediction of heart disease using neural networks
A data mining approach for prediction of heart disease using neural networksA data mining approach for prediction of heart disease using neural networks
A data mining approach for prediction of heart disease using neural networksIAEME Publication
 
Psdot 14 using data mining techniques in heart
Psdot 14 using data mining techniques in heartPsdot 14 using data mining techniques in heart
Psdot 14 using data mining techniques in heartZTech Proje
 
Linkage Detection of Features that Cause Stroke using Feyn Qlattice Machine L...
Linkage Detection of Features that Cause Stroke using Feyn Qlattice Machine L...Linkage Detection of Features that Cause Stroke using Feyn Qlattice Machine L...
Linkage Detection of Features that Cause Stroke using Feyn Qlattice Machine L...PurwonoPurwono4
 
MIT IEEE URTC Proposal for HealthVisor
MIT IEEE URTC Proposal for HealthVisorMIT IEEE URTC Proposal for HealthVisor
MIT IEEE URTC Proposal for HealthVisorBrian Goldwyn
 
IRJET-A Cloud Based Risk Prediction of Coronary Heart Disease
IRJET-A Cloud Based Risk Prediction of Coronary Heart DiseaseIRJET-A Cloud Based Risk Prediction of Coronary Heart Disease
IRJET-A Cloud Based Risk Prediction of Coronary Heart DiseaseIRJET Journal
 

What's hot (19)

Heart Disease Prediction using Machine Learning Algorithm
Heart Disease Prediction using Machine Learning AlgorithmHeart Disease Prediction using Machine Learning Algorithm
Heart Disease Prediction using Machine Learning Algorithm
 
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
 
Using AI to Predict Strokes
Using AI to Predict StrokesUsing AI to Predict Strokes
Using AI to Predict Strokes
 
Chronic Kidney Disease Prediction
Chronic Kidney Disease PredictionChronic Kidney Disease Prediction
Chronic Kidney Disease Prediction
 
An Ill-identified Classification to Predict Cardiac Disease Using Data Cluste...
An Ill-identified Classification to Predict Cardiac Disease Using Data Cluste...An Ill-identified Classification to Predict Cardiac Disease Using Data Cluste...
An Ill-identified Classification to Predict Cardiac Disease Using Data Cluste...
 
Mining of medical data to identify risk factors of heart disease using freque...
Mining of medical data to identify risk factors of heart disease using freque...Mining of medical data to identify risk factors of heart disease using freque...
Mining of medical data to identify risk factors of heart disease using freque...
 
WBSN based safe lifestyle: a case study of heartrate monitoring system
WBSN based safe lifestyle: a case study of heartrate monitoring system WBSN based safe lifestyle: a case study of heartrate monitoring system
WBSN based safe lifestyle: a case study of heartrate monitoring system
 
Prediction of Heart Disease using Machine Learning Algorithms: A Survey
Prediction of Heart Disease using Machine Learning Algorithms: A SurveyPrediction of Heart Disease using Machine Learning Algorithms: A Survey
Prediction of Heart Disease using Machine Learning Algorithms: A Survey
 
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...
 
Prediction of cardiovascular disease with machine learning
Prediction of cardiovascular disease with machine learningPrediction of cardiovascular disease with machine learning
Prediction of cardiovascular disease with machine learning
 
IRJET- Chronic Kidney Disease Prediction based on Naive Bayes Technique
IRJET- Chronic Kidney Disease Prediction based on Naive Bayes TechniqueIRJET- Chronic Kidney Disease Prediction based on Naive Bayes Technique
IRJET- Chronic Kidney Disease Prediction based on Naive Bayes Technique
 
A general framework for improving electrocardiography monitoring system with ...
A general framework for improving electrocardiography monitoring system with ...A general framework for improving electrocardiography monitoring system with ...
A general framework for improving electrocardiography monitoring system with ...
 
SUPERVISED FEATURE SELECTION FOR DIAGNOSIS OF CORONARY ARTERY DISEASE BASED O...
SUPERVISED FEATURE SELECTION FOR DIAGNOSIS OF CORONARY ARTERY DISEASE BASED O...SUPERVISED FEATURE SELECTION FOR DIAGNOSIS OF CORONARY ARTERY DISEASE BASED O...
SUPERVISED FEATURE SELECTION FOR DIAGNOSIS OF CORONARY ARTERY DISEASE BASED O...
 
Supervised Feature Selection for Diagnosis of Coronary Artery Disease Based o...
Supervised Feature Selection for Diagnosis of Coronary Artery Disease Based o...Supervised Feature Selection for Diagnosis of Coronary Artery Disease Based o...
Supervised Feature Selection for Diagnosis of Coronary Artery Disease Based o...
 
A data mining approach for prediction of heart disease using neural networks
A data mining approach for prediction of heart disease using neural networksA data mining approach for prediction of heart disease using neural networks
A data mining approach for prediction of heart disease using neural networks
 
Psdot 14 using data mining techniques in heart
Psdot 14 using data mining techniques in heartPsdot 14 using data mining techniques in heart
Psdot 14 using data mining techniques in heart
 
Linkage Detection of Features that Cause Stroke using Feyn Qlattice Machine L...
Linkage Detection of Features that Cause Stroke using Feyn Qlattice Machine L...Linkage Detection of Features that Cause Stroke using Feyn Qlattice Machine L...
Linkage Detection of Features that Cause Stroke using Feyn Qlattice Machine L...
 
MIT IEEE URTC Proposal for HealthVisor
MIT IEEE URTC Proposal for HealthVisorMIT IEEE URTC Proposal for HealthVisor
MIT IEEE URTC Proposal for HealthVisor
 
IRJET-A Cloud Based Risk Prediction of Coronary Heart Disease
IRJET-A Cloud Based Risk Prediction of Coronary Heart DiseaseIRJET-A Cloud Based Risk Prediction of Coronary Heart Disease
IRJET-A Cloud Based Risk Prediction of Coronary Heart Disease
 

Similar to IRJET- Cardiovascular Disease Prediction using Machine Learning Techniques

Heart Failure Prediction using Different Machine Learning Techniques
Heart Failure Prediction using Different Machine Learning TechniquesHeart Failure Prediction using Different Machine Learning Techniques
Heart Failure Prediction using Different Machine Learning TechniquesIRJET Journal
 
Comparing Data Mining Techniques used for Heart Disease Prediction
Comparing Data Mining Techniques used for Heart Disease PredictionComparing Data Mining Techniques used for Heart Disease Prediction
Comparing Data Mining Techniques used for Heart Disease PredictionIRJET Journal
 
HEART DISEASE PREDICTION RANDOM FOREST ALGORITHMS
HEART DISEASE PREDICTION RANDOM FOREST ALGORITHMSHEART DISEASE PREDICTION RANDOM FOREST ALGORITHMS
HEART DISEASE PREDICTION RANDOM FOREST ALGORITHMSIRJET Journal
 
IRJET - Effective Heart Disease Prediction using Distinct Machine Learning Te...
IRJET - Effective Heart Disease Prediction using Distinct Machine Learning Te...IRJET - Effective Heart Disease Prediction using Distinct Machine Learning Te...
IRJET - Effective Heart Disease Prediction using Distinct Machine Learning Te...IRJET Journal
 
Deep Spectral Time‑Variant Feature Analytic Model for Cardiac Disease Predict...
Deep Spectral Time‑Variant Feature Analytic Model for Cardiac Disease Predict...Deep Spectral Time‑Variant Feature Analytic Model for Cardiac Disease Predict...
Deep Spectral Time‑Variant Feature Analytic Model for Cardiac Disease Predict...BASMAJUMAASALEHALMOH
 
Heart Attack Prediction System Using Fuzzy C Means Classifier
Heart Attack Prediction System Using Fuzzy C Means ClassifierHeart Attack Prediction System Using Fuzzy C Means Classifier
Heart Attack Prediction System Using Fuzzy C Means ClassifierIOSR Journals
 
IRJET - Comparative Study of Cardiovascular Disease Detection Algorithms
IRJET - Comparative Study of Cardiovascular Disease Detection AlgorithmsIRJET - Comparative Study of Cardiovascular Disease Detection Algorithms
IRJET - Comparative Study of Cardiovascular Disease Detection AlgorithmsIRJET Journal
 
Prediction of Heart Disease Using Machine Learning and Deep Learning Techniques.
Prediction of Heart Disease Using Machine Learning and Deep Learning Techniques.Prediction of Heart Disease Using Machine Learning and Deep Learning Techniques.
Prediction of Heart Disease Using Machine Learning and Deep Learning Techniques.IRJET Journal
 
238_heartdisease (1).pdf
238_heartdisease (1).pdf238_heartdisease (1).pdf
238_heartdisease (1).pdfArpitGupta563794
 
Predicting Heart Disease Using Machine Learning Algorithms.
Predicting Heart Disease Using Machine Learning Algorithms.Predicting Heart Disease Using Machine Learning Algorithms.
Predicting Heart Disease Using Machine Learning Algorithms.IRJET Journal
 
A COMPREHENSIVE SURVEY ON CARDIAC ARREST RISK LEVEL PREDICTION SYSTEM
A COMPREHENSIVE SURVEY ON CARDIAC ARREST RISK LEVEL PREDICTION SYSTEMA COMPREHENSIVE SURVEY ON CARDIAC ARREST RISK LEVEL PREDICTION SYSTEM
A COMPREHENSIVE SURVEY ON CARDIAC ARREST RISK LEVEL PREDICTION SYSTEMIRJET Journal
 
IRJET- Develop Futuristic Prediction Regarding Details of Health System for H...
IRJET- Develop Futuristic Prediction Regarding Details of Health System for H...IRJET- Develop Futuristic Prediction Regarding Details of Health System for H...
IRJET- Develop Futuristic Prediction Regarding Details of Health System for H...IRJET Journal
 
IRJET- Role of Different Data Mining Techniques for Predicting Heart Disease
IRJET-  	  Role of Different Data Mining Techniques for Predicting Heart DiseaseIRJET-  	  Role of Different Data Mining Techniques for Predicting Heart Disease
IRJET- Role of Different Data Mining Techniques for Predicting Heart DiseaseIRJET Journal
 
AnIoMTAssistedHeartDiseaseDiagnosticSystemUsingMachineLearningTechniques-156-...
AnIoMTAssistedHeartDiseaseDiagnosticSystemUsingMachineLearningTechniques-156-...AnIoMTAssistedHeartDiseaseDiagnosticSystemUsingMachineLearningTechniques-156-...
AnIoMTAssistedHeartDiseaseDiagnosticSystemUsingMachineLearningTechniques-156-...FaridaBRAHIMI5
 
EVALUATING THE ACCURACY OF CLASSIFICATION ALGORITHMS FOR DETECTING HEART DIS...
EVALUATING THE ACCURACY OF CLASSIFICATION  ALGORITHMS FOR DETECTING HEART DIS...EVALUATING THE ACCURACY OF CLASSIFICATION  ALGORITHMS FOR DETECTING HEART DIS...
EVALUATING THE ACCURACY OF CLASSIFICATION ALGORITHMS FOR DETECTING HEART DIS...mlaij
 
EVALUATING THE ACCURACY OF CLASSIFICATION ALGORITHMS FOR DETECTING HEART DISE...
EVALUATING THE ACCURACY OF CLASSIFICATION ALGORITHMS FOR DETECTING HEART DISE...EVALUATING THE ACCURACY OF CLASSIFICATION ALGORITHMS FOR DETECTING HEART DISE...
EVALUATING THE ACCURACY OF CLASSIFICATION ALGORITHMS FOR DETECTING HEART DISE...mlaij
 
Heart Disease Prediction using Data Mining
Heart Disease Prediction using Data MiningHeart Disease Prediction using Data Mining
Heart Disease Prediction using Data MiningIRJET Journal
 
A Comparative Analysis of Heart Disease Prediction System Using Machine Learn...
A Comparative Analysis of Heart Disease Prediction System Using Machine Learn...A Comparative Analysis of Heart Disease Prediction System Using Machine Learn...
A Comparative Analysis of Heart Disease Prediction System Using Machine Learn...IRJET Journal
 
A_Healthcare_Monitoring_System_for_the_Diagnosis_of_Heart_Disease_in_the_IoMT...
A_Healthcare_Monitoring_System_for_the_Diagnosis_of_Heart_Disease_in_the_IoMT...A_Healthcare_Monitoring_System_for_the_Diagnosis_of_Heart_Disease_in_the_IoMT...
A_Healthcare_Monitoring_System_for_the_Diagnosis_of_Heart_Disease_in_the_IoMT...BASMAJUMAASALEHALMOH
 
A data mining approach for prediction of heart disease using neural networks
A data mining approach for prediction of heart disease using neural networksA data mining approach for prediction of heart disease using neural networks
A data mining approach for prediction of heart disease using neural networksIAEME Publication
 

Similar to IRJET- Cardiovascular Disease Prediction using Machine Learning Techniques (20)

Heart Failure Prediction using Different Machine Learning Techniques
Heart Failure Prediction using Different Machine Learning TechniquesHeart Failure Prediction using Different Machine Learning Techniques
Heart Failure Prediction using Different Machine Learning Techniques
 
Comparing Data Mining Techniques used for Heart Disease Prediction
Comparing Data Mining Techniques used for Heart Disease PredictionComparing Data Mining Techniques used for Heart Disease Prediction
Comparing Data Mining Techniques used for Heart Disease Prediction
 
HEART DISEASE PREDICTION RANDOM FOREST ALGORITHMS
HEART DISEASE PREDICTION RANDOM FOREST ALGORITHMSHEART DISEASE PREDICTION RANDOM FOREST ALGORITHMS
HEART DISEASE PREDICTION RANDOM FOREST ALGORITHMS
 
IRJET - Effective Heart Disease Prediction using Distinct Machine Learning Te...
IRJET - Effective Heart Disease Prediction using Distinct Machine Learning Te...IRJET - Effective Heart Disease Prediction using Distinct Machine Learning Te...
IRJET - Effective Heart Disease Prediction using Distinct Machine Learning Te...
 
Deep Spectral Time‑Variant Feature Analytic Model for Cardiac Disease Predict...
Deep Spectral Time‑Variant Feature Analytic Model for Cardiac Disease Predict...Deep Spectral Time‑Variant Feature Analytic Model for Cardiac Disease Predict...
Deep Spectral Time‑Variant Feature Analytic Model for Cardiac Disease Predict...
 
Heart Attack Prediction System Using Fuzzy C Means Classifier
Heart Attack Prediction System Using Fuzzy C Means ClassifierHeart Attack Prediction System Using Fuzzy C Means Classifier
Heart Attack Prediction System Using Fuzzy C Means Classifier
 
IRJET - Comparative Study of Cardiovascular Disease Detection Algorithms
IRJET - Comparative Study of Cardiovascular Disease Detection AlgorithmsIRJET - Comparative Study of Cardiovascular Disease Detection Algorithms
IRJET - Comparative Study of Cardiovascular Disease Detection Algorithms
 
Prediction of Heart Disease Using Machine Learning and Deep Learning Techniques.
Prediction of Heart Disease Using Machine Learning and Deep Learning Techniques.Prediction of Heart Disease Using Machine Learning and Deep Learning Techniques.
Prediction of Heart Disease Using Machine Learning and Deep Learning Techniques.
 
238_heartdisease (1).pdf
238_heartdisease (1).pdf238_heartdisease (1).pdf
238_heartdisease (1).pdf
 
Predicting Heart Disease Using Machine Learning Algorithms.
Predicting Heart Disease Using Machine Learning Algorithms.Predicting Heart Disease Using Machine Learning Algorithms.
Predicting Heart Disease Using Machine Learning Algorithms.
 
A COMPREHENSIVE SURVEY ON CARDIAC ARREST RISK LEVEL PREDICTION SYSTEM
A COMPREHENSIVE SURVEY ON CARDIAC ARREST RISK LEVEL PREDICTION SYSTEMA COMPREHENSIVE SURVEY ON CARDIAC ARREST RISK LEVEL PREDICTION SYSTEM
A COMPREHENSIVE SURVEY ON CARDIAC ARREST RISK LEVEL PREDICTION SYSTEM
 
IRJET- Develop Futuristic Prediction Regarding Details of Health System for H...
IRJET- Develop Futuristic Prediction Regarding Details of Health System for H...IRJET- Develop Futuristic Prediction Regarding Details of Health System for H...
IRJET- Develop Futuristic Prediction Regarding Details of Health System for H...
 
IRJET- Role of Different Data Mining Techniques for Predicting Heart Disease
IRJET-  	  Role of Different Data Mining Techniques for Predicting Heart DiseaseIRJET-  	  Role of Different Data Mining Techniques for Predicting Heart Disease
IRJET- Role of Different Data Mining Techniques for Predicting Heart Disease
 
AnIoMTAssistedHeartDiseaseDiagnosticSystemUsingMachineLearningTechniques-156-...
AnIoMTAssistedHeartDiseaseDiagnosticSystemUsingMachineLearningTechniques-156-...AnIoMTAssistedHeartDiseaseDiagnosticSystemUsingMachineLearningTechniques-156-...
AnIoMTAssistedHeartDiseaseDiagnosticSystemUsingMachineLearningTechniques-156-...
 
EVALUATING THE ACCURACY OF CLASSIFICATION ALGORITHMS FOR DETECTING HEART DIS...
EVALUATING THE ACCURACY OF CLASSIFICATION  ALGORITHMS FOR DETECTING HEART DIS...EVALUATING THE ACCURACY OF CLASSIFICATION  ALGORITHMS FOR DETECTING HEART DIS...
EVALUATING THE ACCURACY OF CLASSIFICATION ALGORITHMS FOR DETECTING HEART DIS...
 
EVALUATING THE ACCURACY OF CLASSIFICATION ALGORITHMS FOR DETECTING HEART DISE...
EVALUATING THE ACCURACY OF CLASSIFICATION ALGORITHMS FOR DETECTING HEART DISE...EVALUATING THE ACCURACY OF CLASSIFICATION ALGORITHMS FOR DETECTING HEART DISE...
EVALUATING THE ACCURACY OF CLASSIFICATION ALGORITHMS FOR DETECTING HEART DISE...
 
Heart Disease Prediction using Data Mining
Heart Disease Prediction using Data MiningHeart Disease Prediction using Data Mining
Heart Disease Prediction using Data Mining
 
A Comparative Analysis of Heart Disease Prediction System Using Machine Learn...
A Comparative Analysis of Heart Disease Prediction System Using Machine Learn...A Comparative Analysis of Heart Disease Prediction System Using Machine Learn...
A Comparative Analysis of Heart Disease Prediction System Using Machine Learn...
 
A_Healthcare_Monitoring_System_for_the_Diagnosis_of_Heart_Disease_in_the_IoMT...
A_Healthcare_Monitoring_System_for_the_Diagnosis_of_Heart_Disease_in_the_IoMT...A_Healthcare_Monitoring_System_for_the_Diagnosis_of_Heart_Disease_in_the_IoMT...
A_Healthcare_Monitoring_System_for_the_Diagnosis_of_Heart_Disease_in_the_IoMT...
 
A data mining approach for prediction of heart disease using neural networks
A data mining approach for prediction of heart disease using neural networksA data mining approach for prediction of heart disease using neural networks
A data mining approach for prediction of heart disease using neural networks
 

More from IRJET Journal

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...IRJET Journal
 
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 STRUCTUREIRJET Journal
 
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...IRJET Journal
 
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 CharacteristicsIRJET Journal
 
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...IRJET Journal
 
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-...IRJET Journal
 
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...IRJET Journal
 
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...IRJET Journal
 
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 ADASIRJET Journal
 
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,...IRJET Journal
 
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 ProIRJET Journal
 
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...IRJET Journal
 
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 SystemIRJET Journal
 
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 bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
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 ...IRJET Journal
 
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.IRJET Journal
 
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...IRJET Journal
 
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 DesignIRJET Journal
 
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...IRJET Journal
 

More from 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...
 

Recently uploaded

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
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoĂŁo Esperancinha
 
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
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
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
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
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
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 

Recently uploaded (20)

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
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.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
 
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
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
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
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
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
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 

IRJET- Cardiovascular Disease Prediction using Machine Learning Techniques

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3963 Cardiovascular Disease Prediction Using Machine Learning Techniques Divya Annepu1, Gowtham G2 1,2B.Tech. Computer Science and Engineering, SRM Institute of Science and Technology, Chennai, Tamil Nadu, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - A In recent years, the leading cause of death for both men and women is cardiovascular disease. In India, the death tolls to 24.8% due to heart attacks. Proactive predication of risk of heart diseases will mitigate the situation to a great extent. This can be achieved by automating the prediction of heart diseases by saving time and effort. The recent development in medical supportive technologies based on data mining, machine learning plays an important role in predicting heart diseases. All the available useful medical information of patients is collected, well-structured and trained into the dataset. For better understanding of medical data to prevent heart diseases, mining is used to identify patterns which are hidden and previously not discovered due to unknown relationships. In this project, we achieved heart disease prediction using python, Random Forest classifiers are used which lead to an accuracy of 97.56%. Key Words: Heart Disease, Random Forest, Classification, Datasets, User Entries, Prediction 1.INTRODUCTION Hospitals are generating huge volume of data regarding their patients. With the advancement made in data analysis over big data, the hospital data is useful in building disease predictive models. Data mining techniques can predict the hidden pattern lying in the voluminous hospital data and helps us to build an effective medical diagnosis system. One or other form of heart disease is found to be the major reason for the death of a patient [1]. Irrespective of the region, country and age group, heart disease is the leading death factor. Heart related diseases needs continuous monitoring and treatment based on it. But for rural people frequent medical check- ups are not easily accessible and viable. For the people who are suffering from serious heart disease this condition is a life threatening situation. According to a 2010 survey, for every $6 spent on health care, $1 is for Cardiovascular diseases. Coronary Heart Disease(CHD) is the leading cause of death of 370,000 people annually. But the cost associated with their treatment is estimated to be around $444 billion(US) dollars. The chances of survival are more when it is predicted before an emergency situation occurs. Also, it is observed from the data that the survival of sudden out of hospital heart attack is very low. This paper surveys the different kinds of heart diseases predictive modeling developed based on machine learning, data mining and artificial intelligence techniques. There are various range of heart diseases apart from heart attack which are collectively called as Cardiovascular diseases. There are many reasons for the development of heart diseases such as smoking, blood sugar, obesity, depression, high cholesterol, poor diet and genetically descendant. There are many types of heart diseases such as angina, arrhythmia, congenital heart disease, fibrillation, coronary artery disease, heart failure, fibrillation. When a person is under heart attack, the tests to be done are CPR, bypass surgery, Value disease treatment, Cardio, Pace makers, heart transplant and so on. The prediction of heart diseases helps us in treating the patient before the patient reaches heart failure. Most common heart diseases are as follows[2]: Angina: A part of heart muscles does not get proper supply of oxygen and nutrients. The main reason may be the muscle spasms in arteries due to cholesterol accumulation in its path.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3964 Coronary Artery disease: When there’s no supply of enough oxygen and blood in the coronary arteries, the condition leads to the coronary artery disease. It happens without any warning. Heart Attack: A part of heart muscle get damaged or die which results in blockage of blood flow. It is reversible which is why it is important to immediate medical help. Heart Failure: When heart doesn’t pump enough blood to meet with the body’s requirements the heart failure occurs. It indicates that heart is not squeezing as it should. Arrhythmia: Irregular heartbeats such as slow, fast and skipping of beats due to irregularity of heart’s electrical system. Improper sequence in the heart’s the electrical system is known as Arrhythmias. 2. LITERATURE SURVEY A brief survey is done over the existing works done for heart disease prediction using data mining and machine learning techniques. Latha et al [3] have developed a neuro-fuzzy based heart disease prediction model named Co-Active Neuro Fuzzy Inference System(CANFIS). They used the Cleveland data source which has 13 attributes related to heart. Further, to optimize the membership functions, momentum coefficient values, learning rate Genetic Algorithm is used. Martin Gjoreski [4] have implemented a chronic heart failure detection system using heart sounds. The proposed method involves filtering, segmentation, feature extraction and stacking of ML classifiers. The data set is collected from a total of 152 heart sounds obtained from 122 different subjects out of which 23 were previously diagnosed with heart abnormalities by the physician. The accuracy obtained from the proposed technique was 96% and in addition, it detects 87% of “unhealthy” instances with a precision of 87% . The heart sounds which were collected with the help of digital stethoscope proves that chronic heart failure can be detected. I Ketut et al [5] proposed heart disease diagnosis system using K-Nearest Neighbors. A real clinical medical record of 450 data sets consisting 15 important parameters such as sex, age, chest pain, shortness of breath and so on were selected. The expected result for the system was to predict what type of heart disease the patient was suffering. The results out of experiments shows that KNN was the best algorithm with 75.11% accuracy (without parameter) and 74.89%, 74.44% and 73.11% accuracy with parameter weighting with OneR Attribute Evaluator, SVM Attribute Evaluator, and ReliefF Attribute Evaluator, respectively. The other classifier NaĂŻve Bayes yields only 50.44% and SVM achieved 45.11% accuracy. Abdallah et al [6] have created a platform which consists of an electronic device connected with a smart phone for acquiring the electrocardiogram(ECG) signals around the clock. In addition, inter-beat(R-R) interval analysis instantly alerts the pre-programmed emergency service number whenever there was an abnormal values in signals more than the threshold. Then the patient’s ECG report, heart rate and patient’s location was sent to the nearby doctor by the system. The hardware system consists of three leads, a micro controller and a smartphone with users choice as to either being connected or disconnected from the entire system. Sushmita Manikandan [7] has proposed a NaĂŻve Bayes based predictive heart disease system. They used a binary classifier system supporting patients with the graphical user interface through web. The proposed system used a dataset of having 13 predator variables with one binary response variable which were taken from UCI’s machine learning repository. Initially, the data from medical records converted into structured data. For data pre-processing, Rapid Miner was used and the performance of the proposed system was compared with K-Nearest Neighbor, Decision Trees and Random Forest. Anaconda v2.7 packages were used to construct the classifier. The results proved that Gaussian NaĂŻve
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3965 Bayes gave the highest accuracy of 81.25% than other approaches. In the upcoming classification algorithms the accuracy can be improved. Anitek et al m[8] have proposed an automatic detection of cardiac abnormalities in a convenient, non-invasive and efficient way. In their work, a ML based smart device classifies normal and abnormal heart sounds and was useful for real time diagnosis of cardiac diseases. The audio samples were extracted using Mel frequency Cepstral Coefficient(MFCC). Then, machine learning based supervised classification was performed which gained an accuracy of 97.50% and sensitivity as 100%. Jagdeep et al [9] have implemented a machine learning repository to test on different data mining techniques on heart prediction system. The dataset of 313 instances with 14 different attributes were collected from Cleveland heart diseases dataset from the University of California Irvine (UCI). The implementation involves 2 associative algorithms such as Apriori and FP-Growth with a selection of 10 best rules from each method for training dataset. The accuracy obtained using K-Nearest neighbor technique using IBK is 99.19% and higher than hybrid techniques such as J48, ZeroR, Naive- Bayes, OneR. Tahira et al [10] proposed a technique by using various machine learning practices for detecting innumerable heart diseases. 13 attributes were incorporated in total with 50 instances. The approaches used were Hidden Markov Models, Support Vector Machine, Feature Selection, Computational intelligent classifier, prediction system, data mining techniques and genetic algorithm. The proposed technique has an accuracy of 94.21%, a ROC of 0.981, RMSE of 0.2568, Precision of 0.953; showing significant improvement when compared to the performance of K- Nearest Neighbor, Artificial Neural Networks and Support Vector Machines algorithms. 2.1 Inference from Survey The surveyed work is compared with their accuracy value in Table 1. From the analysis it is observed that ML classifiers based predictive systems shows better accuracy than other systems. Table -1: Comparison of ML Algorithms Year Author Algorithm Accuracy 2018 Amita Malav et al ANN and K-means 93.52% 2018 I Ketut Agung Kassem et al KNN NaĂŻve Bayes SVM 75.11% 50.44% 45.11% 2017 Martin Gjoreski et al Machine Learning classifiers 96% 2017 Sushmita Manikandan Gaussian NaĂŻve Bayes 81.25% 2017 Anitek Bhattacharya et al Machine Learning 97.50% 2017 Tahira Mahboob et al Various ML techniques 94.21%
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3966 2016 Jagdeep Singh et al J48, ZeroR, NaĂŻve Bayes, OneR and KNN 99.19% 2015 Purushottam et al MV algorithm 86.75% 2016 Akash Mukherjee et al ANN 96.2% 2012 Chaitrali Neural Networks 100% 2011 Jyoti Soni et al NaĂŻve Bayes Decision Tree KNN 96.5% 99.2% 88.3% 2008 Latha et al Neuro – Fuzzy More than 90% 3. PROBLEM STATEMENT She existing model deals with patients reaching doctors for medical diagnosis and examining them using variety of equipment’s during this reach to the doctors and to the hospital can worsen the health conditions which includes death. It involves lots of cardiovascular equipment’s which results in lots of expenditure which is out of reach for common people. It’s strenuous for rural people to reach the hospitals for regular check ups. Using a platform where they can find out their current stage of heart functioning might help them in getting their required treatment at the right time at least cost. you begin to format your paper, first write and save the content as a separate text file. Keep your text and graphic files separate until after the text has been formatted and styled. Do not use hard tabs, and limit use of hard returns to only one return at the end of a paragraph. Do not add any kind of pagination anywhere in the paper. Do not number text heads-the template will do that for you. 4. SOLUTION Using a GUI we give in specific details to calculate the level of severity of heart diseases. Our main objective is to classify whether a person is a heart patient or not by using machine learning classification technique such as random forest. Using data sets and attributes such as age, sex, chest pain etc., we classify the patient. In order to achieve this, many researches were done previously using various machine learning techniques where as we reduced the number of attributes and tried to maintain the accuracy. 5. METHODOLOGY In this study, we discuss about the modules of the project which mainly involves training of the dataset and then the model, testing the model and predicting the output. 5.1 Training the dataset Algorithms learn from knowledge. They realize relationships, develop understanding, create decisions, and valuate their confidence from the training data they’re given and therefore the better the training data is, the higher the model performs so as to accomplish our goal of achieving a highly accurate model, we have a tendency to arrange to use a huge annotated API, which might be used as training data, that might not simply facilitate to identify the proper label for the testing data set entity on, however additionally establish relationship between entities.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3967 5.2 Training the model This step happens to be a really crucial section of the complete process. During this step, we have a tendency to train the classifier in such a fashion that the classifier will identify and label a test data that has been given by the input on the idea of the information it has learned from the training data set. This step involves random shuffling the training data so that the classifier will establish relationship between entities and in turn increase its accuracy of labelling. 5.3 Training the trained model Once the classifier has been trained upon it properly, we need to make sure that the model is indeed working well, and not generating any error, thus testing plays a major role towards the end of the project. If the model is generating any error, we need to rework on the training set and classifier to see to it that the error is completely eliminated and is recognizing the entities accurately. 5.4 Saving the model Once the classifier has been trained properly on the training data set, and is performing as desired, we need to save the model so that it can be used as and when required and we then test the saved model. 6. PROPOSED METHOD In this study, we used a Cleveland clinic dataset which contains 9 attributes such as age, gender, resting blood pressure(in mm Hg on admission to the hospital), serum cholesterol in mg/dl, fasting blood sugar, Rest ECG results, maximum heart rate achieved during ECG, chest pain during exercise, chest pain type. 75% of the dataset is used to train the model using the classifier and 25% is used for testing. A GUI is constructed using Visual Studio Code to get the details of the user and then is subjected to the model which classifies the patient into four stages depending on the criticality of the disease or as if the patient is out of danger. A random forest classifier here creates few set of decision trees from randomly selected subset of training set. It then aggregates the votes from different decision trees to decide the final class of the test object. In this model we used sklearn classifiers which requires data cleaning. Hence the data is preprocessed before it was trained. As random forest classifier is an ensembled algorithm it tends to give more accurate result because of the principle, “Number of weak estimators when combined forms a strong estimator.” 7. EXPERIMENTAL SETUP 7.1 Dataset The [Heart disease data set] consists of patient data from Cleveland, Hungary, Long Beach and Switzerland. The combined dataset consists of 14 features and 303 samples with many missing values. The features used in here are, 1. age: The patients age in years 2. sex: The patients gender(1=male; 0=female) 3. cp: Chest pain type, *Value 1: typical angina *Value 2: atypical angina *Value 3: non-anginal pain *Value 4: asymptomatic 4. trestbps: Resting blood pressure (in mm Hg on admission to the hospital) 5. chol: Serum cholestoral in mg/dl 6. fbs: Fasting blood sugar > 120 mg/dl? (1=true; 0=false) 7. restecg: Resting electrocardiographic results *Value 0: normal *Value 1: having ST-T wave abnormality (T wave inversions and/or ST elevation or depression of > 0.05 mV) *Value 2: showing probable or definite left ventricular hypertrophy by Estes' criteria 8. thalach: Maximum heart rate achieved 9. exang: Chest pain(angina) after exercise? (1=yes; 0=no) 10. thal: Not described
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3968 *Value 3=normal *Value 6=treated defect *Value 7=reversible defect 11. num: Target *Value 0: less than 50% narrowing of coronary arteries(no heart disease) *Value 1,2,3,4: >50% narrowing. The value indicates the stage of heart diseases. Dataset creators V.A. Medical Center, Long Beach and Cleveland Clinic Foundation: Robert Detrano, M.D., Ph.D. 7.2 User Interface User interface is constructed using visual studio code and the input is taken from the user and the converted into the preprocessing data which is then classified. 7.3 Tools Used 7.3.1 Scikit-learn Scikit-learn(sklearn) is known for its simplicity and effective tools for data mining and data analysis. It can be accessed by anyone and reused in various contexts. Classification can be done using this tool for identifying an object to which category it belongs. 7.3.2 Visual Studio Code Visual Studio code is a source code editor that can be used with a variety of programming languages. It includes debugging, embedded Git control, syntax highlighting, intelligent code completion, snippets and code refactoring. It has various major programming language support such as Javascript, CSS, HTML etc., which can be downloaded for free. 7.3.3 Flask Flask is a web framework written in Python and is used to develop web applications . Flask is designed to provide a fast and easy way which can scale up to complex web applications. 8. RESULT & ANALYSIS The outcome we intend to obtain is to build a classifier which can differentiate between a heart disease patient and a normal patient. A model that works well with real time data entries. On calculating the accuracy using our proposed model we could obtain 97.56%. Table -2: Data Summary Total number of datasets 303 Total available attributes 14 Chosen number of attributes 9 9. OUTPUT The screenshots of the output are as below:
  • 7. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3969 Fig 1: User Interface Fig 2: Output 1 Fig 3: Output 2
  • 8. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3970 10. CONCLUSION AND FUTURE WORK From the above work, it is observed that the implementation of ML based techniques for heart disease identification is improving the accuracy and reducing the cost factor. Almost, all the work identifies the possibility of heart failure without any major medical infrastructure equipment but with intelligent ML techniques. Using random forest we built a platform which can be used to classify the heart patients with an accuracy of 97.5%. In future, an interactive platform can be built between the doctors and the patients to communicate about risks and factors. 11. REFERENCES 1. M. Ati, "Knowledge capturing in autonomous system design for chronic disease risk assessment, "Biomedical Engineering and Sciences (IECBES), 2014 IEEE Conference on, pp. 62-66, 2014. 2. Sowmiya, C., and P. Sumitra. "Analytical study of heart disease diagnosis using classification techniques." In Intelligent Techniques in Control, Optimization and Signal Processing (INCOS), 2017 IEEE International Conference, pp. 1-5. IEEE, 2017. 3. Parthiban, Latha, and R. Subramanian. "Intelligent heart disease prediction system using CANFIS and genetic algorithm." International Journal of Biological, Biomedical and Medical Sciences 3, no. 3 (2008). 4. Martin Gjoreski, Anton Gradisˇek, Matjazˇ Gams, Monika Simjanoska, Ana Peterlin, Gregor Poglajen et al, “Chronic Heart Failure Detection from Heart Sounds Using a Stack of Machine-Learning Classifiers”, 13th International IEEE Conference on Intelligent Environments, 2017. 5. I Ketut Agung Enriko, Muhammad Suryanegara, Dadang Gunawan al, “Heart Disease Diagnosis System with k-Nearest Neighbors Method Using Real Clinical Medical Records”, 4th International Conference, June 2018. 6. Abdallah Kassem, Mustapha Hamad, Chady El Moucary and Elie Fayad, “A Smart Device for the Detection of Heart Abnormality using R-R Interval”, 28th IEEE International conference on Microelectronics(ICM), 2016 7. Sushmita Manikandan, “Heart Attack Prediction System”, International Conference on Energy, Communication, Data Analytics and Soft Computing, ICCET 2017 8. Anitek Bhattacharya,Mohan Mishra, AnushikhaSingh & Malay Kishore Dutta, “Machine Learning Based Portable Device for Detection of Cardiac Abnormality”, International IEEE conference on Emerging Trends in Computing and Communication Technologies (ICETCCT 2017). 9. Jagdeep Singh, Amit Kamra and Harbhag Singh, “Prediction of Heart Diseases Using Associative Classification”, 5th International Conference on Wireless Networks and Embedded System(WECON 2016). 10. Tahira Mahboob, Rida Irfan, Bazelah Ghaffar, “Evaluating Ensemble Prediction of Coronary Heart Disease using Receiver Operating Characteristics”, IEEE Internet Technologies and Application(ITA 2017). 11. Ankita Dewan, Meghna Sharma et al, “Prediction of Heart Disease Using a Hybrid Technique in Data Mining Classification”, 2nd International IEEE Conference on Computing for Sustainable Global Development, 2015. 12. Purushottam, Prof. (Dr.) Kanak Saxena and Richa Sharma, “Efficient Heart Disease Prediction System using Decision Tree”, International IEEE Conference on Computing , Communication and Automation (ICCCA2015). 13. Jia Xin Low, Keng Wah Choo, “Classification of Heart Sounds Using Softmax Regression and Convolutional Neural Network”, Association for Computing Machinery, ICCET '18, February 24–26, 2018, Singapore. 14. Jyoti Soni, Ujma Ansari, Dipesh Sharma and Sunita Soni, “Predictive Data Mining for Medical Diagnosis: An Overview of Heart Disease Prediction” International Journal of Computer Applications, March 2011. 15. Dangare, Chaitrali S., and Sulabha S. Apte. "Improved study of heart disease prediction system using data mining classification techniques." International Journal of Computer Applications 47, no. 10 (2012): 44-48. 16. Amita Malav, Kalyani Kadam, “A Hybrid Approach for Heart Disease Prediction Using Artificial Neural Network and K- Means”, International Journal of Pure and Applied Mathematics 2018.
  • 9. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3971 17. Akash Mukherjee, Raj Manjrekar, Ashish Marde and Prof. Rajesh Gaikwad, “Heart Disease Prediction Using Artificial Neural Networks”, IJSRD || National Conference on Technological Advancement and Automatization in Engineering, January 2016.