FORECASTING MYOCARDIAL INFARCTION USING MACHINE LEARNING ALGORITHMS

Size: px
Start display at page:

Download "FORECASTING MYOCARDIAL INFARCTION USING MACHINE LEARNING ALGORITHMS"

Transcription

1 Volume 118 No , ISSN: (on-line version) url: ijpam.eu FORECASTING MYOCARDIAL INFARCTION USING MACHINE LEARNING ALGORITHMS Anitha Moses, Sathishkumar R, Meghana M, Meghana Raju M, Madhumitha M Professor, Assistant professor, Final year student(s) Department of Computer Science and Engineering Panimalar Engineering College, Chennai anithaarun07@gmail.com, satz.lic@gmail.com, meghanaravi.1229@gmail.com, meghanaraju.sai@gmail.com Abstract: The top-tier disease which makes unanticipated demise for the people in medical field is the myocardial infarction (heart attack). It is very crucial to forecast the disease at a premature phase. Nowadays, Prediction of heart disease is a challenging factor faced by doctors and hospitals. Accuracy of the heart disease prediction plays a vital role. There are various researches going on to accelerate the prediction of heart disease with the help of machine learning algorithms. Machine learning algorithms are used for prediction. The proposed heart disease prediction system utilizes Linear Regression algorithm to predict the chances of heart related diseases for any person. Linear Regression algorithm provides a better accuracy than the other classifications Data Mining algorithms. Heart related real datasets are picked from UCI Machine Learning Repository. The main objective of this paper is predicting the myocardial infarction of a person using linear regression algorithm. The proposed Linear Regression algorithm provides 81% accuracy in heart attack prediction. Keyword: Machine Learning, heart attack, data Mining, Regression 1. Introduction 2. Machine Learning in Heart Attack Data Collection: STEP 1 Data Collection[Collecting Data from UCI Machine Learning Repository] STEP 2 Data Pre-processing[Noise reduction and feature selection] STEP 3 Data Mining [applying Deep Belief Network Algorithm on dataset] STEP 4 Pattern Evaluation[pattern evaluation using performance analysis charts] STEP 5 Discovery of Knowledge[getting percentage of heart diseases problem] Symptoms Symptom ID Symptom (Attribute) Name 1 Chest pain (angina) 2 Shortness of breath 3 Pain, numbness, weakness or coldness in your legs or arms if the blood vessels in those parts of your body are narrowed 4 Pain in the neck, jaw, throat, upper abdomen or back 5 Fluttering in your chest 6 Racing heartbeat (tachycardia) 859

2 7 Slow heartbeat(bradycardia) 8 Lightheadedness 9 Fainting (syncope) or near fainting 10 Breathlessness with exertion or at rest 11 Swelling of the ankles and feet 12 Swelling in your legs 13 Fatigue 14 Irregular heartbeats that feel rapid, pounding or fluttering 15 Fever 16 Swelling in your abdomen 17 Changes in your heart rhythm 18 Dry or persistent cough 19 Skin rashes or unusual spots 3. Literature Survey MIN CHEN et.al [1] entitled Disease Prediction by Machine Learning over Big data from healthcare communities proposed convolution neural network (CNN)-based multimodal disease risk prediction algorithm. Prediction accuracy algorithm reaches 94.8% with a convergence speed which is faster than that of the CNN-based unimodal disease risk prediction algorithm. Meherwar Fatima et.al [2]entitled Survey of Machine Learning Algorithms for Diseases Diagnostic Proposed comparative analysis of different machine learning algorithms. Prediction brings attention towards the suite of machine learning algorithms and tools that are used for the analysis of diseases and decision-making process accordingly. V.Kirubha et.al [3] entitled Survey on Data Mining Algorithms in Disease Prediction proposed Data Mining medical data and prediction analyze the application of data mining inmedical domain and some of the techniques used in diseases prediction. S.B.BHALERAO et.al[4] entitled Survey Of Heart Disease Prediction Based On Data Mining Algorithms proposed Data Mining techniques used and hybrid combination of data mining algorithms are used for the prediction of heart disease, so that identify the algorithms with high accuracy for further research. Prajakta Ghadge et.al[5] entitled Intelligent Heart Attack Prediction System Using Big Data proposed Data Mining,Hadoop and prediction big data infrastructure for both predictive modeling and information extraction. Sunita A Yadwad et.al[6] entitled Prediction of Heart Disease using Hadoop Mapreduce proposed SVM, Naïve Bayes, Prediction, Hadoop, MapReduce and prediction Propose in this paper fares much better than Naive Bayes (NB) classifier and one-by-one SVM classifier. T Rajasekaran, R Tharani priya et.al[7] entitled Heart Attack Prediction for Diabetic s Patient using Data Analytics proposed Weka, J48, Naive Bayes and prediction Reasonable accuracy. Classifiers of this kind can help in early detection of the vulnerability of a diabetic patient to heart disease. Prachi Paliwal, Mahesh Malviya et.al[8] entitled An Efficient Method for Predicting Heart DiseaseProblem Using Fitness Value proposed fitness value, heart disease, attribute, data mining,classifier and prediction method is more accurately classify the recodes as compared to pervious method. Hlaudi Daniel Masethe, Mosima Anna Masethe et.al[9] entitled Prediction of Heart Disease using Classification Algorithms proposed Algorithm, Classification, Diseases, Heart-Attack and prediction The research result shows prediction accuracy of 99%. Data mining enable the health sector to predict patterns in the dataset. Beant Kaur et.al [10] entitled Review on Heart Disease Prediction System using Data Mining Techniques proposed Data mining techniques and prediction by using data mining algorithm given efficient results. Problem Statement: A set of disease-predicting parameters {Ak} k=1,2..n is decided upon based on observed correlation with disease diagnosis (heart diseases in our case), where n is the number of such parameters. We also have a set of N patients {xi} that have been diagnosed with heart disease or not, and the dataset consists of the {Ak(xi)} parameter readings. where {wk}k=1,2..n is a set of weights for each of the n disease-predicting parameters (to be determined by fitting the dataset to the model). The models are aiming to predict the probability that a given patient x will be diagnosed as heart disease, and predict the weights of the features on finding the probability. When 860

