AI_review_1
AI_review_1
ARTIFICIAL INTELLIGENCE
SWE4010
Review-1
Symptoms of heart disease can vary depending on the severity and type. Common indicators
include different types of chest pain (typical angina, atypical angina, non-anginal pain), exercise
induced angina, and ECG abnormalities. Early detection through these parameters is crucial for
effective treatment and management
Machine learning models, particularly Support Vector Machines (SVM), have demonstrated high
accuracy in predicting heart disease by analyzing large datasets and identifying complex patterns
that may not be immediately apparent to human experts. These models can be trained on
historical patient data to recognize correlations between various clinical factors and the
likelihood of developing heart disease. Additionally, modern heart disease prediction systems
integrate electronic health records (EHRs) and real-time monitoring devices, such as wearable
fitness trackers and smartwatches, to continuously assess cardiovascular health. By utilizing
these technologies, patients at risk can be identified early, allowing healthcare professionals to
take preventive measures such as recommending lifestyle modifications, prescribing medications,
or conducting further diagnostic tests. Moreover, the incorporation of artificial intelligence (AI)
and deep learning enhances the ability of prediction models to refine their accuracy over time,
making heart disease screening more efficient and accessible. The development of such systems
plays a crucial role in reducing the global burden of cardiovascular diseases by enabling timely
interventions and improving patient outcomes.
TOOL/Programming Languages:
Google Colab (Cloud-based Jupyter Notebook for coding & model training)
Python
Libraries Used:
Scikit-learn (Machine Learning models)
Pandas & NumPy (Data Processing)
Matplotlib & Seaborn (Data Visualization)
3) Arifuddin and Buana(2023) have discussed Heart failure is a significant global cause of
mortality and morbidity. This research article aims to evaluate the performance of decision tree
(DTree) and support vector machine (SVM) methods in predicting heart disease. The study
utilizes a dataset with diverse features and employs exploratory data analysis (EDA), clustering,
and classification techniques to gain insights and evaluate the performance of the two methods.
The results demonstrate the effectiveness of both DTree and SVM in predicting heart disease.
Notably, SVM outperforms DTree in terms of accuracy, precision, recall, and F1-score. However,
the performance of these methods is influenced by the preprocessing steps applied, indicating the
importance of selecting appropriate data preprocessing techniques for optimal performance with
specific machine learning algorithms.
5)AbdulHussein and Bilgin(5) (2024) have discussed Machine learning, one of the most well
known applications of artificial intelligence, is altering the world of research. The aim of this
study is to generate predictions for Heart Disease Prediction (HDP) by employing effective
machine learning approaches and to predict whether an individual has heart disease. The primary
objective is to evaluate the predictive accuracy of various machine learning algorithms in
predicting the presence or absence of heart disease. The KNIME data analysis program has been
selected, and overall accuracy is chosen as the primary indicator to assess the effectiveness of
these strategies. Utilizing details such as chest pain, cholesterol levels, age, and other factors,
along with different machine learning technologies such as K Nearest Neighbor (KNN), Naive
Bayes, and Logistic Regression, a dataset of 319,796 patient records with 18 attributes was
utilized. Naive Bayes, K Nearest Neighbor (KNN), and Logistic Regression were employed as
machine learning techniques, and their prediction accuracies were compared. The application
results indicate that the logistic regression approach outperforms the K Nearest Neighbor method
and the Naive Bayes method in terms of predicting accuracy for heart disease.
References:
[1] Balakrishnan Duraisamy, Ramesh Sunku, Karthikeyan Selvaraj, Venkata Vara Ramana Pilla,
and Manikandan Sanikala (2023). Heart Disease Prediction Using Support Vector Machine.
Multidisciplinary Science Journal, 6(1):504-600.
[2] Akhdhan Arifuddin and Gandhi Surya Buana (2023). Performance Comparison of Decision
Tree and Support Vector Machine Algorithms for Heart Failure Prediction. Procedia Comput.
Sci., 234(C), 10(1):628–636.
[3] Ajay Kumar Yadav, Krishna Soni, and Shraddha Khare(2023). Heart Disease Prediction
Using Machine Learning. IEEE Transactions on Biomedical Engineering, 14(2):150-157
[4] Aishwarya Mondal, Biswajit Mondal, Anirban Chakraborty, Animesh Kar, Abhishek Biswas,
and Arindam Bhattacharya Majumder (2023). Heart Disease Prediction Using Support Vector
Machine and Artificial Neural Network. Artificial Intelligence and Applications, 2(1):59–65.
[5] Ayat Bahaa AbdulHussein and Tulin Tezcan Bilgin (2024). Comparison of Machine
Learning Algorithms for Heart Disease Prediction. Journal of Technology and Applied Sciences,
7(1):133–146.
Time Line:
Significance :
Helps in early detection of heart disease using AI.
Can be used by healthcare professionals to analyze patient risk.
Reduces human error in diagnosis.
Provides a low-cost, automated diagnostic tool for clinics and hospitals.