Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

Base paper Title: Heart Disease Prediction using Machine Learning and Data Analytics

Approach

Abstract

Heart is the next major organ comparing to brain which has more priority in Human
body. It pumps the blood and supplies to all organs of the whole body. Prediction of
occurrences of heart diseases in medical field is significant work. Data analytics is useful for
prediction from more information and it helps medical centre to predict of various disease.
Huge amount of patient related data is maintained on monthly basis. The stored data can be
useful for source of predicting the occurrence of future disease. Some of the data mining and
machine learning techniques are used to predict the heart disease, such as Artificial Neural
Network (ANN), Decision tree, Fuzzy Logic, K-Nearest Neighbour(KNN), Naïve Bayes and
Support Vector Machine (SVM). This paper provides an insight of the existing algorithm and
it gives an overall summary of the existing work.

Existing System

Heart disease is one of the prevalent disease that can lead to reduce the lifespan of
human beings nowadays. Each year 17.5 million people are dying due to heart disease [1].
Life is dependent on component functioning of heart, because heart is necessary part of our
body. Heart disease is a disease that affects on the function of heart [2]. An estimate of a
person’s risk for coronary heart disease is important for many aspects of health promotion
and clinical medicine. A risk prediction model may be obtained through multivariate
regression analysis of a longitudinal study [3]. Due to digital technologies are rapidly
growing, healthcare centres store huge amount of data in their database that is very complex
and challenging to analysis. Data mining techniques and machine learning algorithms play
vital roles in analysis of different data in medical centres. The techniques and algorithms can
be directly used on a dataset for creating some models or to draw vital conclusions, and
inferences from the dataset.
Drawback in Existing System

 Data Quality and Quantity: Limited or biased datasets can lead to inaccurate
predictions. If the dataset used for training is not representative of the population or
contains errors, it can result in biased models.
 Overfitting and Generalization: Overfitting occurs when a model learns the training
data too well and performs poorly on new, unseen data. Ensuring that the model
generalizes well to new instances is crucial for its real-world applicability.
 Lack of Causation: Correlation does not imply causation. While machine learning
models can identify patterns in data, establishing a cause-and-effect relationship is
challenging. Understanding the underlying mechanisms leading to heart disease is
crucial for effective intervention strategies.
 Regulatory Compliance: In the healthcare domain, compliance with regulatory
standards such as HIPAA (Health Insurance Portability and Accountability Act) is
essential. Failure to comply with these regulations can lead to legal and ethical issues.

Proposed System

 Proposed Prediction of Heart Disease using Multiple Regression Model and it proves
that Multiple Linear Regression is appropriate for predicting heart disease chance.
The work is performed using training data set consists of 3000 instances with 13
different attributes which has mentioned earlier.
 Proposed Decision tree based Neural Fuzzy System (DNFS) technique to analyse and
predict of various heart disease. This paper reviews the research on heart disease
diagnosis. DNFS stand for Decision tree based Neural Fuzzy System.
 Proposed c45 rules and partial tree technique to predict heart disease. This paper can
discover set of rules to predict the risk levels of patients based on given parameter
about their health.
 Determine the prediction performance of each algorithm and apply the proposed
system for the area it needed. Use more relevant feature selection methods to improve
the accurate performance of algorithms. There are several treatment methods for
patient, if they once diagnosed with the particular form of heart disease.

Algorithm

 Support Vector Machines (SVM): Abstracts often mention the use of SVM for heart
disease prediction due to its ability to handle both linear and non-linear relationships
in the data.
 Artificial Neural Networks (ANN): Abstracts may discuss the application of neural
networks, especially deep learning models, for heart disease prediction.
 K-Nearest Neighbors (KNN): KNN is a simple yet effective algorithm mentioned in
abstracts for heart disease prediction, especially in scenarios where local patterns are
crucial.

Advantages

 Early Detection: Machine learning algorithms can analyze large datasets of patient
information, including medical history, lifestyle factors, and physiological
measurements. This enables early detection of potential heart disease risk factors,
allowing for timely intervention and prevention.
 Personalized Medicine: Machine learning allows for the development of
personalized risk assessment models. By considering a broad range of individual
factors, including genetics, lifestyle, and medical history, the predictions can be
tailored to specific individuals, providing more targeted and effective preventive
strategies.
 Cost-Effective Healthcare: Early detection and prevention can lead to cost savings
in healthcare. By identifying individuals at risk before the onset of severe symptoms,
healthcare resources can be allocated more efficiently, reducing the economic burden
associated with treating advanced stages of heart disease.
 Continuous Monitoring: Machine learning models can be applied to continuously
monitor patient health through wearable devices or remote monitoring systems. This
real-time data allows for dynamic risk assessments and timely interventions,
improving overall patient care.
Software Specification

 Processor : I3 core processor


 Ram : 4 GB
 Hard disk : 500 GB

Software Specification

 Operating System : Windows 10 /11


 Frond End : Python
 Back End : Mysql Server
 IDE Tools : Pycharm

You might also like