3 our data was a small data sets, then we hope that the model will fit the data without the risk of over fitting. 4. Proposed System The goal of this project is to build a model that can predict the probability of heart disease occurrence, based on a combination of features that describess the disease. In order to achieve the goal, we used data sets that were collected by Cleveland Clinic Foundation in Switzerland. The dataset used in this project is part of a database contains 14 features from Cleveland Clinic Foundation for heart disease. The dataset shows different levels of heart disease presence from 1 to 4 and 0 for the absence of the disease. We have 303 rows of people data with 13 continuous observations of different symptoms. When I was doing my master degree in biomedical engineering years ago, I created many models for my thesis projects, which was about drug repurposing, by using data sets to predict or discover new uses for existing drugs. From those days, I saw the success of machine learning in biomedicine domain, which enriched the computational biology field. In this study, we look into different classic machine learning models, and their discoveries in diseases risks. We have developed two algorithms using linear regression and decision trees, on Cleveland dataset. Recall: is the ratio between positives and the number of number of false negatives. recall=tptp+fn recall=tptp+ +FN F-score: is known as the harmonic mean of precision and recall. acc=112(1p+1r)=2prp+racc=112(1p+1r)=2prp+r Problem characteristics in context of our case study: TP = True positive (has heart disease). TN = True negative (has no heart disease). FP = False positive (has no heart disease) FN = False negative (has heart disease). Graphical Representation: the number of correct true positives plus the 5. Results Performance metrics Accuracy: is the ratio between the number of correct predictions and total number of predications. acc=tp+tntp+tn+fp+fnacc=tp+tntp+tn+fp+fn Precision: is the ratio between the number of correct positives and the number of true positives plus the number of false positives. Precision(p)=TPTP+FPPrecision(p)=TPTP+FP 861

4 Implementation Results: The best parameters for model are ('hinge', 'l1', 0.01, 500) The Cross-Validation score = Linear regression SGD Test score: 0.96 Decision tree Decision tree Cross-Validation scores: Mean Decision tree Cross-Validation score = Mean Decision tree Cross-Validation score = The best parameters for model are entropy The Cross-Validation score = Conclusion Heart attack is crucial health problem in human society. Heart disease is the leading cause of death for both men and women. Know the warning signs and symptoms of a heart attack so that you can act fast if you or someone who you know might be having a heart attack. The chances of survival are greater when emergency treatment begins quickly. This paper mainly focuses on the study of Linear Regression Algorithms to predict the Myocardial Infarction (Heart Attack) earlier than expected. This algorithm provides an accuracy of 96.1% on the real datasets that are taken from UCI Machine Learning Repository. The results provided by this paper is very simple to view. Heart Specialists and even Non- Specialists can predict the outcome of a person easily. The prediction accuracy of the system can be improved by using more real-time datasets to this system. [5] Anushya & A. Pethalakshmi A Comparative Study of Fuzzy Classifiers with Genetic On Heart Data. International Conference on Advancement in Engineering Studies & Technology. [6] Mariammal. D, Jayanthi. S, Dr. P. S. K. Patra Major Disease Diagnosis and Treatment Suggestion System Using Data Mining Techniques International Journal of Advanced Research in Computer Science & Technology IJARCST All Rights Reserved 338 Vol. 2 Issue Special 1 Jan-March 2014 ISSN: (Online). [7] V. Manikantan & S. Latha Predicting the Analysis of Heart Disease Symptoms Using Medicinal Data Mining Methods International Journal on Advanced Computer Theory and Engineering (IJACTE). [8] Milan Kumari Comparative Study of Data Mining Classification Methods in Cardiovascular Disease Prediction. [9] Nidhi Bhatla and Kiran Jyoti A Novel Approach for Heart Disease Diagnosis using Data Mining and Fuzzy Logic International Journal of Computer Applications ( ) Volume 54 No.17, September 2012 [10] V.Jaya Rama krishniah D.V.Chandra Sekar and Dr. K. Ramchand H Rao Predicting the Heart Attack Symptoms using Biomedical Data Mining Techniques V Volume 1, No. 3, May 2012 ISSN References [1] S. Sandhiya P. Pavithra and A. Vidhya Novel Approach for Heart Disease verdict Using Data Mining Technique International Journal of Modern Engineering Research (IJMER). [2] Divya Tomar and Sonali Agarwal A survey on Data Mining approaches for Healthcare International Journal of Bio-Science and Bio-Technology. [3] N. Suneetha CH.V. M. K. Hari and V. Sunil Kumar Modified Gini Index Classification: A Case Study Of Heart Disease Dataset (IJCSE) International Journal on Computer Science and Engineering. [4] Sunita Soni O. P. Vyas Using Associative Classifiers for Predictive Analysis in Health Care Data Mining International Journal of Computer Applications ( ) Volume 4 No.5, July

5 863

6 864

A DATA MINING APPROACH FOR PRECISE DIAGNOSIS OF DENGUE FEVER

A DATA MINING APPROACH FOR PRECISE DIAGNOSIS OF DENGUE FEVER A DATA MINING APPROACH FOR PRECISE DIAGNOSIS OF DENGUE FEVER M.Bhavani 1 and S.Vinod kumar 2 International Journal of Latest Trends in Engineering and Technology Vol.(7)Issue(4), pp.352-359 DOI: http://dx.doi.org/10.21172/1.74.048

More information

Multi Parametric Approach Using Fuzzification On Heart Disease Analysis Upasana Juneja #1, Deepti #2 *

Multi Parametric Approach Using Fuzzification On Heart Disease Analysis Upasana Juneja #1, Deepti #2 * Multi Parametric Approach Using Fuzzification On Heart Disease Analysis Upasana Juneja #1, Deepti #2 * Department of CSE, Kurukshetra University, India 1 upasana_jdkps@yahoo.com Abstract : The aim of this

More information

A Fuzzy Improved Neural based Soft Computing Approach for Pest Disease Prediction

A Fuzzy Improved Neural based Soft Computing Approach for Pest Disease Prediction International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 13 (2014), pp. 1335-1341 International Research Publications House http://www. irphouse.com A Fuzzy Improved

More information

A Critical Study of Classification Algorithms for LungCancer Disease Detection and Diagnosis

A Critical Study of Classification Algorithms for LungCancer Disease Detection and Diagnosis International Journal of Computational Intelligence Research ISSN 0973-1873 Volume 13, Number 5 (2017), pp. 1041-1048 Research India Publications http://www.ripublication.com A Critical Study of Classification

More information

A Data Mining Technique for Prediction of Coronary Heart Disease Using Neuro-Fuzzy Integrated Approach Two Level

