Found 106 repositories(showing 30)
ajinkyalahade
Data Set Information: This database contains 76 attributes, but all published experiments refer to using a subset of 14 of them. In particular, the Cleveland database is the only one that has been used by ML researchers to this date. The "goal" field refers to the presence of heart disease in the patient. It is integer valued from 0 (no presence) to 4. Experiments with the Cleveland database have concentrated on simply attempting to distinguish presence (values 1,2,3,4) from absence (value 0). The names and social security numbers of the patients were recently removed from the database, replaced with dummy values. One file has been "processed", that one containing the Cleveland database. All four unprocessed files also exist in this directory. To see Test Costs (donated by Peter Turney), please see the folder "Costs" Attribute Information: Only 14 attributes used: 1. #3 (age) 2. #4 (sex) 3. #9 (cp) 4. #10 (trestbps) 5. #12 (chol) 6. #16 (fbs) 7. #19 (restecg) 8. #32 (thalach) 9. #38 (exang) 10. #40 (oldpeak) 11. #41 (slope) 12. #44 (ca) 13. #51 (thal) 14. #58 (num) (the predicted attribute) Complete attribute documentation: 1 id: patient identification number 2 ccf: social security number (I replaced this with a dummy value of 0) 3 age: age in years 4 sex: sex (1 = male; 0 = female) 5 painloc: chest pain location (1 = substernal; 0 = otherwise) 6 painexer (1 = provoked by exertion; 0 = otherwise) 7 relrest (1 = relieved after rest; 0 = otherwise) 8 pncaden (sum of 5, 6, and 7) 9 cp: chest pain type -- Value 1: typical angina -- Value 2: atypical angina -- Value 3: non-anginal pain -- Value 4: asymptomatic 10 trestbps: resting blood pressure (in mm Hg on admission to the hospital) 11 htn 12 chol: serum cholestoral in mg/dl 13 smoke: I believe this is 1 = yes; 0 = no (is or is not a smoker) 14 cigs (cigarettes per day) 15 years (number of years as a smoker) 16 fbs: (fasting blood sugar > 120 mg/dl) (1 = true; 0 = false) 17 dm (1 = history of diabetes; 0 = no such history) 18 famhist: family history of coronary artery disease (1 = yes; 0 = no) 19 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 20 ekgmo (month of exercise ECG reading) 21 ekgday(day of exercise ECG reading) 22 ekgyr (year of exercise ECG reading) 23 dig (digitalis used furing exercise ECG: 1 = yes; 0 = no) 24 prop (Beta blocker used during exercise ECG: 1 = yes; 0 = no) 25 nitr (nitrates used during exercise ECG: 1 = yes; 0 = no) 26 pro (calcium channel blocker used during exercise ECG: 1 = yes; 0 = no) 27 diuretic (diuretic used used during exercise ECG: 1 = yes; 0 = no) 28 proto: exercise protocol 1 = Bruce 2 = Kottus 3 = McHenry 4 = fast Balke 5 = Balke 6 = Noughton 7 = bike 150 kpa min/min (Not sure if "kpa min/min" is what was written!) 8 = bike 125 kpa min/min 9 = bike 100 kpa min/min 10 = bike 75 kpa min/min 11 = bike 50 kpa min/min 12 = arm ergometer 29 thaldur: duration of exercise test in minutes 30 thaltime: time when ST measure depression was noted 31 met: mets achieved 32 thalach: maximum heart rate achieved 33 thalrest: resting heart rate 34 tpeakbps: peak exercise blood pressure (first of 2 parts) 35 tpeakbpd: peak exercise blood pressure (second of 2 parts) 36 dummy 37 trestbpd: resting blood pressure 38 exang: exercise induced angina (1 = yes; 0 = no) 39 xhypo: (1 = yes; 0 = no) 40 oldpeak = ST depression induced by exercise relative to rest 41 slope: the slope of the peak exercise ST segment -- Value 1: upsloping -- Value 2: flat -- Value 3: downsloping 42 rldv5: height at rest 43 rldv5e: height at peak exercise 44 ca: number of major vessels (0-3) colored by flourosopy 45 restckm: irrelevant 46 exerckm: irrelevant 47 restef: rest raidonuclid (sp?) ejection fraction 48 restwm: rest wall (sp?) motion abnormality 0 = none 1 = mild or moderate 2 = moderate or severe 3 = akinesis or dyskmem (sp?) 49 exeref: exercise radinalid (sp?) ejection fraction 50 exerwm: exercise wall (sp?) motion 51 thal: 3 = normal; 6 = fixed defect; 7 = reversable defect 52 thalsev: not used 53 thalpul: not used 54 earlobe: not used 55 cmo: month of cardiac cath (sp?) (perhaps "call") 56 cday: day of cardiac cath (sp?) 57 cyr: year of cardiac cath (sp?) 58 num: diagnosis of heart disease (angiographic disease status) -- Value 0: < 50% diameter narrowing -- Value 1: > 50% diameter narrowing (in any major vessel: attributes 59 through 68 are vessels) 59 lmt 60 ladprox 61 laddist 62 diag 63 cxmain 64 ramus 65 om1 66 om2 67 rcaprox 68 rcadist 69 lvx1: not used 70 lvx2: not used 71 lvx3: not used 72 lvx4: not used 73 lvf: not used 74 cathef: not used 75 junk: not used 76 name: last name of patient (I replaced this with the dummy string "name")
Heart disease is one of the world's and our country's leading causes of death. Heart disease is caused by diabetes, genetics, high blood pressure and high cholesterol. The majority of the time, heart diseases occur without causing any symptoms. These circumstances can result in major health issues and even death. I will provide a valuable application in the field of preserving public health with this estimating program by enabling early identification of heart disease, which is the most common today and whose symptoms are quite variable. I aimed to prevent possible bad results with early diagnosis. The users are doctors and potential patients with the necessary health data for prediction. The dataset I use in the project is the Heart Disease dataset I got from the UCI Machine Learning Repository. Although there are 76 attributes in this dataset, all published studies only use a subset of 14 of them and dataset consist of 303 rows. The input of the project is the health data we receive from the user in line with the features in dataset. The output of the project is the result of either there is a risk of heart disease or there is no risk of heart disease, which will be calculated and returned according to the data entered by the user as a result of all operations. The machine learning model I chose to use is Linear SVM. While choosing the most suitable algorithm for the project, I considered the training period, the number of features, the output of the project, the number of columns and parameters in the dataset, and the inputs and output of the project. In this way, I tried many suitable algorithms and decided to use the Linear SVM (Support Vector Machine) algorithm with the highest performance and accuracy percentage. Using this algorithm, I achieved almost 86% accuracy. I found this algorithm suitable for the project, because SVM is a classification algorithm. It tries to find the best line called hyperplane separating the two classes. The algorithm ensures that the line to be drawn is set to pass from the farthest place to its elements in two classes. In the project there are 2 classes, those at risk of heart disease and those without. Linear SVM is used for linearly separable data like in the Project. Lastly, I learned the tkinter library and coded the GUI to bring these codes to the user and to create my application.
DevSijariya
No description available
sujikathir
Given clinical parameters about a patient, can we predict whether or not they have heart disease?
KOSASIH
Identification system for the molecular basis of coronary heart disease powered by AI ( Artificial Intelligence ) and machine learning algorithms.
Nowadays cardiovascular disease is amidst of the leading ten sources for the growing rate of morbidity and mortality worldwide, affecting roughly 50% of the adult age group in the health care sector. Heart disease claims the lives of about one person per minute in this modern era. Accurate detection methods for the timely identification of cardiovascular disorders are essential because there is rapid growth in the number of patients with this disease. The dataset contains quantitative and structured data on heart disease indicators in patients. Our goal is to understand risk factors by analyzing the dataset using exploratory data analysis. Heart disease is a long-term problem with a greater risk of becoming worse over time. In this paper, one of the ensemble learning techniques soft voting was used for the identification of disease and it achieved an accuracy of 90.21%.
noor2560
Predicting heart disease via machine learning involves gathering diverse health data, preprocessing it, selecting features, training models like logistic regression, and evaluating their accuracy. The goal is to deploy a reliable tool for real-time identification and prevention in clinical settings.
reddyprasade
This database contains 76 attributes, but all published experiments refer to using a subset of 14 of them. In particular, the Cleveland database is the only one that has been used by ML researchers to this date. The "goal" field refers to the presence of heart disease in the patient. It is integer valued from 0 (no presence) to 4. Experiments with the Cleveland database have concentrated on simply attempting to distinguish presence (values 1,2,3,4) from absence (value 0). The names and social security numbers of the patients were recently removed from the database, replaced with dummy values. One file has been "processed", that one containing the Cleveland database. All four unprocessed files also exist in this directory. To see Test Costs (donated by Peter Turney), please see the folder "Costs" Attribute Information: Only 14 attributes used: 1. #3 (age) 2. #4 (sex) 3. #9 (cp) 4. #10 (trestbps) 5. #12 (chol) 6. #16 (fbs) 7. #19 (restecg) 8. #32 (thalach) 9. #38 (exang) 10. #40 (oldpeak) 11. #41 (slope) 12. #44 (ca) 13. #51 (thal) 14. #58 (num) (the predicted attribute) Complete attribute documentation: 1 id: patient identification number 2 ccf: social security number (I replaced this with a dummy value of 0) 3 age: age in years 4 sex: sex (1 = male; 0 = female) 5 painloc: chest pain location (1 = substernal; 0 = otherwise) 6 painexer (1 = provoked by exertion; 0 = otherwise) 7 relrest (1 = relieved after rest; 0 = otherwise) 8 pncaden (sum of 5, 6, and 7) 9 cp: chest pain type -- Value 1: typical angina -- Value 2: atypical angina -- Value 3: non-anginal pain -- Value 4: asymptomatic 10 trestbps: resting blood pressure (in mm Hg on admission to the hospital) 11 htn 12 chol: serum cholestoral in mg/dl 13 smoke: I believe this is 1 = yes; 0 = no (is or is not a smoker) 14 cigs (cigarettes per day) 15 years (number of years as a smoker) 16 fbs: (fasting blood sugar > 120 mg/dl) (1 = true; 0 = false) 17 dm (1 = history of diabetes; 0 = no such history) 18 famhist: family history of coronary artery disease (1 = yes; 0 = no) 19 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 20 ekgmo (month of exercise ECG reading) 21 ekgday(day of exercise ECG reading) 22 ekgyr (year of exercise ECG reading) 23 dig (digitalis used furing exercise ECG: 1 = yes; 0 = no) 24 prop (Beta blocker used during exercise ECG: 1 = yes; 0 = no) 25 nitr (nitrates used during exercise ECG: 1 = yes; 0 = no) 26 pro (calcium channel blocker used during exercise ECG: 1 = yes; 0 = no) 27 diuretic (diuretic used used during exercise ECG: 1 = yes; 0 = no) 28 proto: exercise protocol 1 = Bruce 2 = Kottus 3 = McHenry 4 = fast Balke 5 = Balke 6 = Noughton 7 = bike 150 kpa min/min (Not sure if "kpa min/min" is what was written!) 8 = bike 125 kpa min/min 9 = bike 100 kpa min/min 10 = bike 75 kpa min/min 11 = bike 50 kpa min/min 12 = arm ergometer 29 thaldur: duration of exercise test in minutes 30 thaltime: time when ST measure depression was noted 31 met: mets achieved 32 thalach: maximum heart rate achieved 33 thalrest: resting heart rate 34 tpeakbps: peak exercise blood pressure (first of 2 parts) 35 tpeakbpd: peak exercise blood pressure (second of 2 parts) 36 dummy 37 trestbpd: resting blood pressure 38 exang: exercise induced angina (1 = yes; 0 = no) 39 xhypo: (1 = yes; 0 = no) 40 oldpeak = ST depression induced by exercise relative to rest 41 slope: the slope of the peak exercise ST segment -- Value 1: upsloping -- Value 2: flat -- Value 3: downsloping 42 rldv5: height at rest 43 rldv5e: height at peak exercise 44 ca: number of major vessels (0-3) colored by flourosopy 45 restckm: irrelevant 46 exerckm: irrelevant 47 restef: rest raidonuclid (sp?) ejection fraction 48 restwm: rest wall (sp?) motion abnormality 0 = none 1 = mild or moderate 2 = moderate or severe 3 = akinesis or dyskmem (sp?) 49 exeref: exercise radinalid (sp?) ejection fraction 50 exerwm: exercise wall (sp?) motion 51 thal: 3 = normal; 6 = fixed defect; 7 = reversable defect 52 thalsev: not used 53 thalpul: not used 54 earlobe: not used 55 cmo: month of cardiac cath (sp?) (perhaps "call") 56 cday: day of cardiac cath (sp?) 57 cyr: year of cardiac cath (sp?) 58 num: diagnosis of heart disease (angiographic disease status) -- Value 0: < 50% diameter narrowing -- Value 1: > 50% diameter narrowing (in any major vessel: attributes 59 through 68 are vessels) 59 lmt 60 ladprox 61 laddist 62 diag 63 cxmain 64 ramus 65 om1 66 om2 67 rcaprox 68 rcadist 69 lvx1: not used 70 lvx2: not used 71 lvx3: not used 72 lvx4: not used 73 lvf: not used 74 cathef: not used 75 junk: not used 76 name: last name of patient (I replaced this with the dummy string "name")
iamvaibh9412
No description available
Prakhar601
Heart Disease Prediction Model A machine learning project that predicts the likelihood of heart disease in patients based on clinical features. The model is built using Python and popular ML libraries such as Scikit-learn. Multiple algorithms were tested and the best-performing model was selected based on accuracy
#healthcare #medical #machinelearning #ml #python #collegeproject #hospital #iamsspm07
Bhavyasiro1
HEART DISEASE IDENTIFICATION USING ENSEMBLE LEARNING AND DEEP LEARNING
Detection and Identification of Heat Disease using heart sound.
mals77703
The project aims to create a machine learning model to predict the risk of heart disease, aiding in early identification and risk assessment for preventive medicine
saranya-subha-projects
Heart disease is one of the complex diseases and globally many people suffered from this disease. On time and efficient identification of heart disease plays a key role in healthcare, particularly in the field of cardiology. In this article, we proposed an efficient and accurate system to diagnosis heart disease and the system is based on machine learning techniques. The lifetime risk of developing Heart disease is one in five. Although promising evidence shows that the age-adjusted incidence of Heart disease may have plateaued, Heart disease till carries substantial morbidity and mortality, with 5-year mortality that rival those of many cancers. Heart disease represents a considerable burden to the health-care system. The system is developed based on classification algorithms includes Support vector machine(SVM) and Logistic Regression while standard features selection algorithms have been Chi Square Algorithm. The existing problems are analyzed, and then, current solutions to these problems are presented and discussed. Besides these , some representative applications of feature selection are also introduced. Using medical profiles such as age, sex, blood pressure and blood sugar it can predict the likelihood of patients getting a heart disease. Our experimental results show that accuracy improved over traditional classification techniques. This system is feasible and faster and more accurate for diagnosis of heart disease.
tanvirkuet
Heart-Disease-Identification
jarenadams21
Logistic Regression Model that identifies if a patient has heart disease based on 12 observed features
yasin-sazid
No description available
KauanFMoura
Detecção de problemas cardíacos, utilizando técnicas de machine learning em Python
sarita1616singh
Heart-Disease-Identification Project
gururajkulkarni40
No description available
arthurmpires
No description available
MDAbrarulhaq
Heart Disease Identification using PCG Sound
Amritha116
Empowering Tuberclulosis diagnosis through chest X-ray imaging and advanced AI technology
rajkanya2709
Deep learning model for Identification (Predicting chances) of having heart disease.
lokeshm15
No description available
BeverlyHuang
No description available
Revolution-15
No description available
Lucky-akash321
The project aims to predict the likelihood of heart disease in individuals based on medical data using various machine learning algorithms. The project involves data preprocessing, feature selection, model training, and evaluation. The goal is to create a predictive model that assists healthcare professionals in diagnosing heart conditions
vaghelaraj9420
No description available