Found 31 repositories(showing 30)
Predict whether a patient should be diagnosed with Heart Disease. Examine trends & correlations within our data. Determine which features are most important to Heart Disease diagnosis. We would like to deploy a Machine Learning algorithm where we can train our AI to learn & improve from experience. Thus, we would want to classify patients for Heart Disease.
nishikantgurav
This project will focus on predicting heart disease using neural networks. Based on attributes such as blood pressure, cholestoral levels, heart rate, and other characteristic attributes, patients will be classified according to varying degrees of coronary artery disease. This project will utilize a dataset of 303 patients and distributed by the UCI Machine Learning Repository. Machine learning and artificial intelligence is going to have a dramatic impact on the health field; as a result, familiarizing yourself with the data processing techniques appropriate for numerical health data and the most widely used algorithms for classification tasks is an incredibly valuable use of your time! In this tutorial, we will do exactly that. We will be using some common Python libraries, such as pandas, numpy, and matplotlib. Furthermore, for the machine learning side of this project, we will be using sklearn and keras.
NASO7Y
A machine learning project that predicts the likelihood of heart disease using patient data. Built with Python, Scikit-learn, and key classification algorithms to analyze health metrics and risk factors.
sowjanya-2001
Heart-Disease-Prediction-using-Machine-Learning Thus preventing Heart diseases has become more than necessary. Good data-driven systems for predicting heart diseases can improve the entire research and prevention process, making sure that more people can live healthy lives. This is where Machine Learning comes into play. Machine Learning helps in predicting the Heart diseases, and the predictions made are quite accurate. The project involved analysis of the heart disease patient dataset with proper data processing. Then, different models were trained and and predictions are made with different algorithms KNN, Decision Tree, Random Forest,SVM,Logistic Regression etc This is the jupyter notebook code and dataset I've used for my Kaggle kernel 'Binary Classification with Sklearn and Keras' I've used a variety of Machine Learning algorithms, implemented in Python, to predict the presence of heart disease in a patient. This is a classification problem, with input features as a variety of parameters, and the target variable as a binary variable, predicting whether heart disease is present or not. Machine Learning algorithms used: Logistic Regression (Scikit-learn) Naive Bayes (Scikit-learn) Support Vector Machine (Linear) (Scikit-learn) K-Nearest Neighbours (Scikit-learn) Decision Tree (Scikit-learn) Random Forest (Scikit-learn) XGBoost (Scikit-learn) Artificial Neural Network with 1 Hidden layer (Keras) Accuracy achieved: 95% (Random Forest) Dataset used: https://www.kaggle.com/ronitf/heart-disease-uci
YunchaoYang
Heart-Disease-Prediction-using-Machine-Learning Thus preventing Heart diseases has become more than necessary. Good data-driven systems for predicting heart diseases can improve the entire research and prevention process, making sure that more people can live healthy lives. This is where Machine Learning comes into play. Machine Learning helps in predicting the Heart diseases, and the predictions made are quite accurate. The project involved analysis of the heart disease patient dataset with proper data processing. Then, different models were trained and and predictions are made with different algorithms KNN, Decision Tree, Random Forest,SVM,Logistic Regression etc This is the jupyter notebook code and dataset I've used for my Kaggle kernel 'Binary Classification with Sklearn and Keras' I've used a variety of Machine Learning algorithms, implemented in Python, to predict the presence of heart disease in a patient. This is a classification problem, with input features as a variety of parameters, and the target variable as a binary variable, predicting whether heart disease is present or not. Machine Learning algorithms used: Logistic Regression (Scikit-learn) Naive Bayes (Scikit-learn) Support Vector Machine (Linear) (Scikit-learn) K-Nearest Neighbours (Scikit-learn) Decision Tree (Scikit-learn) Random Forest (Scikit-learn) XGBoost (Scikit-learn) Artificial Neural Network with 1 Hidden layer (Keras) Accuracy achieved: 95% (Random Forest) Dataset used: https://www.kaggle.com/ronitf/heart-disease-uci
Thus preventing Heart diseases has become more than necessary. Good data-driven systems for predicting heart diseases can improve the entire research and prevention process, making sure that more people can live healthy lives. This is where Machine Learning comes into play. Machine Learning helps in predicting the Heart diseases, and the predictions made are quite accurate. The project involved analysis of the heart disease patient dataset with proper data processing. Then, different models were trained and and predictions are made with different algorithms KNN, Decision Tree, Random Forest,SVM,Logistic Regression etc This is the jupyter notebook code and dataset I've used for my Kaggle kernel 'Binary Classification with Sklearn and Keras' I've used a variety of Machine Learning algorithms, implemented in Python, to predict the presence of heart disease in a patient. This is a classification problem, with input features as a variety of parameters, and the target variable as a binary variable, predicting whether heart disease is present or not. Machine Learning algorithms used: Logistic Regression (Scikit-learn) Naive Bayes (Scikit-learn) Support Vector Machine (Linear) (Scikit-learn) K-Nearest Neighbours (Scikit-learn) Decision Tree (Scikit-learn) Random Forest (Scikit-learn) XGBoost (Scikit-learn) Artificial Neural Network with 1 Hidden layer (Keras) Accuracy achieved: 95% (Random Forest)
Suraj-Tupe
The prediction of heart disease is considered one of the most important topics in health domain. With the machine learning algorithms and having large amounts of data, it is possible to extrapolate information that can help doctors make more accurate predictions. Prediction of CHD is a much complex challenge considering the level of expertise and knowledge required for accurate result. According to a survey by WHO, medical professionals can correctly predict heart disease with only 67% accuracy. In this project , a number of independent variables such as sex, age, cigsPerDay, totChol, sysBP and glucose will be used along with a dependent variable (TenYearCHD class) during the training phase to build a classification model. The classification goal is to predict whether the patient has 10-year risk of future Coronary Heart Disease (CHD) or not.
Repository Name: Predicting Heart Disease with Machine Learning Description: This repository contains a machine learning project focused on predicting heart disease using classification algorithms. It leverages data preprocessing, feature selection, and model evaluation techniques to build accurate and reliable models.
Ranawalid256
Machine Learning project for predicting heart disease using patient health records. Includes data preprocessing, exploratory data analysis (EDA), feature selection, and implementation of multiple classification algorithms with performance comparison.
zayed-ansari
This repository contains a machine learning project for predicting heart disease using the UCI Heart Disease dataset. It evaluates multiple classification algorithms, including Logistic Regression, K-Nearest Neighbors, and Random Forest, with metrics like accuracy, precision, and recall to determine model performance and effectiveness.
A Machine Learning project that trains and evaluates multiple classification algorithms(Logistics Regression, KNN, SVM, Random Forest, Decision Tree, Naive Bayes) to predict heart disease using clinical data with Python and Scikit-learn
MissSilola
This project predicts heart disease risk using machine learning. Analyzing a dataset with health metrics like age and cholesterol levels, I applied classification algorithms to identify key risk factors. The findings are visualized to enhance understanding, aiming to raise awareness for early detection and prevention strategies.
AkshayPatel3369
Heart Disease Prediction using Neural Networks This project will focus on predicting heart disease using neural networks. Based on attributes such as blood pressure, cholestoral levels, heart rate, and other characteristic attributes, patients will be classified according to varying degrees of coronary artery disease. This project will utilize a dataset of 303 patients and distributed by the UCI Machine Learning Repository. Machine learning and artificial intelligence is going to have a dramatic impact on the health field; as a result, familiarizing yourself with the data processing techniques appropriate for numerical health data and the most widely used algorithms for classification tasks is an incredibly valuable use of your time! In this tutorial, we will do exactly that. We will be using some common Python libraries, such as pandas, numpy, and matplotlib. Furthermore, for the machine learning side of this project, we will be using sklearn and keras. Import these libraries using the cell below to ensure you have them correctly installed.
Saravanakumargovin
Project: Predicting Heart Disease with Classification Machine Learning Algorithms
SaurabhNavale-02
Machine Learning project for predicting heart disease risk using multiple classification algorithms with EDA and Streamlit deployment.
leartde
A machine learning project with ML.NET using binary classification algorithms to predict whether a patient has heart disease. **Educational purpose only**
Ashish23kjc
A machine learning project to predict the presence of heart disease using medical diagnostic data, with a comparison of various classification algorithms.
deepu-2706
Heart Disease Prediction Heart Diseases are too risky for a human being, from a given data we will predict that person have heart disease or not with the help of Machine Learning. There is a predictive system In this project we are playing with different Machine Learning Classification Algorithms.
dshenoy05
A machine learning project that predicts the likelihood of heart disease using patient health data. The project includes data preprocessing, exploratory data analysis, and predictive modeling using classification algorithms to identify risk factors associated with heart disease.
Ayushshrivastav28
A machine learning project leveraging algorithms like Random Forest, SVM, and Neural Networks to predict heart disease with 95% accuracy. The analysis involves data preprocessing, model training, and evaluation using the UCI Heart Disease dataset for effective binary classification.
nik434
Heart Disease Prediction using Machine Learning An AI/ML-based healthcare prediction system that analyzes patient medical data to predict the risk of heart disease. The project uses machine learning algorithms such as Logistic Regression and Random Forest for classification, along with data preprocessing and visualization
ArsalBaig
Sure! Here's a concise description for a **Heart Disease Prediction** project: --- **Heart Disease Prediction** A machine learning model that predicts the risk of heart disease using patient health data. Built with Scikit-learn, it applies classification algorithms to analyze features like age, blood pressure, cholesterol, and more.
harsh925-prog
This is a Machine Learning Mini Project that predicts whether a person gets a "Heart Disease" or not. I have used Logistic Regression classification algorithm with 87.5% accuracy.
fairulrifqi
This project applies machine learning algorithms—K-Nearest Neighbor (KNN), Decision Tree, XGBoost, and Logistic Regression—to classify heart disease risk. Using a dataset with patient health metrics, the model predicts the likelihood of heart disease, demonstrating the power of multiple algorithms for medical classification tasks.
CodeByOmotosho
Heart Disease Prediction is a machine learning project that analyzes patient data to assess heart disease risk. It uses key features, applying classification algorithms to predict outcomes. This helps in early diagnosis and preventive care, supporting healthcare decisions with data-driven insights
A Machine Learning project that trains and evaluates multiple classification algorithms(Logistics Regression, KNN, SVM, Random Forest, Decision Tree, Naive Bayes) to predict heart disease using clinical data with Python and Scikit-learn
pradeep-kodavoor
A machine learning project to predict the presence of heart disease in patients using clinical parameters. Built with [Python/scikit-learn/TensorFlow], this project explores various classification algorithms to achieve accurate predictions for early diagnosis and prevention.
akki051
A machine learning project to predict heart disease risk based on clinical data. Utilizes classification algorithms (Logistic Regression) to analyze health indicators and provide early warnings. Helps in preventive care with accurate and interpretable results.
This project implements a basic machine learning model for predicting the presence of heart disease using structured health data. It focuses on applying fundamental classification algorithms and evaluating model performance using standard metrics to gain practical experience with preprocessing, exploratory data analysis, and binary classification.
AmPoulami
For predicting heart disease, logistic regression algorithm is used which predicts if patient has a healthy heart or defective one. Mainly Logistic Regression deals with Binary Classification which is even evident in this project. Other libraries of Python like NumPy, Pandas, Seaborn, sklearn are used to implement this supervised model of Machine Learning.