A Data Mining Technique for Prediction of Coronary Heart Disease Using Neuro-Fuzzy Integrated Approach Two Level www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 2 Issue 9 Sept., 2013 Page No. 2663-2671 A Data Mining Technique for Prediction of Coronary Heart Disease Using

More information

Sudden Cardiac Arrest Prediction Using Predictive Analytics

Sudden Cardiac Arrest Prediction Using Predictive Analytics Received: February 14, 2017 184 Sudden Cardiac Arrest Prediction Using Predictive Analytics Anurag Bhatt 1, Sanjay Kumar Dubey 1, Ashutosh Kumar Bhatt 2 1 Amity University Uttar Pradesh, Noida, India 2

More information

COMPUTATIONAL APPROACHES FOR HEART DISEASE PREDICTION - A REVIEW

COMPUTATIONAL APPROACHES FOR HEART DISEASE PREDICTION - A REVIEW DOI: 10.21917/ijsc.2018.0234 COMPUTATIONAL APPROACHES FOR HEART DISEASE PREDICTION - A REVIEW R. Manavalan and S. Saranya Department of Computer Science, Arignar Anna Government Arts College, India Abstract

More information

Diagnosis of Breast Cancer Using Ensemble of Data Mining Classification Methods

Diagnosis of Breast Cancer Using Ensemble of Data Mining Classification Methods International Journal of Bioinformatics and Biomedical Engineering Vol. 1, No. 3, 2015, pp. 318-322 http://www.aiscience.org/journal/ijbbe ISSN: 2381-7399 (Print); ISSN: 2381-7402 (Online) Diagnosis of

More information

HEART DISEASE HEART CONDITIONS, RISKS AND PROTECTION

HEART DISEASE HEART CONDITIONS, RISKS AND PROTECTION Spotlight on Health 2017 HEART DISEASE HEART CONDITIONS, RISKS AND PROTECTION Heart disease is the leading cause of death for both men and women worldwide, accounting for over 17 million deaths per year.

More information

Analysis of Classification Algorithms towards Breast Tissue Data Set

Analysis of Classification Algorithms towards Breast Tissue Data Set Analysis of Classification Algorithms towards Breast Tissue Data Set I. Ravi Assistant Professor, Department of Computer Science, K.R. College of Arts and Science, Kovilpatti, Tamilnadu, India Abstract

More information

HEART DISEASE PREDICTION USING DATA MINING TECHNIQUES

HEART DISEASE PREDICTION USING DATA MINING TECHNIQUES DOI: 10.21917/ijsc.2018.0254 HEART DISEASE PREDICTION USING DATA MINING TECHNIQUES H. Benjamin Fredrick David and S. Antony Belcy Department of Computer Science and Engineering, Manonmaniam Sundaranar

More information

Convulsive Disorder and Cardiac Disease. Running Rachael, Active Ashlee, Sassy Savannah

Convulsive Disorder and Cardiac Disease. Running Rachael, Active Ashlee, Sassy Savannah Convulsive Disorder and Cardiac Disease Running Rachael, Active Ashlee, Sassy Savannah Convulsive Disorder Seizure is over. Pay attention to how long the seizure lasts. Stay calm. Make the person as comfortable

More information

IJISET - International Journal of Innovative Science, Engineering & Technology, Vol. 3 Issue 2, February

IJISET - International Journal of Innovative Science, Engineering & Technology, Vol. 3 Issue 2, February P P 1 IJISET - International Journal of Innovative Science, Engineering & Technology, Vol. 3 Issue 2, February 2016. Study of Classification Algorithm for Lung Cancer Prediction Dr.T.ChristopherP P, J.Jamera

More information

Mayuri Takore 1, Prof.R.R. Shelke 2 1 ME First Yr. (CSE), 2 Assistant Professor Computer Science & Engg, Department

Mayuri Takore 1, Prof.R.R. Shelke 2 1 ME First Yr. (CSE), 2 Assistant Professor Computer Science & Engg, Department Data Mining Techniques to Find Out Heart Diseases: An Overview Mayuri Takore 1, Prof.R.R. Shelke 2 1 ME First Yr. (CSE), 2 Assistant Professor Computer Science & Engg, Department H.V.P.M s COET, Amravati

More information

An Improved Algorithm To Predict Recurrence Of Breast Cancer

An Improved Algorithm To Predict Recurrence Of Breast Cancer An Improved Algorithm To Predict Recurrence Of Breast Cancer Umang Agrawal 1, Ass. Prof. Ishan K Rajani 2 1 M.E Computer Engineer, Silver Oak College of Engineering & Technology, Gujarat, India. 2 Assistant

More information

Prediction of heart disease using k-nearest neighbor and particle swarm optimization.

Prediction of heart disease using k-nearest neighbor and particle swarm optimization. Biomedical Research 2017; 28 (9): 4154-4158 ISSN 0970-938X www.biomedres.info Prediction of heart disease using k-nearest neighbor and particle swarm optimization. Jabbar MA * Vardhaman College of Engineering,

More information

Prediction Models of Diabetes Diseases Based on Heterogeneous Multiple Classifiers

Prediction Models of Diabetes Diseases Based on Heterogeneous Multiple Classifiers Int. J. Advance Soft Compu. Appl, Vol. 10, No. 2, July 2018 ISSN 2074-8523 Prediction Models of Diabetes Diseases Based on Heterogeneous Multiple Classifiers I Gede Agus Suwartane 1, Mohammad Syafrullah

More information

Australian Journal of Basic and Applied Sciences

Australian Journal of Basic and Applied Sciences ISSN:1991-8178 Australian Journal of Basic and Applied Sciences Journal home page: www.ajbasweb.com Performance Analysis on Accuracies of Heart Disease Prediction System Using Weka by Classification Techniques

More information

ABSTRACT I. INTRODUCTION. Mohd Thousif Ahemad TSKC Faculty Nagarjuna Govt. College(A) Nalgonda, Telangana, India

ABSTRACT I. INTRODUCTION. Mohd Thousif Ahemad TSKC Faculty Nagarjuna Govt. College(A) Nalgonda, Telangana, India International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2018 IJSRCSEIT Volume 3 Issue 1 ISSN : 2456-3307 Data Mining Techniques to Predict Cancer Diseases

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 5 Issue 1, Jan Feb 2017

International Journal of Computer Science Trends and Technology (IJCST) Volume 5 Issue 1, Jan Feb 2017 RESEARCH ARTICLE Classification of Cancer Dataset in Data Mining Algorithms Using R Tool P.Dhivyapriya [1], Dr.S.Sivakumar [2] Research Scholar [1], Assistant professor [2] Department of Computer Science

More information

Performance Analysis of Different Classification Methods in Data Mining for Diabetes Dataset Using WEKA Tool

Performance Analysis of Different Classification Methods in Data Mining for Diabetes Dataset Using WEKA Tool Performance Analysis of Different Classification Methods in Data Mining for Diabetes Dataset Using WEKA Tool Sujata Joshi Assistant Professor, Dept. of CSE Nitte Meenakshi Institute of Technology Bangalore,

More information

CANCER PREDICTION SYSTEM USING DATAMINING TECHNIQUES

CANCER PREDICTION SYSTEM USING DATAMINING TECHNIQUES CANCER PREDICTION SYSTEM USING DATAMINING TECHNIQUES K.Arutchelvan 1, Dr.R.Periyasamy 2 1 Programmer (SS), Department of Pharmacy, Annamalai University, Tamilnadu, India 2 Associate Professor, Department

More information

PREDICTION OF HEART DISEASE USING HYBRID MODEL: A Computational Approach

PREDICTION OF HEART DISEASE USING HYBRID MODEL: A Computational Approach PREDICTION OF HEART DISEASE USING HYBRID MODEL: A Computational Approach 1 G V N Vara Prasad, 2 Dr. Kunjam Nageswara Rao, 3 G Sita Ratnam 1 M-tech Student, 2 Associate Professor 1 Department of Computer

More information

Analysis of Diabetic Dataset and Developing Prediction Model by using Hive and R

Analysis of Diabetic Dataset and Developing Prediction Model by using Hive and R Indian Journal of Science and Technology, Vol 9(47), DOI: 10.17485/ijst/2016/v9i47/106496, December 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Analysis of Diabetic Dataset and Developing Prediction

More information

Phone Number:

Phone Number: International Journal of Scientific & Engineering Research, Volume 6, Issue 5, May-2015 1589 Multi-Agent based Diagnostic Model for Diabetes 1 A. A. Obiniyi and 2 M. K. Ahmed 1 Department of Mathematic,

More information

Predictive Modeling of Terrorist Attacks Using Machine Learning

Predictive Modeling of Terrorist Attacks Using Machine Learning Volume 119 No. 15 2018, 49-61 ISSN: 1314-3395 (on-line version) url: http://www.acadpubl.eu/hub/ http://www.acadpubl.eu/hub/ Predictive Modeling of Terrorist Attacks Using Machine Learning 1 Chaman Verma,

More information

Heart Disease. Signs and Symptoms

Heart Disease. Signs and Symptoms Heart Disease The term "heart disease" refers to several types of heart conditions. The most common type is coronary artery disease, which can cause heart attack, angina, heart failure, and arrhythmias.

More information

Atrial Fibrillation. Damage to your heart caused by a heart attack or rheumatic heart disease

Atrial Fibrillation. Damage to your heart caused by a heart attack or rheumatic heart disease Atrial Fibrillation GENERAL INFORMATION: What is atrial fibrillation? Atrial fibrillation is a condition that causes the atria (top chambers of the heart) to shake or quiver. Normally, there is 1 contraction

More information

Performance Evaluation of Machine Learning Algorithms in the Classification of Parkinson Disease Using Voice Attributes

Performance Evaluation of Machine Learning Algorithms in the Classification of Parkinson Disease Using Voice Attributes Performance Evaluation of Machine Learning Algorithms in the Classification of Parkinson Disease Using Voice Attributes J. Sujatha Research Scholar, Vels University, Assistant Professor, Post Graduate

More information

HEART DISEASE PREDICTION BY ANALYSING VARIOUS PARAMETERS USING FUZZY LOGIC

HEART DISEASE PREDICTION BY ANALYSING VARIOUS PARAMETERS USING FUZZY LOGIC Pak. J. Biotechnol. Vol. 14 (2) 157-161 (2017) ISSN Print: 1812-1837 www.pjbt.org ISSN Online: 2312-7791 HEART DISEASE PREDICTION BY ANALYSING VARIOUS PARAMETERS USING FUZZY LOGIC M. Kowsigan 1, A. Christy

More information

Primary Level Classification of Brain Tumor using PCA and PNN

Primary Level Classification of Brain Tumor using PCA and PNN Primary Level Classification of Brain Tumor using PCA and PNN Dr. Mrs. K.V.Kulhalli Department of Information Technology, D.Y.Patil Coll. of Engg. And Tech. Kolhapur,Maharashtra,India kvkulhalli@gmail.com

More information

Classification of Thyroid Disease Using Data Mining Techniques

Classification of Thyroid Disease Using Data Mining Techniques Volume 119 No. 12 2018, 13881-13890 ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Classification of Thyroid Disease Using Data Mining Techniques Sumathi A, Nithya G and Meganathan

More information

Predicting Breast Cancer Survivability Rates

Predicting Breast Cancer Survivability Rates Predicting Breast Cancer Survivability Rates For data collected from Saudi Arabia Registries Ghofran Othoum 1 and Wadee Al-Halabi 2 1 Computer Science, Effat University, Jeddah, Saudi Arabia 2 Computer

More information

Predicting Heart Attack using Fuzzy C Means Clustering Algorithm

Predicting Heart Attack using Fuzzy C Means Clustering Algorithm Predicting Heart Attack using Fuzzy C Means Clustering Algorithm Dr. G. Rasitha Banu MCA., M.Phil., Ph.D., Assistant Professor,Dept of HIM&HIT,Jazan University, Jazan, Saudi Arabia. J.H.BOUSAL JAMALA MCA.,M.Phil.,

More information

Heart Disease Prediction System Using Data Mining and Hybrid Intelligent Techniques: A Review

Heart Disease Prediction System Using Data Mining and Hybrid Intelligent Techniques: A Review , pp. 139-148 http://dx.doi.org/10.14257/ijbsbt.2016.8.4.16 Heart Disease Prediction System Using Data Mining and Hybrid Intelligent Techniques: A Review J.Vijayashree and N.Ch.SrimanNarayanaIyengar* School

More information

80 Appendix A. Fig. A.1 Repository of ABPM information containing measurements of the BP

80 Appendix A. Fig. A.1 Repository of ABPM information containing measurements of the BP Appendix A In the first part of the research for developing the initial classifier the data base of 30 patients monitoring during 5 days with 4 readings at day was created for use in the model. The measures

More information

Catheter Ablation. Patient Education

Catheter Ablation. Patient Education Catheter Ablation Patient Education Allina Health System Your heart has four chambers. Two upper chambers (atria) pump blood to the two lower chambers (ventricles). In order for the heart to pump, it requires

More information

HEART DISEASE PREDICTION USING DATA MINING ALGORITHMS

HEART DISEASE PREDICTION USING DATA MINING ALGORITHMS HEART DISEASE PREDICTION USING DATA MINING ALGORITHMS Abhishek Verule 1, Prof. Shalini L 2, SCOPE, VIT University, Vellore 1 VIT University, Vellore 2 VIT University, Vellore Vellore, India Abstract The

More information

A Deep Learning Approach to Identify Diabetes

A Deep Learning Approach to Identify Diabetes , pp.44-49 http://dx.doi.org/10.14257/astl.2017.145.09 A Deep Learning Approach to Identify Diabetes Sushant Ramesh, Ronnie D. Caytiles* and N.Ch.S.N Iyengar** School of Computer Science and Engineering

More information

A Fuzzy Expert System for Heart Disease Diagnosis

A Fuzzy Expert System for Heart Disease Diagnosis A Fuzzy Expert System for Heart Disease Diagnosis Ali.Adeli, Mehdi.Neshat Abstract The aim of this study is to design a Fuzzy Expert System for heart disease diagnosis. The designed system based on the

More information

FUZZY DATA MINING FOR HEART DISEASE DIAGNOSIS

FUZZY DATA MINING FOR HEART DISEASE DIAGNOSIS FUZZY DATA MINING FOR HEART DISEASE DIAGNOSIS S.Jayasudha Department of Mathematics Prince Shri Venkateswara Padmavathy Engineering College, Chennai. ABSTRACT: We address the problem of having rigid values

More information

Enhanced Detection of Lung Cancer using Hybrid Method of Image Segmentation

Enhanced Detection of Lung Cancer using Hybrid Method of Image Segmentation Enhanced Detection of Lung Cancer using Hybrid Method of Image Segmentation L Uma Maheshwari Department of ECE, Stanley College of Engineering and Technology for Women, Hyderabad - 500001, India. Udayini

More information

NAÏVE BAYESIAN CLASSIFIER FOR ACUTE LYMPHOCYTIC LEUKEMIA DETECTION

NAÏVE BAYESIAN CLASSIFIER FOR ACUTE LYMPHOCYTIC LEUKEMIA DETECTION NAÏVE BAYESIAN CLASSIFIER FOR ACUTE LYMPHOCYTIC LEUKEMIA DETECTION Sriram Selvaraj 1 and Bommannaraja Kanakaraj 2 1 Department of Biomedical Engineering, P.S.N.A College of Engineering and Technology,

More information

Classıfıcatıon of Dıabetes Dısease Usıng Backpropagatıon and Radıal Basıs Functıon Network

Classıfıcatıon of Dıabetes Dısease Usıng Backpropagatıon and Radıal Basıs Functıon Network UTM Computing Proceedings Innovations in Computing Technology and Applications Volume 2 Year: 2017 ISBN: 978-967-0194-95-0 1 Classıfıcatıon of Dıabetes Dısease Usıng Backpropagatıon and Radıal Basıs Functıon

More information

Patient Information VERSACLOZ (VER sa kloz) (clozapine) Oral Suspension

Patient Information VERSACLOZ (VER sa kloz) (clozapine) Oral Suspension Patient Information VERSACLOZ (VER sa kloz) (clozapine) Oral Suspension Read this Patient Information before you start taking VERSACLOZ and each time you get a refill. There may be new information. This

More information

Introduction. What atrial fibrillation (AF) is Warning signs & symptoms, and risk factors for developing AFrelated

Introduction. What atrial fibrillation (AF) is Warning signs & symptoms, and risk factors for developing AFrelated Got FIB? Introduction FAST, IRREGULAR heartbeats = FIB FIB is short for fibrillation fibrillation, or quivering of the top two chambers of the heart (the atria) Important that you understand: What atrial

More information

Prediction of Cancer Risk in Perspective of Symptoms using Naïve Bayes Classifier

Prediction of Cancer Risk in Perspective of Symptoms using Naïve Bayes Classifier Prediction of Cancer Risk in Perspective of Symptoms using Naïve Bayes Classifier [1] Pallavi Mirajkar [2] Dr. G. Prasanna Lakshmi [1] Research Scholar, Faculty of Computer Science [2] Guide, Associate

More information

PREDICTION OF BREAST CANCER USING STACKING ENSEMBLE APPROACH

PREDICTION OF BREAST CANCER USING STACKING ENSEMBLE APPROACH PREDICTION OF BREAST CANCER USING STACKING ENSEMBLE APPROACH 1 VALLURI RISHIKA, M.TECH COMPUTER SCENCE AND SYSTEMS ENGINEERING, ANDHRA UNIVERSITY 2 A. MARY SOWJANYA, Assistant Professor COMPUTER SCENCE

More information

Cardiac Rehabilitation Centre Pre-Admission Recommendations

Cardiac Rehabilitation Centre Pre-Admission Recommendations Cardiac Rehabilitation Centre Pre-Admission Recommendations The following recommendations are for individuals who have been referred to the Cardiac Rehabilitation Centre (CRC) and have temporarily been

More information

Prediction of Diabetes Using Probability Approach

Prediction of Diabetes Using Probability Approach Prediction of Diabetes Using Probability Approach T.monika Singh, Rajashekar shastry T. monika Singh M.Tech Dept. of Computer Science and Engineering, Stanley College of Engineering and Technology for

More information

Cardiff Cardiac Ablation PROM (C-CAP2)

Cardiff Cardiac Ablation PROM (C-CAP2) Arrhythmia Questionnaire After your Operation We would be grateful if you could give us some feedback on how you have been feeling since your procedure to treat your palpitations / fast or irregular heartbeats.

More information

Heart Failure. Symptoms and Treatments. FloridaHospital.com

Heart Failure. Symptoms and Treatments. FloridaHospital.com Heart Failure Symptoms and Treatments FloridaHospital.com Understanding Heart Failure According to the American Heart Association, one in five people over age 40 will develop heart failure. Right now,

More information

Evaluating Classifiers for Disease Gene Discovery

Evaluating Classifiers for Disease Gene Discovery Evaluating Classifiers for Disease Gene Discovery Kino Coursey Lon Turnbull khc0021@unt.edu lt0013@unt.edu Abstract Identification of genes involved in human hereditary disease is an important bioinfomatics

More information

Predictive Models for Healthcare Analytics

Predictive Models for Healthcare Analytics Predictive Models for Healthcare Analytics A Case on Retrospective Clinical Study Mengling Mornin Feng mfeng@mit.edu mornin@gmail.com 1 Learning Objectives After the lecture, students should be able to:

More information

What You Need to Know About LEMTRADA (alemtuzumab) Treatment: A Patient Guide

What You Need to Know About LEMTRADA (alemtuzumab) Treatment: A Patient Guide For Patients What You Need to Know About LEMTRADA (alemtuzumab) Treatment: A Patient Guide Patients: Your doctor or nurse will go over this patient guide with you. It is important to ask any questions

More information

Effective Values of Physical Features for Type-2 Diabetic and Non-diabetic Patients Classifying Case Study: Shiraz University of Medical Sciences

Effective Values of Physical Features for Type-2 Diabetic and Non-diabetic Patients Classifying Case Study: Shiraz University of Medical Sciences Effective Values of Physical Features for Type-2 Diabetic and Non-diabetic Patients Classifying Case Study: Medical Sciences S. Vahid Farrahi M.Sc Student Technology,Shiraz, Iran Mohammad Mehdi Masoumi

More information

Cardiovascular Disease in Women over 50. Jessie Fazel, Kristin Jeschke, and Teresa Taylor. University of Kansas School of Nursing

Cardiovascular Disease in Women over 50. Jessie Fazel, Kristin Jeschke, and Teresa Taylor. University of Kansas School of Nursing Cardiovascular Disease in Women over 50 Jessie Fazel, Kristin Jeschke, and Teresa Taylor University of Kansas School of Nursing 48 Cardiovascular Disease in Women over 50 Cardiovascular disease is the

More information

IJTC.ORG. Heart Disease Prediction using Genetic Algorithm with Rule Based Classifier in Data Mining. Megha Shahi 1, Er. Rupinder Kaur Gurm 2

IJTC.ORG. Heart Disease Prediction using Genetic Algorithm with Rule Based Classifier in Data Mining. Megha Shahi 1, Er. Rupinder Kaur Gurm 2 Heart Disease Prediction using Genetic Algorithm with Rule Based Classifier in Data Mining Megha Shahi 1, Er. Rupinder Kaur Gurm 2 1 Research Scholar, 2 Asst. Professor 12 Dept of computer Science Engineering,

More information

Genetic Algorithm based Feature Extraction for ECG Signal Classification using Neural Network

Genetic Algorithm based Feature Extraction for ECG Signal Classification using Neural Network Genetic Algorithm based Feature Extraction for ECG Signal Classification using Neural Network 1 R. Sathya, 2 K. Akilandeswari 1,2 Research Scholar 1 Department of Computer Science 1 Govt. Arts College,

More information

Brain Tumor segmentation and classification using Fcm and support vector machine

Brain Tumor segmentation and classification using Fcm and support vector machine Brain Tumor segmentation and classification using Fcm and support vector machine Gaurav Gupta 1, Vinay singh 2 1 PG student,m.tech Electronics and Communication,Department of Electronics, Galgotia College

More information

Cardiac Arrest Prediction to Prevent Code Blue Situation

Cardiac Arrest Prediction to Prevent Code Blue Situation Cardiac Arrest Prediction to Prevent Code Blue Situation Mrs. Vidya Zope 1, Anuj Chanchlani 2, Hitesh Vaswani 3, Shubham Gaikwad 4, Kamal Teckchandani 5 1Assistant Professor, Department of Computer Engineering,

More information

Diagnosis of Coronary Arteries Stenosis Using Data Mining

Diagnosis of Coronary Arteries Stenosis Using Data Mining Original Article Received: 2012-06-21 Accepted: 2012-07-16 JMSS/ July 2012, Vol 2, No3 Diagnosis of Coronary Arteries Stenosis Using Data Mining Roohallah Alizadehsani 1, Jafar Habibi 1, Behdad Bahadorian

More information

International Journal of Advance Engineering and Research Development PREDICTIVE ANALYSIS USING BIG DATA IN HEALTHCARE SECTOR

International Journal of Advance Engineering and Research Development PREDICTIVE ANALYSIS USING BIG DATA IN HEALTHCARE SECTOR Scientific Journal of Impact Factor (SJIF): 5.71 International Journal of Advance Engineering and Research Development Volume 5, Issue 10, October -2018 e-issn (O): 2348-4470 p-issn (P): 2348-6406 PREDICTIVE

More information

TABLE OF CONTENTS CHAPTER NO. TITLE PAGE NO. ABSTRACT

TABLE OF CONTENTS CHAPTER NO. TITLE PAGE NO. ABSTRACT vii TABLE OF CONTENTS CHAPTER NO. TITLE PAGE NO. ABSTRACT LIST OF TABLES LIST OF FIGURES LIST OF SYMBOLS AND ABBREVIATIONS iii xi xii xiii 1 INTRODUCTION 1 1.1 CLINICAL DATA MINING 1 1.2 OBJECTIVES OF

More information

Summary of the risk management plan (RMP) for Ivabradine Anpharm (ivabradine)

Summary of the risk management plan (RMP) for Ivabradine Anpharm (ivabradine) EMA/518024/2015 Summary of the risk management plan (RMP) for Ivabradine Anpharm (ivabradine) This is a summary of the risk management plan (RMP) for Ivabradine Anpharm, which details the measures to be

More information

Accurate Prediction of Heart Disease Diagnosing Using Computation Method

Accurate Prediction of Heart Disease Diagnosing Using Computation Method Accurate Prediction of Heart Disease Diagnosing Using Computation Method 1 Hanumanthappa H, 2 Pundalik Chavan 1 Assistant Professor, 2 Assistant Professor 1 Computer Science & Engineering, 2 Computer Science

More information

Summary of safety concerns Important identified risks

Summary of safety concerns Important identified risks Valley VI.2 Elements for a public summary NL/H/3661/001-002/DC - Ivabradin Medical VI.2.1 Overview of disease epidemiology Ivabradine is a medicine used for two long-term (chronic) heart conditions: to

More information

Design of an Optimized Fuzzy Classifier for the Diagnosis of Blood Pressure with a New Computational Method for Expert Rule Optimization

Design of an Optimized Fuzzy Classifier for the Diagnosis of Blood Pressure with a New Computational Method for Expert Rule Optimization algorithms Article Design of an Optimized Fuzzy Classifier for the Diagnosis of Blood Pressure with a New Computational Method for Expert Rule Optimization Juan Carlos Guzman 1, Patricia Melin 1, * ID

More information

Predicting the Effect of Diabetes on Kidney using Classification in Tanagra

Predicting the Effect of Diabetes on Kidney using Classification in Tanagra Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 4, April 2014,

More information

Artificial Intelligence Approach for Disease Diagnosis and Treatment

Artificial Intelligence Approach for Disease Diagnosis and Treatment Artificial Intelligence Approach for Disease Diagnosis and Treatment S. Vaishnavi PG Scholar, ME- Department of CSE, PSR Engineering College, Sivakasi, TamilNadu, India. ABSTRACT: Generally, Data mining

More information

February Heart Health Education

February Heart Health Education February Heart Health Education What can go wrong? We will look at two different unhealthy heart conditions: Heart Failure and Heart Attacks. Heart Failure Heart failure is a condition in which the heart

More information

Rajiv Gandhi College of Engineering, Chandrapur

Rajiv Gandhi College of Engineering, Chandrapur Utilization of Data Mining Techniques for Analysis of Breast Cancer Dataset Using R Keerti Yeulkar 1, Dr. Rahila Sheikh 2 1 PG Student, 2 Head of Computer Science and Studies Rajiv Gandhi College of Engineering,

More information

A Novel Iterative Linear Regression Perceptron Classifier for Breast Cancer Prediction

A Novel Iterative Linear Regression Perceptron Classifier for Breast Cancer Prediction A Novel Iterative Linear Regression Perceptron Classifier for Breast Cancer Prediction Samuel Giftson Durai Research Scholar, Dept. of CS Bishop Heber College Trichy-17, India S. Hari Ganesh, PhD Assistant

More information

Improved Intelligent Classification Technique Based On Support Vector Machines

Improved Intelligent Classification Technique Based On Support Vector Machines Improved Intelligent Classification Technique Based On Support Vector Machines V.Vani Asst.Professor,Department of Computer Science,JJ College of Arts and Science,Pudukkottai. Abstract:An abnormal growth

More information

Classification and Predication of Breast Cancer Risk Factors Using Id3

Classification and Predication of Breast Cancer Risk Factors Using Id3 The International Journal Of Engineering And Science (IJES) Volume 5 Issue 11 Pages PP 29-33 2016 ISSN (e): 2319 1813 ISSN (p): 2319 1805 Classification and Predication of Breast Cancer Risk Factors Using

More information

A New Approach for Detection and Classification of Diabetic Retinopathy Using PNN and SVM Classifiers

A New Approach for Detection and Classification of Diabetic Retinopathy Using PNN and SVM Classifiers IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 19, Issue 5, Ver. I (Sep.- Oct. 2017), PP 62-68 www.iosrjournals.org A New Approach for Detection and Classification

More information

Rohit Miri Asst. Professor Department of Computer Science & Engineering Dr. C.V. Raman Institute of Science & Technology Bilaspur, India

Rohit Miri Asst. Professor Department of Computer Science & Engineering Dr. C.V. Raman Institute of Science & Technology Bilaspur, India Diagnosis And Classification Of Hypothyroid Disease Using Data Mining Techniques Shivanee Pandey M.Tech. C.S.E. Scholar Department of Computer Science & Engineering Dr. C.V. Raman Institute of Science

More information

Prediction of Diabetes Using Bayesian Network

Prediction of Diabetes Using Bayesian Network Prediction of Diabetes Using Bayesian Network Mukesh kumari 1, Dr. Rajan Vohra 2,Anshul arora 3 1,3 Student of M.Tech (C.E) 2 Head of Department Department of computer science & engineering P.D.M College

More information

The Limits of Harm Reduction? Neil McKeganey Centre for Substance Use Research West of Scotland Science Park Glasgow Scotland

The Limits of Harm Reduction? Neil McKeganey Centre for Substance Use Research West of Scotland Science Park Glasgow Scotland The Limits of Harm Reduction? Neil McKeganey Centre for Substance Use Research West of Scotland Science Park Glasgow Scotland Principle of Harm Reduction First Do No Harm Hippocratic Oath I will use treatment

More information

Performance Analysis of Liver Disease Prediction Using Machine Learning Algorithms

Performance Analysis of Liver Disease Prediction Using Machine Learning Algorithms Performance Analysis of Liver Disease Prediction Using Machine Learning Algorithms M. Banu Priya 1, P. Laura Juliet 2, P.R. Tamilselvi 3 1Research scholar, M.Phil. Computer Science, Vellalar College for

More information

Survey on Prediction and Analysis the Occurrence of Heart Disease Using Data Mining Techniques

Survey on Prediction and Analysis the Occurrence of Heart Disease Using Data Mining Techniques Volume 118 No. 8 2018, 165-174 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Survey on Prediction and Analysis the Occurrence of Heart Disease Using

More information

A REVIEW PAPER ON DATA MINING CLASSIFICATION TECHNIQUES FOR DETECTION OF LUNG CANCER

A REVIEW PAPER ON DATA MINING CLASSIFICATION TECHNIQUES FOR DETECTION OF LUNG CANCER A REVIEW PAPER ON DATA MINING CLASSIFICATION TECHNIQUES FOR DETECTION OF LUNG CANCER Supreet Kaur 1, Amanjot Kaur Grewal 2 1Research Scholar, Punjab Technical University, Dept. of CSE, Baba Banda Singh

More information

Improving the Accuracy of Neuro-Symbolic Rules with Case-Based Reasoning

Improving the Accuracy of Neuro-Symbolic Rules with Case-Based Reasoning Improving the Accuracy of Neuro-Symbolic Rules with Case-Based Reasoning Jim Prentzas 1, Ioannis Hatzilygeroudis 2 and Othon Michail 2 Abstract. In this paper, we present an improved approach integrating

More information

Detection of Abnormalities of Retina Due to Diabetic Retinopathy and Age Related Macular Degeneration Using SVM

Detection of Abnormalities of Retina Due to Diabetic Retinopathy and Age Related Macular Degeneration Using SVM Science Journal of Circuits, Systems and Signal Processing 2016; 5(1): 1-7 http://www.sciencepublishinggroup.com/j/cssp doi: 10.11648/j.cssp.20160501.11 ISSN: 2326-9065 (Print); ISSN: 2326-9073 (Online)

More information

Automatic Detection of Epileptic Seizures in EEG Using Machine Learning Methods

Automatic Detection of Epileptic Seizures in EEG Using Machine Learning Methods Automatic Detection of Epileptic Seizures in EEG Using Machine Learning Methods Ying-Fang Lai 1 and Hsiu-Sen Chiang 2* 1 Department of Industrial Education, National Taiwan Normal University 162, Heping

More information

BACKPROPOGATION NEURAL NETWORK FOR PREDICTION OF HEART DISEASE

BACKPROPOGATION NEURAL NETWORK FOR PREDICTION OF HEART DISEASE BACKPROPOGATION NEURAL NETWORK FOR PREDICTION OF HEART DISEASE NABEEL AL-MILLI Financial and Business Administration and Computer Science Department Zarqa University College Al-Balqa' Applied University

More information

Understanding Congestive Heart Failure

Understanding Congestive Heart Failure Understanding Congestive Heart Failure Your health care team offers this information to help you and your family cope with congestive heart failure. It defines congestive heart failure, discusses ways

More information

A Survey on Prediction of Diabetes Using Data Mining Technique

A Survey on Prediction of Diabetes Using Data Mining Technique A Survey on Prediction of Diabetes Using Data Mining Technique K.Priyadarshini 1, Dr.I.Lakshmi 2 PG.Scholar, Department of Computer Science, Stella Maris College, Teynampet, Chennai, Tamil Nadu, India

More information

Heart Attack and Stroke

Heart Attack and Stroke Heart Attack and Stroke Heart Disease Most common cause of death for both men and women Some heart disease symptoms in women may be different from those in men What is a Heart Attack (Myocardial Infarction)?

More information

Early Detection of Dengue Using Machine Learning Algorithms

Early Detection of Dengue Using Machine Learning Algorithms Volume 118 No. 18 2018, 3881-3887 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Early Detection of Dengue Using Machine Learning Algorithms 1 N.Rajathi,

More information

JUST FOR KIDS SELECTED IMPORTANT SAFETY INFORMATION

JUST FOR KIDS SELECTED IMPORTANT SAFETY INFORMATION JUST FOR KIDS For children ages 6-17 with moderately to severely active Crohn s disease or ulcerative colitis (UC) who haven t responded well to other therapies SELECTED IMPORTANT SAFETY INFORMATION REMICADE

More information

DEVELOPMENT OF AN EXPERT SYSTEM ALGORITHM FOR DIAGNOSING CARDIOVASCULAR DISEASE USING ROUGH SET THEORY IMPLEMENTED IN MATLAB

DEVELOPMENT OF AN EXPERT SYSTEM ALGORITHM FOR DIAGNOSING CARDIOVASCULAR DISEASE USING ROUGH SET THEORY IMPLEMENTED IN MATLAB DEVELOPMENT OF AN EXPERT SYSTEM ALGORITHM FOR DIAGNOSING CARDIOVASCULAR DISEASE USING ROUGH SET THEORY IMPLEMENTED IN MATLAB Aaron Don M. Africa Department of Electronics and Communications Engineering,

More information

An Experimental Study of Diabetes Disease Prediction System Using Classification Techniques

An Experimental Study of Diabetes Disease Prediction System Using Classification Techniques IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 19, Issue 1, Ver. IV (Jan.-Feb. 2017), PP 39-44 www.iosrjournals.org An Experimental Study of Diabetes Disease

More information

IRB Approval From: 3/8/2010 To: 10/28/2010

IRB Approval From: 3/8/2010 To: 10/28/2010 UNIVERSITY OF PENNSYLVANIA HEALTH SYSTEM Phase II Study to Assess the Safety and Immunogenicity of an Inactivated Swine-Origin H1N1 Influenza Vaccine in HIV-1 (Version 3.0, 16 FEB 2010) IRB Approval From:

More information

Minimum Feature Selection for Epileptic Seizure Classification using Wavelet-based Feature Extraction and a Fuzzy Neural Network

Minimum Feature Selection for Epileptic Seizure Classification using Wavelet-based Feature Extraction and a Fuzzy Neural Network Appl. Math. Inf. Sci. 8, No. 3, 129-1300 (201) 129 Applied Mathematics & Information Sciences An International Journal http://dx.doi.org/10.1278/amis/0803 Minimum Feature Selection for Epileptic Seizure

More information

NHS. Implantable cardioverter defibrillators (ICDs) for arrhythmias. National Institute for Health and Clinical Excellence. Issue date: January 2006

NHS. Implantable cardioverter defibrillators (ICDs) for arrhythmias. National Institute for Health and Clinical Excellence. Issue date: January 2006 NHS National Institute for Health and Clinical Excellence Issue date: January 2006 Implantable cardioverter defibrillators (ICDs) for arrhythmias Understanding NICE guidance information for people with

More information

Classification of Smoking Status: The Case of Turkey

Classification of Smoking Status: The Case of Turkey Classification of Smoking Status: The Case of Turkey Zeynep D. U. Durmuşoğlu Department of Industrial Engineering Gaziantep University Gaziantep, Turkey unutmaz@gantep.edu.tr Pınar Kocabey Çiftçi Department

More information

COMP90049 Knowledge Technologies

COMP90049 Knowledge Technologies COMP90049 Knowledge Technologies Introduction Classification (Lecture Set4) 2017 Rao Kotagiri School of Computing and Information Systems The Melbourne School of Engineering Some of slides are derived

More information

Quick detection of QRS complexes and R-waves using a wavelet transform and K-means clustering

Quick detection of QRS complexes and R-waves using a wavelet transform and K-means clustering Bio-Medical Materials and Engineering 26 (2015) S1059 S1065 DOI 10.3233/BME-151402 IOS Press S1059 Quick detection of QRS complexes and R-waves using a wavelet transform and K-means clustering Yong Xia

More information

Fatigue chest pain back pain

Fatigue chest pain back pain > Benutzername oder E-Mai Passwort Angemeldet bleiben Bei öffentlichen Computern nicht empfohlen Anonym anmelden Anmelden Passwort vergessen? Fatigue chest pain back pain Jan 14, 2017. Discomfort, pressure,

More information