Arrhythmia Classification via k-means based Polyhedral Conic Functions Algorithm

Size: px
Start display at page:

Download "Arrhythmia Classification via k-means based Polyhedral Conic Functions Algorithm"

Transcription

1 Arrhythmia Classification via k-means based Polyhedral Conic Functions Algorithm Full Research Paper / CSCI-ISPC Emre Cimen Anadolu University Industrial Engineering Eskisehir, Turkey ecimen@anadolu.edu.tr Gurkan Ozturk Anadolu University Industrial Engineering Eskisehir, Turkey gurkan.o@anadolu.edu.tr Abstract Heart disease is one of the important cause of death. In this study, we used ECG data obtained from MIT-BIH database to classify arrhythmias. We select 5 classes; normal beat (N), right bundle branch block (RBBB), left bundle branch block (LBBB), atrial premature contraction (APC) and ventricular premature contraction (VPC). We applied k-means based Polyhedral Conic Functions (k-means PCF) algorithm to classify instances. The performance of the proposed classifier is shown with numerical experiments. With proposed algorithm we obtained 98 % accuracy rate. This test result is compared with other well known classification methods. Computer aided arrhythmia classification plays an important role to diagnose heart diseases. ECG signal from the heart is used generally in these systems. Keywords arrhythmia; classification; clustering; mathematical programming. I.! INTRODUCTION Cardiovascular diseases are known as the most important diseases that cause deaths. According to World Health report in 2000, 7 million people die because of of this reason every year. 13% of men and 12% of women deaths are due to coronary artery diseases that cause hearth attacks [1]. Hearth consist of miocards that contact rhythmically. With these rhythmic contracts blood can circulate in the body. Before the each contraction of the heart an electrical signal is generated that consist of p, q,r, s and t waves. Hearth beats via electrical impulse generated by sinoatrial node (SA). The discharge of electrical impulse from different than SA node or problems in impulse transmission cause arrhythmia. While some of the arrhythmia types are not dangerous, some of them cause sudden deaths; like ventricular tachycardia. To prevent people this kind of sudden deaths, researchers work on early warning systems. Arrhythmias are diagnosed via electrocardiogram (ECG), rhythm holter, event recorder, effort test, echocardiogram, cardiac catheterization, electrophysiological study (EPS). ECG is the most practical one among these methods. ECG amplifies and filters the electrical signal on the heart. By this way hearth diseases can be diagnosed easily. Fig. 1.! PQRST signal There are lot of important researches in the literature. In [2] researchers allocate manually detected heartbeats to one of the five beat classes recommended by ANSI/AAMI EC57:1998 standard, i.e., normal beat, ventricular ectopic beat (VEB), supraventricular ectopic beat (SVEB), fusion of a normal and a VEB, or unknown beat type. 44 nonpacemaker recordings of the MIT-BIH arrhythmia database are used in the study. Their feature sets are based on ECG morphology, heartbeat intervals, and RR-intervals. In [3], researchers present a patient-adaptable algorithm for ECG heartbeat classification. This algorithm based on an automatic classifier and a clustering algorithm. Both classifier and clustering algorithms include features from the RR interval series and morphology descriptors calculated from the wavelet transform. The algorithm was comprehensively evaluated in several ECG databases for comparison purposes. In [4], they developed an adaptive system for the automatic processing of the electrocardiogram (ECG) for the classification of heartbeats into one of the five beat classes recommended by ANSI/AAMI EC57:1998 standard. With this

2 study they illustrate the ability to provide beneficial automatic arrhythmia monitoring system. In [5], researchers used Hidden Markov Modeling" (HMM). QRS complexes and R-R intervals were used in the model. The Hidden Markov Modeling approach combines structural and statistical knowledge of the ECG signal in a single parametric model. They estimated model parameters from training data using an iterative, maximum likelihood reestimation algorithm. In [6], researchers developed an algorithm based on support vector machine (SVM). They applied two different preprocessing methods; higher order statistics (HOS) and Hermite characterization of QRS complex. They get two neural classifiers by combining the SVM network with these preprocessing methods. They gave the results of the performed numerical experiments for the recognition of 13 heart rhythm types on the basis of ECG waveforms. In [7], researchers used MIT-BIH database and they worked on 4 arrhythmia classes. They get 95.9% accuracy rate. In [8], wavelet transform is used and 98% accuracy rate obtained test and 1200 train data points are used from 6 classes. In [9], researchers used artificial neural networks on MIT-BIH database and they get 92% accuracy rate. In [10], Support Vector Machines (SVM) algorithm is used and they classified signals from MIT-BIH database with 99% accuracy rate. In [11], wavelet transform is used. They selected 3 classes from MIT-BIH database. Their algorithms accuracy rate is 97%. In this study we use ECG data obtained from MIT- BIH database. We select 5 classes; normal beat (N), right bundle branch block (RBBB), left bundle branch block (LBBB), atrial premature contraction (APC) and ventricular premature contraction (VPC). We applied k-means based Polyhedral Conic Functions (k-means PCF) algorithm to classify instances. In Section II one can find brief description of k-means PCF algorithm. In Section III we give data handling and preprocessing procedures. We present in Section IV numerical experiments and in Section V conclusions. II.! PCF BASED CLASSIFICATION ALGORITHMS The concept of polyhedral conic separability based on polyhedral conic functions (PCFs) was first introduced in [12] (see, also [13]). An algorithm for calculation of polyhedral conic functions separating two sets was developed in [12]. This algorithm randomly chooses a data point from one of these sets as a first vertex and computes the first PCF. Then all data points from this set separated by the obtained PCF are removed from the set and next vertex is randomly selected from the rest of the set. This process continues until all points from the selected set are separated. A classifier is constructed as a pointwise minimum of all obtained PCFs. Despite some promising results such an approach may suffer over-fitting. This algorithm is also used for arrhythmia classification by the authors in [14]. Another algorithm was introduced in [13] based on the biobjective integer programming approach. Objectives in this approach are to minimize the number of PCFs separating sets and to maximize the number of correctly classified points. Although this algorithm suffers over-fitting problem in some data sets, however it reduces this problem in comparison with the first algorithm. Furthermore this algorithm is time consuming in large data sets. There are also some other PCF based classifier algorithms. In [15], linear classifiers based on polyhedral conic and max min separabilities and in [16] incremental piecewise linear classifier based on polyhedral conic separation was introduced. A.! k-means based PCF Algorithm In this approach a classifier is designed based on the combination of the polyhedral conic separation approach and k-means clustering technique [17]. They apply k - means algorithm to find vertices of PCFs and then find PCFs for each cluster by solving a linear programming problem. This classifier is different from that given in [12, 13] where the final classifier is obtained by sequentially eliminating the correctly classified points whereas in this algorithm the classifier is constructed in one step using cluster centers found by the k- means algorithm. The use of clustering algorithms allows to decrease significantly the number of vertices and consequently the number of PCFs which helps to avoid over-fitting problem. Moreover, the use of linear programming techniques makes the algorithm applicable to large datasets. k-means based PCF algorithm can be summarized as follows: Assume that we are given finite point set A from! " with p classes. More specifically the set! = # $ & ' ) *, * = {1,2,, 0} and its classes A j, j = 1,, p are given. For each A j we construct the following set '! " = $ % & &(),&+" For the classification problems solution dataset is separated to two subsets; training and test sets. Respectively:! = # $ & ' ) * *,,-./,,! =!/! Step 0: Set j := 0 and select the number of clusters, k. Step 1: Set j := j + 1 and select the sets! " and! ". Step 2: Apply the k-means algorithm to the set! "# to find k clusters and their centroids:

3 ! "# % &, ( = 1,,, Step 3: Find the k-pcf s! "# $, & = 1,, * with the parameters (" #$, & #$, ' #$ ) for class j by solving the linear programming problem (! "# ) for each cluster! "#. min 1, (" #$ ) *+ #$ */ # : #$ ; - <= #$ +*> #$ * ; - <= #$? <*@ #$ + 1* *, -,*********** - * * D #$ <: #$ E 1 <= #$ <*> #$ * E 1 <= #$? <*@ #$ + 1* * 0 1,*********** 1 * * D F! " > 0, &' ( > 0 /! "# = %:'( ) + "#, - " =.01 +., 2 4'56'! 7 = %:'( ) - " Step 4: Construct the separating function for the class j as follows:! " # = min ()*,,-! "( # Step5: If j < p go to Step 1, otherwise the algorithm terminates. * III.! DATASET The MIT-BIH Arrhythmia Database contains 48 half-hour excerpts of two-channel ambulatory ECG recordings, obtained from 47 subjects studied by the BIH Arrhythmia Laboratory between 1975 and of the subjects are men with ages 32 to 89 and 22 of the subjects are women with ages 23 to 89. Twenty-three recordings were chosen at random from a set of hour ambulatory ECG recordings collected from a mixed population of inpatients (about 60%) and outpatients (about 40%) at Boston's Beth Israel Hospital; the remaining 25 recordings were selected from the same set to include less common but clinically significant arrhythmias that would not be well-represented in a small random sample [18]. Collected analog data are converted digital with analog to digital converter (ADC). Also signals are passed from Hz pass filter. In this study we select 100 PQRST signals for each class from MIT-BIH files 100, 106, 109, 111, 114, 116, 119, 124, 200, 207, 209, 212 and 214. Firstly, the continuous signal is cropped to windows. In the cropping process R peaks are selected and after that signal is cropped from 61 sample left of R peak and 38 sample right of R peak. By this way we get vectors with 100 features. R to R peak interval information is very important and characteristic for arrhythmic ECG signals. In most of the researches, this information is used. Because of this reason we add R to R peak distance to all vectors, so we get data vectors with 101 features. Fig. 2.! Illustrative example dataset with 3 classes [17]. Fig. 5.! All collected samples from MIT-BIH database Fig. 3.! Separating functions for different clusters [17]. Additionally, to these processes median filter is used to eliminate base voltages. With this step in-class distances are minimized and noise in the signals are eliminated. Fig. 4.! Final classifier for class-green [17]. Fig. 6.! Example signals that are not passed from median filter

4 successful one, the second is proposed approach, among all well known algorithms. In future work, we may search the ways of implementation this algorithm in real time embedded systems. Fig. 7.! Example signals that are passed from median filter IV.! COMPUTATIONAL RESULTS The dataset obtained by the MIT-BIH database includes 500 instances and 101 features as we mention in previous section. Preprocessing steps are made in Matlab. The proposed algorithm is implemented with C++. One can find many papers about arrhythmia classification that use MIT-BIH database. But researchers handle data and choose PQRST signals with different approaches. Comparing the accuracies with relevant papers can give idea about the success of the algorithm, but using exactly the same dataset will give fair comparison chance. Because of this reason we compared the computational results with other well known classifiers with using Weka. In Table 1. Test accuracies are given. Accuracies are calculated with 10-fold cross validation. TABLE I.! Method TEST ACCURACIES OF ALGORITHMS Accuracy k-means PCF 98.0 % J % Logistics 96.2 % SMO 96.0 % kstar 97.0 % Ibk 98.8 % Bagging 94.6 % BayesNet 82.4 % One can see that the best result is Ibk Algorithm s. The second successful algorithm is k-means PCF, the proposed one. We didn t mention about times, because all of the algorithms solved the problem in short time. V.! COCLUSIONS In this paper we applied k-means based PCF algorithm to arrhythmia classification. A commonly chosen arrhythmia database by the researchers, MIT-BIH is used to collect PQRST signals. With this research we show that k- Means based PCF algorithm is successful in classifying arrhythmias. In numerical tests Ibk algorithm is the most ACKNOWLEDGMENT The authors would like to thank anonymous referees for their criticism and comments which allowed to improve the quality of the paper. The authors also thank to cardiologist Dr. Özcan Yücel for his help in analyzing the ECG signals, and Prof. Dr. Ömer Nezih Gerek for his guiding in signal processing. This study was supported by Anadolu University Scientific Research Projects Commission under the grant no:1103f035. REFERENCES [1]! F. Hu, M. Jiang, L. Celentano and Y. Xiao, Robust medical ad hoc sensor networks (MASN) with wavelet-based ECG data mining, Ad Hoc Networks, vol. 6, pp , September [2]! P. De Chazal, M. O'Dwyer and R.B. Reilly, Automatic classification of heartbeats using ECG morphology and heartbeat interval features, IEEE Transactions on Biomedical Engineering, vol. 51, pp , July [3]! M. Llamedo and J.P. Martinez, An Automatic Patient-Adapted ECG Heartbeat Classifier Allowing Expert Assistance, IEEE Transactions on Biomedical Engineering, vol. 59, pp , August [4]! P. De Chazal and R.B. Reilly, A Patient-Adapting Heartbeat Classifier Using ECG Morphology and Heartbeat Interval Features, IEEE Transactions on Biomedical Engineering, vol. 53, pp , December [5]! D.A. Coast, R.M. Stern and G.G. Cano, and S.A. Briller, An approach to cardiac arrhythmia analysis using hidden Markov models, IEEE Transactions on Biomedical Engineering, vol. 37, pp , September [6]! S. Osowski, and L. T. Hoai and T. Markiewicz, Support vector machine-based expert system for reliable heartbeat recognition, IEEE Transactions on Biomedical Engineering, vol. 51, pp , April [7]! Y. H. Hu, S. Palreddy and W. J. Tompkins, A patient-adaptable ECG beat classifier using a mixture of experts approach, IEEE Transactions on Biomedical Engineering, vol. 44, pp , September [8]! E. Uslu, G. Bilgin, Classification of heart arrthymias by using wavelet and merged wavelet packet transforms, IEEE 16th Signal Processing, Communication and Applications Conference (SIU), September [9]! S. G. Artis, R. G. Mark and G. B. Moody, Detection of Atrial Fibrillation Using Artificial Neural Network, Computers in Cardiology Proceedings September [10]! B. M. Asl, S. K. Setarehdan and M. Mohebbi, Support vector machinebased arrhythmia classification using reduced features of heart rate variability signal, Artificial Intelligence in Medicine, vol. 44, pp , September [11]! A. R. Sahab, Y. M. Gilmalek, ECG arrhythmias classification using wavelet transform and neural networks, Proceedings of the 2010 international conference on Mathematical models for engineering science, pp [12]! R. N. Gasimov and G. Ozturk, Separation via polihedral conic functions, Optimization Methods and Software, vol. 21, pp , [13]! G. Ozturk, A New Mathematical Programming Approach to Solve Classification Problems, PhD thesis, Eskisehir Osmangazi University, Institute of Scince, (in Turkish).

5 [14]! E. Cimen, Arrhythmia Classification via Polyhedral Conic Functions, bachelor degree final project, Anadolu University, Faculty of Engineering, June [15]! A. M. Bagirov, J. Ugon, D. Webb, G. Ozturk and R. Kasımbeyli, A novel piecewise linear classifier based on polyhedral conic and max min separabilities, TOP, vol. 21, pp. 3-24, April 2013 [16]! G. Ozturk, A. M. Bagirov and R. Kasımbeyli, An incremental piecewise linear classifier based on polyhedral conic separation, Machine Learning, vol. 101, pp , October [17]! G. Ozturk and M. T. Ciftci, Clustering based polyhedral conic functions algorithm in classification, Journal of Industrial and Management Optimization, vol. 11, pp , July [18]! MIT-BIH Arrhythmia Database, physionet.org /physiobank/ database/ mitdb/, September 2016

ECG Arrhythmia Classification using Least Squares Twin Support Vector Machines

ECG Arrhythmia Classification using Least Squares Twin Support Vector Machines 26th Iranian Conference on Electrical Engineering (ICEE2018) ECG Arrhythmia Classification using Least Squares Twin Support Vector Machines Mohammad S. Refahi Department of Electrical Engineering Amirkabir

More information

A granular resampling method based energy-efficient architecture for heartbeat classification in ECG

A granular resampling method based energy-efficient architecture for heartbeat classification in ECG This article has been accepted and published on J-STAGE in advance of copyediting. Content is final as presented. IEICE Electronics Express, Vol.*, No.*, 1 10 A granular resampling method based energy-efficient

More information

Segment Clustering Methodology for Unsupervised Holter Recordings Analysis

Segment Clustering Methodology for Unsupervised Holter Recordings Analysis Segment Clustering Methodology for Unsupervised Holter Recordings Analysis Jose Luis Rodríguez-Sotelo a and Diego Peluffo-Ordoñez b and German Castellanos Dominguez c a Universidad Autonóma de Manizales,

More information

Optimizing the detection of characteristic waves in ECG based on processing methods combinations

Optimizing the detection of characteristic waves in ECG based on processing methods combinations Date of publication xxxx 00, 0000, date of current version xxxx 00, 0000. Digital Object Identifier 10.1109/ACCESS.2017.Doi Number Optimizing the detection of characteristic waves in ECG based on processing

More information

WHALETEQ. Rhythm Database Compliance Analyzer Database Comparison Software USER MANUAL. Rhythm Database Compliance Analyzer User Manual

WHALETEQ. Rhythm Database Compliance Analyzer Database Comparison Software USER MANUAL. Rhythm Database Compliance Analyzer User Manual WHALETEQ Rhythm Database Compliance Analyzer Database Comparison Software USER MANUAL Revision Date: 2017-12-08 Copyright (c) 2013-2017, All Rights Reserved. WhaleTeq Co. LTD No part of this publication

More information

Embedded Systems. Cristian Rotariu

Embedded Systems. Cristian Rotariu Embedded Systems Cristian Rotariu Dept. of of Biomedical Sciences Grigore T Popa University of Medicine and Pharmacy of Iasi, Romania cristian.rotariu@bioinginerie.ro May 2016 Introduction An embedded

More information

A Guide to Open-Access Databases and Open-Source Software on PhysioNet

A Guide to Open-Access Databases and Open-Source Software on PhysioNet A Guide to Open-Access Databases and Open-Source Software on PhysioNet George B. Moody Harvard-MIT Division of Health Sciences and Technology Cambridge, Massachusetts, USA Outline Background Open-Access

More information

Arif Index for Predicting the Classification Accuracy of Features and its Application in Heart Beat Classification Problem

Arif Index for Predicting the Classification Accuracy of Features and its Application in Heart Beat Classification Problem Arif Index for Predicting the Classification Accuracy of Features and its Application in Heart Beat Classification Problem M. Arif 1, Fayyaz A. Afsar 2, M.U. Akram 2, and A. Fida 3 1 Department of Electrical

More information

Design of a hybrid model for cardiac arrhythmia classification based on Daubechies wavelet transform

Design of a hybrid model for cardiac arrhythmia classification based on Daubechies wavelet transform Original papers Design of a hybrid model for cardiac arrhythmia classification based on Daubechies wavelet transform Rekha Rajagopal B F, Vidhyapriya Ranganathan A Department of Information Technology,

More information

An Exercise ECG Database With Synchronized Exercise Information

An Exercise ECG Database With Synchronized Exercise Information APSIPA ASC 2011 Xi an An Exercise ECG Database With Synchronized Exercise Information Yuanjing Yang 1, Lianying Ji 1, JiankangWu 1 1 Sensor Networks and Applications Joint Research Center (SNARC) Graduate

More information

Optimal Knots Allocation in Smoothing Splines using intelligent system. Application in bio-medical signal processing.

Optimal Knots Allocation in Smoothing Splines using intelligent system. Application in bio-medical signal processing. Optimal Knots Allocation in Smoothing Splines using intelligent system. Application in bio-medical signal processing. O.Valenzuela, M.Pasadas, F. Ortuño, I.Rojas University of Granada, Spain Abstract.

More information

Critical Evaluation of Linear Dimensionality Reduction Techniques for Cardiac Arrhythmia Classification

Critical Evaluation of Linear Dimensionality Reduction Techniques for Cardiac Arrhythmia Classification Circuits and Systems, 2016, 7, 2603-2612 Published Online July 2016 in SciRes. http://www.scirp.org/journal/cs http://dx.doi.org/10.4236/cs.2016.79225 Critical Evaluation of Linear Dimensionality Reduction

More information

LOW POWER FPGA IMPLEMENTATION OF REAL-TIME QRS DETECTION ALGORITHM

LOW POWER FPGA IMPLEMENTATION OF REAL-TIME QRS DETECTION ALGORITHM LOW POWER FPGA IMPLEMENTATION OF REAL-TIME QRS DETECTION ALGORITHM VIJAYA.V, VAISHALI BARADWAJ, JYOTHIRANI GUGGILLA Electronics and Communications Engineering Department, Vaagdevi Engineering College,

More information

An arrhythmia classification algorithm using a dedicated wavelet adapted to different subjects

An arrhythmia classification algorithm using a dedicated wavelet adapted to different subjects RESEARCH Open Access An arrhythmia classification algorithm using a dedicated wavelet adapted to different subjects Jinkwon Kim, Se Dong Min and Myoungho Lee * * Correspondence: ehealth@yonsei. ac.kr Department

More information

HPC Infrastructure for and Simulations of Impact of Drug-Induced Arrhythmias in Living Hearts

HPC Infrastructure for and Simulations of Impact of Drug-Induced Arrhythmias in Living Hearts HPC User Forum Tucson, AZ, April 16 18, 2018 HPC Infrastructure for and Simulations of Impact of Drug-Induced Arrhythmias in Living Hearts Wolfgang Gentzsch The UberCloud Big Thanks To the HPC User Forum

More information

Jasminder Kaur* and J.P.S. Raina*

Jasminder Kaur* and J.P.S. Raina* I J C International Journal of lectrical, lectronics and Computer ngineering 1(1): 47-51(2012) An Intelligent Diagnosis System for lectrocardiogram (CG) Images Using Artificial Neural Network (ANN) Jasminder

More information

Mathematically Modeling Fetal Electrocardiograms

Mathematically Modeling Fetal Electrocardiograms Pursuit - The Journal of Undergraduate Research at the University of Tennessee Volume 5 Issue 1 Article 10 June 2014 Mathematically Modeling Fetal Electrocardiograms Samuel Estes University of Tennessee,

More information

Clustering Of Ecg Using D-Stream Algorithm

Clustering Of Ecg Using D-Stream Algorithm Clustering Of Ecg Using D-Stream Algorithm Vaishali Yeole Jyoti Kadam Department of computer Engg. Department of computer Engg. K.C college of Engg, K.C college of Engg Thane (E). Thane (E). Abstract The

More information

MULTIPLE NEURAL NETWORK INTEGRATION USING A BINARY DECISION TREE TO IMPROVE THE ECG SIGNAL RECOGNITION ACCURACY

MULTIPLE NEURAL NETWORK INTEGRATION USING A BINARY DECISION TREE TO IMPROVE THE ECG SIGNAL RECOGNITION ACCURACY Int. J. Appl. Math. Comput. Sci., 204, Vol. 24, No. 3, 647 655 DOI: 0.2478/amcs-204-0047 MULTIPLE NEURAL NETWORK INTEGRATION USING A BINARY DECISION TREE TO IMPROVE THE ECG SIGNAL RECOGNITION ACCURACY

More information

Features Optimization for ECG Signals Classification

Features Optimization for ECG Signals Classification Features Optimization for ECG s Classification Alan S. Said Ahmad 1, * Department of Physics, Faculty of Science University of Zakho Majd Salah Matti 2, Adel Sabry Essa 3 Department of Computer Science,

More information

ECG Parameter Extraction and Motion Artifact Detection. Tianyang Li B.Eng., Dalian University of Technology, China, 2014

ECG Parameter Extraction and Motion Artifact Detection. Tianyang Li B.Eng., Dalian University of Technology, China, 2014 ECG Parameter Extraction and Motion Artifact Detection by Tianyang Li B.Eng., Dalian University of Technology, China, 2014 A Report Submitted in Partial Fulfillment of the Requirements for the Degree of

More information

Premature ventricular contraction beat detection with deep neural networks

Premature ventricular contraction beat detection with deep neural networks 2016 15th IEEE International Conference on Machine Learning and Applications Premature ventricular contraction beat detection with deep neural networks Tae Joon Jun, Hyun Ji Park Nguyen Hoang Minh, Daeyoung

More information

cubestress your profession our mission

cubestress your profession our mission The CARDIOLINE wireless stress testing system combines combina the high performance of the software and of the acquisition unit clickecgbt. is the complete solution to manage ECG Stress tests. combines

More information

Classification of Arrhythmia

Classification of Arrhythmia Classification of Arrhythmia Saleha Samad, Shoab A. Khan, Anam Haq, and Amna Riaz National University of Sciences and Technology, College of E&ME, Rawalpindi, Pakistan Email: {salehasamad69, shoabak}@ce.ceme.nust.edu.pk,

More information

ECG DATA COMPRESSION: PRINCIPLE, TECHNIQUES AND LIMITATIONS

ECG DATA COMPRESSION: PRINCIPLE, TECHNIQUES AND LIMITATIONS ECG DATA COMPRESSION: PRINCIPLE, TECHNIQUES AND LIMITATIONS #1 Nitu and Mandeep Kaur *2 #1 M.Tech Scholar, Department of ECE BCET, Gurdaspur, Punjab, India *2 AP, Department of ECE, BCET, Gurdaspur, Punjab,

More information

i-eeg: A Software Tool for EEG Feature Extraction, Feature Selection and Classification

i-eeg: A Software Tool for EEG Feature Extraction, Feature Selection and Classification i-eeg: A Software Tool for EEG Feature Extraction, Feature Selection and Classification Baha ŞEN Computer Engineering Department, Yıldırım Beyazıt University, Ulus, Ankara, TURKEY Musa PEKER Computer Engineering

More information

A Syntactic Methodology for Automatic Diagnosis by Analysis of Continuous Time Measurements Using Hierarchical Signal Representations

A Syntactic Methodology for Automatic Diagnosis by Analysis of Continuous Time Measurements Using Hierarchical Signal Representations IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART B: CYBERNETICS, VOL. 33, NO. 6, DECEMBER 2003 951 A Syntactic Methodology for Automatic Diagnosis by Analysis of Continuous Time Measurements Using

More information

Analysis of Modified Rule Extraction Algorithm and Internal Representation of Neural Network

Analysis of Modified Rule Extraction Algorithm and Internal Representation of Neural Network Covenant Journal of Informatics & Communication Technology Vol. 4 No. 2, Dec, 2016 An Open Access Journal, Available Online Analysis of Modified Rule Extraction Algorithm and Internal Representation of

More information

Online Neural Network Training for Automatic Ischemia Episode Detection

Online Neural Network Training for Automatic Ischemia Episode Detection Online Neural Network Training for Automatic Ischemia Episode Detection D.K. Tasoulis,, L. Vladutu 2, V.P. Plagianakos 3,, A. Bezerianos 2, and M.N. Vrahatis, Department of Mathematics and University of

More information

Comparative Analysis between Rough set theory and Data mining algorithms on their prediction

Comparative Analysis between Rough set theory and Data mining algorithms on their prediction Global Journal of Pure and Applied Mathematics. ISSN 0973-1768 Volume 13, Number 7 (2017), pp. 3249-3260 Research India Publications http://www.ripublication.com Comparative Analysis between Rough set

More information

Analysis of a Population of Diabetic Patients Databases in Weka Tool P.Yasodha, M. Kannan

Analysis of a Population of Diabetic Patients Databases in Weka Tool P.Yasodha, M. Kannan International Journal of Scientific & Engineering Research Volume 2, Issue 5, May-2011 1 Analysis of a Population of Diabetic Patients Databases in Weka Tool P.Yasodha, M. Kannan Abstract - Data mining

More information

URL: < z>

URL:   < z> Citation: Qin, Qin, Li, Jianqing, Zhang, Li, Yue, Yinggao and Liu, Chengyu (2017) Combining Low-dimensional Wavelet Features and Support Vector Machine for Arrhythmia Beat Classification. Scientific Reports,

More information

Probabilistic Models for Automated ECG Interval Analysis in Phase 1 Studies

Probabilistic Models for Automated ECG Interval Analysis in Phase 1 Studies Probabilistic Models for Automated ECG Interval Analysis in Phase 1 Studies Technical Report BSP 08-01 Nicholas P. Hughes and Lionel Tarassenko Institute of Biomedical Engineering University of Oxford

More information

ESPCI ParisTech, Laboratoire d Électronique, Paris France AMPS LLC, New York, NY, USA Hopital Lariboisière, APHP, Paris 7 University, Paris France

ESPCI ParisTech, Laboratoire d Électronique, Paris France AMPS LLC, New York, NY, USA Hopital Lariboisière, APHP, Paris 7 University, Paris France Efficient modeling of ECG waves for morphology tracking Rémi Dubois, Pierre Roussel, Martino Vaglio, Fabrice Extramiana, Fabio Badilini, Pierre Maison Blanche, Gérard Dreyfus ESPCI ParisTech, Laboratoire

More information

ECG CLASSIFICATION WITH AN ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM

ECG CLASSIFICATION WITH AN ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM ECG CLASSIFICATION WITH AN ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM A Thesis presented to the Faculty of California Polytechnic State University, San Luis Obispo In Partial Fulfillment of the Requirements

More information

FEATURE EXTRACTION TECHNIQUES USING SUPPORT VECTOR MACHINES IN DISEASE PREDICTION

FEATURE EXTRACTION TECHNIQUES USING SUPPORT VECTOR MACHINES IN DISEASE PREDICTION FEATURE EXTRACTION TECHNIQUES USING SUPPORT VECTOR MACHINES IN DISEASE PREDICTION Sandeep Kaur 1, Dr. Sheetal Kalra 2 1,2 Computer Science Department, Guru Nanak Dev University RC, Jalandhar(India) ABSTRACT

More information

THE analysis of ECG signals provides critical information

THE analysis of ECG signals provides critical information IEEE TRANSACTIONS ON BIOMEDICAL ENGINEERING, VOL. 59, NO. 1, JANUARY 2012 241 Weighted Conditional Random Fields for Supervised Interpatient Heartbeat Classification Gaël de Lannoy*, Damien François, Jean

More information

Intelligent Arrhythmia Detection using Genetic Algorithm and Emphatic SVM (ESVM)

Intelligent Arrhythmia Detection using Genetic Algorithm and Emphatic SVM (ESVM) 2009 Third UKSim European Symposium on Computer Modeling and Simulation Intelligent Arrhythmia Detection using Genetic Algorithm and Emphatic SVM (ESVM) Jalal A. Nasiri *,Mostafa Sabzekar, H. Sadoghi Yazdi,

More information

Detection of Ventricular Fibrillation Using Random Forest Classifier

Detection of Ventricular Fibrillation Using Random Forest Classifier J. Biomedical Science and Engineering, 2016, 9, 259-268 Published Online April 2016 in SciRes. http://www.scirp.org/journal/jbise http://dx.doi.org/10.4236/jbise.2016.95019 Detection of Ventricular Fibrillation

More information

Procedia Computer Science

Procedia Computer Science Procedia Computer Science 3 (2011) 584 588 Procedia Computer Science 00 (2010) 000 000 Procedia Computer Science www.elsevier.com/locate/procedia www.elsevier.com/locate/procedia WCIT 2010 Diagnosing internal

More information

ONLINE KERNEL AMGLVQ FOR ARRHYTHMIA HEARBEATS CLASSIFICATION. Kampus Unesa Ketintang, Surabaya, Indonesia

ONLINE KERNEL AMGLVQ FOR ARRHYTHMIA HEARBEATS CLASSIFICATION. Kampus Unesa Ketintang, Surabaya, Indonesia Vol. 8, No. 4, Desember 2016 ISSN 0216 0544 e-issn 2301 6914 ONLINE KERNEL AMGLVQ FOR ARRHYTHMIA HEARBEATS CLASSIFICATION a Elly Matul Imah, b R. Sulaiman a,b Mathematics Department, Universitas Negeri

More information

Keywords- Classification algorithm, Hypertensive, K Nearest Neighbor, Naive Bayesian, Data normalization

Keywords- Classification algorithm, Hypertensive, K Nearest Neighbor, Naive Bayesian, Data normalization GLOBAL JOURNAL OF ENGINEERING SCIENCE AND RESEARCHES APPLICATION OF CLASSIFICATION TECHNIQUES TO DETECT HYPERTENSIVE HEART DISEASE Tulasimala B. N* 1, Elakkiya S 2 & Keerthana N 3 *1 Assistant Professor,

More information

WIRELESS ECG. V.RAGHUVEER, Dept of ECE. BRINDAVAN INSTITUTE OF TECHNOLOGY&SCIENCE, Kurnool

WIRELESS ECG. V.RAGHUVEER, Dept of ECE. BRINDAVAN INSTITUTE OF TECHNOLOGY&SCIENCE, Kurnool WIRELESS ECG ABSTRACT V.RAGHUVEER, Dept of ECE BRINDAVAN INSTITUTE OF TECHNOLOGY&SCIENCE, Kurnool Email: raghuveerv1@gmail.com, raghuv.raghuveer@yahoomail.com Mobile No: 09030428059 signals from the monitoring

More information

Fast Efficient Clustering Algorithm for Balanced Data

Fast Efficient Clustering Algorithm for Balanced Data Vol. 5, No. 6, 214 Fast Efficient Clustering Algorithm for Balanced Data Adel A. Sewisy Faculty of Computer and Information, Assiut University M. H. Marghny Faculty of Computer and Information, Assiut

More information

ADDITIONAL DATA PREPROCESSING AND FEATURE EXTRACTION IN AUTOMATIC CLASSIFICATION OF HEARTBEATS

ADDITIONAL DATA PREPROCESSING AND FEATURE EXTRACTION IN AUTOMATIC CLASSIFICATION OF HEARTBEATS ZESZYTY NAUKOWE POLITECHNIKI BIAŁOSTOCKIEJ 2007 Informatyka Zeszyt 2 Paweł Tadejko 1 ADDITIONAL DATA PREPROCESSING AND FEATURE EXTRACTION IN AUTOMATIC CLASSIFICATION OF HEARTBEATS Abstract: The paper presents

More information

Hybrid Feature Selection for Modeling Intrusion Detection Systems

Hybrid Feature Selection for Modeling Intrusion Detection Systems Hybrid Feature Selection for Modeling Intrusion Detection Systems Srilatha Chebrolu, Ajith Abraham and Johnson P Thomas Department of Computer Science, Oklahoma State University, USA ajith.abraham@ieee.org,

More information

Control, Analysis, and Visualization of Body Sensor Streams

Control, Analysis, and Visualization of Body Sensor Streams Control, Analysis, and Visualization of Body Sensor Streams Andrew D. Jurik and Alfred C. Weaver {jurik, weaver}@virginia.edu Department of Computer Science, University of Virginia, Charlottesville, VA,

More information

Tumor Detection and classification of Medical MRI UsingAdvance ROIPropANN Algorithm

Tumor Detection and classification of Medical MRI UsingAdvance ROIPropANN Algorithm International Journal of Engineering Research and Advanced Technology (IJERAT) DOI:http://dx.doi.org/10.31695/IJERAT.2018.3273 E-ISSN : 2454-6135 Volume.4, Issue 6 June -2018 Tumor Detection and classification

More information

Adaptive Medical Feature Extraction for Resource Constrained Distributed Embedded Systems

Adaptive Medical Feature Extraction for Resource Constrained Distributed Embedded Systems Adaptive Medical Feature Extraction for Resource Constrained Distributed Embedded Systems Roozbeh Jafari, Hyduke Noshadi, Soheil Ghiasi and Majid Sarrafzadeh Computer Science Department University of California,

More information

A CONFIGURABLE LOW POWER MIXED SIGNAL FOR PORTABLE ECG MONITORING SYSTEM

A CONFIGURABLE LOW POWER MIXED SIGNAL FOR PORTABLE ECG MONITORING SYSTEM A CONFIGURABLE LOW POWER MIXED SIGNAL FOR PORTABLE ECG MONITORING SYSTEM BAYYA RAMESH 1, P.NAGESWARA RAO 2 1 Bayya Ramesh, student, Vignan institute of Technology &Science, Hyderabad, Telangana, India.

More information

An IoT Real-Time Biometric Authentication System Based on ECG Fiducial Extracted Features Using Discrete Cosine Transform

An IoT Real-Time Biometric Authentication System Based on ECG Fiducial Extracted Features Using Discrete Cosine Transform An IoT Real-Time Biometric Authentication System Based on ECG Fiducial Extracted Features Using Discrete Cosine Transform Ahmed F. Hussein Abbas K. AlZubaidi Ali Al-Bayaty Qais A. Habash Biomedical Eng.

More information

ECG Monitoring System Using Wireless Sensor Network (WSN) for Home Care Environment

ECG Monitoring System Using Wireless Sensor Network (WSN) for Home Care Environment ECG Monitoring System Using Wireless Sensor Network (WSN) for Home Care Environment Prof. Dr. Norsheila Fisal, Department of Telecommunication and Optics, Faculty of Electrical Engineering, University

More information

Heart Disease Prediction on Continuous Time Series Data with Entropy Feature Selection and DWT Processing

Heart Disease Prediction on Continuous Time Series Data with Entropy Feature Selection and DWT Processing Heart Disease Prediction on Continuous Time Series Data with Entropy Feature Selection and DWT Processing 1 Veena N, 2 Dr.Anitha N 1 Research Scholar(VTU), Information Science and Engineering, B M S Institute

More information

Dr. Prof. El-Bahlul Emhemed Fgee Supervisor, Computer Department, Libyan Academy, Libya

Dr. Prof. El-Bahlul Emhemed Fgee Supervisor, Computer Department, Libyan Academy, Libya Volume 5, Issue 1, January 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Performance

More information

Keywords: wearable system, flexible platform, complex bio-signal, wireless network

Keywords: wearable system, flexible platform, complex bio-signal, wireless network , pp.119-123 http://dx.doi.org/10.14257/astl.2014.51.28 Implementation of Fabric-Type Flexible Platform based Complex Bio-signal Monitoring System for Situational Awareness and Accident Prevention in Special

More information

ECG782: Multidimensional Digital Signal Processing

ECG782: Multidimensional Digital Signal Processing ECG782: Multidimensional Digital Signal Processing Object Recognition http://www.ee.unlv.edu/~b1morris/ecg782/ 2 Outline Knowledge Representation Statistical Pattern Recognition Neural Networks Boosting

More information

Fractal dimension to classify the heart sound recordings with KNN and fuzzy c-mean clustering methods

Fractal dimension to classify the heart sound recordings with KNN and fuzzy c-mean clustering methods Journal of Physics: Conference Series PAPER OPEN ACCESS Fractal dimension to classify the heart sound recordings with KNN and fuzzy c-mean clustering methods To cite this article: D Juniati et al 2018

More information

Automatic New Topic Identification in Search Engine Transaction Log Using Goal Programming

Automatic New Topic Identification in Search Engine Transaction Log Using Goal Programming Proceedings of the 2012 International Conference on Industrial Engineering and Operations Management Istanbul, Turkey, July 3 6, 2012 Automatic New Topic Identification in Search Engine Transaction Log

More information

Computer-aided Pre-clinical Trials for Implantable Medical Devices: Test Automation Platform

Computer-aided Pre-clinical Trials for Implantable Medical Devices: Test Automation Platform Computer-aided Pre-clinical Trials for Implantable Medical Devices: Test Automation Platform NSF Summer Undergraduate Fellowship in Sensor Technologies Kevin Volkel, Sunfest Fellow (Electrical Engineering)

More information

NORMALIZATION INDEXING BASED ENHANCED GROUPING K-MEAN ALGORITHM

NORMALIZATION INDEXING BASED ENHANCED GROUPING K-MEAN ALGORITHM NORMALIZATION INDEXING BASED ENHANCED GROUPING K-MEAN ALGORITHM Saroj 1, Ms. Kavita2 1 Student of Masters of Technology, 2 Assistant Professor Department of Computer Science and Engineering JCDM college

More information

Classification of Subject Motion for Improved Reconstruction of Dynamic Magnetic Resonance Imaging

Classification of Subject Motion for Improved Reconstruction of Dynamic Magnetic Resonance Imaging 1 CS 9 Final Project Classification of Subject Motion for Improved Reconstruction of Dynamic Magnetic Resonance Imaging Feiyu Chen Department of Electrical Engineering ABSTRACT Subject motion is a significant

More information

Global Journal of Engineering Science and Research Management

Global Journal of Engineering Science and Research Management A NOVEL HYBRID APPROACH FOR PREDICTION OF MISSING VALUES IN NUMERIC DATASET V.B.Kamble* 1, S.N.Deshmukh 2 * 1 Department of Computer Science and Engineering, P.E.S. College of Engineering, Aurangabad.

More information

Human Identification Based on Electrocardiogram and Palmprint

Human Identification Based on Electrocardiogram and Palmprint International Journal of Electrical and Computer Engineering (IJECE) Vol.2, No.2, April 2012, pp. 261~266 ISSN: 2088-8708 261 Human Identification Based on Electrocardiogram and Palmprint Sara Zokaee*,

More information

Keywords Clustering, Goals of clustering, clustering techniques, clustering algorithms.

Keywords Clustering, Goals of clustering, clustering techniques, clustering algorithms. Volume 3, Issue 5, May 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Survey of Clustering

More information

SUMMARY. One of the major factors limiting but also causing the application of modern technology in

SUMMARY. One of the major factors limiting but also causing the application of modern technology in SUMMARY One of the major factors limiting but also causing the application of modern technology in medicine is the response time to patients, should they need specialized medical care. In this thesis we

More information

Design of a medical-grade QoS metric for wireless environments Kyung-Joon Park 1 *, Hyung-Ho Lee 2, Sunghyun Choi 3 and Kyungtae Kang 4

Design of a medical-grade QoS metric for wireless environments Kyung-Joon Park 1 *, Hyung-Ho Lee 2, Sunghyun Choi 3 and Kyungtae Kang 4 TRANSACTIONS ON EMERGING TELECOMMUNICATIONS TECHNOLOGIES Trans. Emerging Tel. Tech. 2016; 27:1022 1029 Published online 24 March 2014 in Wiley Online Library (wileyonlinelibrary.com)..2819 RESEARCH ARTICLE

More information

P and T-wave Delineation in ECG Signals. Using a Bayesian Approach and a Partially Collapsed Gibbs Sampler

P and T-wave Delineation in ECG Signals. Using a Bayesian Approach and a Partially Collapsed Gibbs Sampler P and T-wave Delineation in ECG Signals Using a Bayesian Approach and a Partially Collapsed Gibbs Sampler Chao Lin, Corinne Mailhes and Jean-Yves Tourneret Abstract Detection and delineation of P and T-waves

More information

Stand Alone Personal Digital Health Monitoring System based on Android OS

Stand Alone Personal Digital Health Monitoring System based on Android OS Stand Alone Personal Digital Health Monitoring System based on Android OS Kevin Paulson Department of Electronics and Telecommunication Fr. C. R. I. T, Vashi Mumbai, India ABSTRACT In this paper, a low

More information

Lightweight Detection of On-body Sensor Impersonator in Body Area Networks

Lightweight Detection of On-body Sensor Impersonator in Body Area Networks Lightweight Detection of On-body Sensor Impersonator in Body Area Networks Liping Xie School of Computer Electronic, and Information, Guangxi University, Nanning, Guangxi, China Email: xie5012@mail.gxu.cn

More information

Classification using Weka (Brain, Computation, and Neural Learning)

Classification using Weka (Brain, Computation, and Neural Learning) LOGO Classification using Weka (Brain, Computation, and Neural Learning) Jung-Woo Ha Agenda Classification General Concept Terminology Introduction to Weka Classification practice with Weka Problems: Pima

More information

Group Description Project Description

Group Description Project Description Using Mobile Devices Coupled with Intelligent Real Time Analaysis for Increased and Better Patient Care. Thesis Proposal, 6.199 Student: Sanjay K. Rao Thesis Advisor: Dr. William Long, Clinical Decision

More information

Project 1: Analyzing and classifying ECGs

Project 1: Analyzing and classifying ECGs Project 1: Analyzing and classifying ECGs 1 Introduction This programming project is concerned with automatically determining if an ECG is shockable or not. For simplicity we are going to only look at

More information

Preprocessing of Stream Data using Attribute Selection based on Survival of the Fittest

Preprocessing of Stream Data using Attribute Selection based on Survival of the Fittest Preprocessing of Stream Data using Attribute Selection based on Survival of the Fittest Bhakti V. Gavali 1, Prof. Vivekanand Reddy 2 1 Department of Computer Science and Engineering, Visvesvaraya Technological

More information

NOVEL HYBRID GENETIC ALGORITHM WITH HMM BASED IRIS RECOGNITION

NOVEL HYBRID GENETIC ALGORITHM WITH HMM BASED IRIS RECOGNITION NOVEL HYBRID GENETIC ALGORITHM WITH HMM BASED IRIS RECOGNITION * Prof. Dr. Ban Ahmed Mitras ** Ammar Saad Abdul-Jabbar * Dept. of Operation Research & Intelligent Techniques ** Dept. of Mathematics. College

More information

Computer-Aided Diagnosis in Abdominal and Cardiac Radiology Using Neural Networks

Computer-Aided Diagnosis in Abdominal and Cardiac Radiology Using Neural Networks Computer-Aided Diagnosis in Abdominal and Cardiac Radiology Using Neural Networks Du-Yih Tsai, Masaru Sekiya and Yongbum Lee Department of Radiological Technology, School of Health Sciences, Faculty of

More information

Using Genetic Algorithms to Improve Pattern Classification Performance

Using Genetic Algorithms to Improve Pattern Classification Performance Using Genetic Algorithms to Improve Pattern Classification Performance Eric I. Chang and Richard P. Lippmann Lincoln Laboratory, MIT Lexington, MA 021739108 Abstract Genetic algorithms were used to select

More information

Cardiac Dysrhythmia Detection with GPU-Accelerated Neural Networks

Cardiac Dysrhythmia Detection with GPU-Accelerated Neural Networks Additional Features ECG Signal Cardiac Dysrhythmia Detection with GPU-Accelerated Neural Networks Albert Haque Computer Science Department, Stanford University AHAQUE@CS.STANFORD.EDU Abstract Cardiac dysrhythmia

More information

Automatic Paroxysmal Atrial Fibrillation Based on not Fibrillating ECGs. 1. Introduction

Automatic Paroxysmal Atrial Fibrillation Based on not Fibrillating ECGs. 1. Introduction 94 2004 Schattauer GmbH Automatic Paroxysmal Atrial Fibrillation Based on not Fibrillating ECGs E. Ros, S. Mota, F. J. Toro, A. F. Díaz, F. J. Fernández Department of Architecture and Computer Technology,

More information

Global Journal of Engineering Science and Research Management

Global Journal of Engineering Science and Research Management ADVANCED K-MEANS ALGORITHM FOR BRAIN TUMOR DETECTION USING NAIVE BAYES CLASSIFIER Veena Bai K*, Dr. Niharika Kumar * MTech CSE, Department of Computer Science and Engineering, B.N.M. Institute of Technology,

More information

Cardio-Thoracic Ratio Measurement Using Non-linear Least Square Approximation and Local Minimum

Cardio-Thoracic Ratio Measurement Using Non-linear Least Square Approximation and Local Minimum Cardio-Thoracic Ratio Measurement Using Non-linear Least Square Approximation and Local Minimum Wasin Poncheewin 1*, Monravee Tumkosit 2, Rajalida Lipikorn 1 1 Machine Intelligence and Multimedia Information

More information

Toward An IoT-based Expert System for Heart Disease Diagnosis

Toward An IoT-based Expert System for Heart Disease Diagnosis Do Thanh Thai et al. MAICS 2017 pp. 157 164 Toward An IoT-based Expert System for Heart Disease Diagnosis Do Thanh Thai 1, Quang Tran Minh 1, Phu H. Phung 2 1 Ho Chi Minh City University of Technology,

More information

Journal of Asian Scientific Research FEATURES COMPOSITION FOR PROFICIENT AND REAL TIME RETRIEVAL IN CBIR SYSTEM. Tohid Sedghi

Journal of Asian Scientific Research FEATURES COMPOSITION FOR PROFICIENT AND REAL TIME RETRIEVAL IN CBIR SYSTEM. Tohid Sedghi Journal of Asian Scientific Research, 013, 3(1):68-74 Journal of Asian Scientific Research journal homepage: http://aessweb.com/journal-detail.php?id=5003 FEATURES COMPOSTON FOR PROFCENT AND REAL TME RETREVAL

More information

FEATURE EVALUATION FOR EMG-BASED LOAD CLASSIFICATION

FEATURE EVALUATION FOR EMG-BASED LOAD CLASSIFICATION FEATURE EVALUATION FOR EMG-BASED LOAD CLASSIFICATION Anne Gu Department of Mechanical Engineering, University of Michigan Ann Arbor, Michigan, USA ABSTRACT Human-machine interfaces (HMIs) often have pattern

More information

Statistical Analysis and Optimization of Classification Methods of Big Data in Medicine

Statistical Analysis and Optimization of Classification Methods of Big Data in Medicine Advances in Smart Systems Research ISSN 2050-8662 Vol. 6. No. 2 : pp.41-54 : k17is-223 International Conference on Knowledge Based and Intelligent Information and Engineering Systems, KES2017, 6-8 September

More information

Operating Instructions Vision Holter Analysis System Software Version 3.5

Operating Instructions Vision Holter Analysis System Software Version 3.5 Operating Instructions Vision Holter Analysis System Software Version 3.5 Part No. 70-01234-01 Rev. A Copyright 2012 Cardiac Science Corporation All rights reserved. Cardiac Science Corporation N7 W22025

More information

mhealth Applications in CVD Prevention and Treatment Intersection of mhealth and CVD Physical Activity 2/18/2015

mhealth Applications in CVD Prevention and Treatment Intersection of mhealth and CVD Physical Activity 2/18/2015 mhealth Applications in CVD Prevention and Treatment Theodore Feldman, MD, FACC, FACP Medical Director, Center for Prevention and Wellness at Baptist Health South Florida Medical Director, Miami Cardiac

More information

COMPARISON OF DIFFERENT CLASSIFICATION TECHNIQUES

COMPARISON OF DIFFERENT CLASSIFICATION TECHNIQUES COMPARISON OF DIFFERENT CLASSIFICATION TECHNIQUES USING DIFFERENT DATASETS V. Vaithiyanathan 1, K. Rajeswari 2, Kapil Tajane 3, Rahul Pitale 3 1 Associate Dean Research, CTS Chair Professor, SASTRA University,

More information

Classification and Optimization using RF and Genetic Algorithm

Classification and Optimization using RF and Genetic Algorithm International Journal of Management, IT & Engineering Vol. 8 Issue 4, April 2018, ISSN: 2249-0558 Impact Factor: 7.119 Journal Homepage: Double-Blind Peer Reviewed Refereed Open Access International Journal

More information

The Evolving Role of Primary Care and Technology in Cardiology

The Evolving Role of Primary Care and Technology in Cardiology The Evolving Role of Primary Care and Technology in Cardiology Peter Tilkemeier, MD, MMM, FACC Chair, Department of Medicine Greenville Health System Professor, University of South Carolina School of Medicine

More information

The framework of the BCLA and its applications

The framework of the BCLA and its applications NOTE: Please cite the references as: Zhu, T.T., Dunkley, N., Behar, J., Clifton, D.A., and Clifford, G.D.: Fusing Continuous-Valued Medical Labels Using a Bayesian Model Annals of Biomedical Engineering,

More information

Patient Simulator Series

Patient Simulator Series 7 Multi-Parameter Simulators Features - PS-2200 Series ± Simple to Operate ± Independent Lead Outputs produce a true 12 Lead ECG Signal ± 1, 2 or 4 Invasive BP Channels ± All BP Waveforms Available on

More information

Data Cleaning and Prototyping Using K-Means to Enhance Classification Accuracy

Data Cleaning and Prototyping Using K-Means to Enhance Classification Accuracy Data Cleaning and Prototyping Using K-Means to Enhance Classification Accuracy Lutfi Fanani 1 and Nurizal Dwi Priandani 2 1 Department of Computer Science, Brawijaya University, Malang, Indonesia. 2 Department

More information

A Comparative Study of Selected Classification Algorithms of Data Mining

A Comparative Study of Selected Classification Algorithms of Data Mining 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. 4, Issue. 6, June 2015, pg.220

More information

The importance of adequate data pre-processing in early diagnosis: classification of arrhythmias, a case study

The importance of adequate data pre-processing in early diagnosis: classification of arrhythmias, a case study Data Management and Security 233 The importance of adequate data pre-processing in early diagnosis: classification of arrhythmias, a case study A. Rabasa 1, A. F. Compañ 2, J. J. Rodríguez-Sala 1 & L.

More information

A Distributed Decisive Support Disease Prediction Algorithm for E-Health Care with the Support of JADE

A Distributed Decisive Support Disease Prediction Algorithm for E-Health Care with the Support of JADE International Journal of Computational Engineering Research Vol, 03 Issue, 4 A Distributed Decisive Support Disease Prediction Algorithm for E-Health Care with the Support of JADE O.Saravanan 1, Dr.A.Nagappan

More information

Heart Disease Detection using EKSTRAP Clustering with Statistical and Distance based Classifiers

Heart Disease Detection using EKSTRAP Clustering with Statistical and Distance based Classifiers IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 18, Issue 3, Ver. IV (May-Jun. 2016), PP 87-91 www.iosrjournals.org Heart Disease Detection using EKSTRAP Clustering

More information

A Comparative Study of Hidden Markov Model and Support Vector Machine in Anomaly Intrusion Detection

A Comparative Study of Hidden Markov Model and Support Vector Machine in Anomaly Intrusion Detection A Comparative Study of Hidden Markov Model and Support Vector Machine in Anomaly Intrusion Detection Ruchi Jain, Nasser S. Abouzakhar School of Computer Science School of Computer Science University of

More information

Some questions of consensus building using co-association

Some questions of consensus building using co-association Some questions of consensus building using co-association VITALIY TAYANOV Polish-Japanese High School of Computer Technics Aleja Legionow, 4190, Bytom POLAND vtayanov@yahoo.com Abstract: In this paper

More information

HE/LX Analysis Software Operator s Manual

HE/LX Analysis Software Operator s Manual HE/LX Analysis Software Operator s Manual Pro / Enhanced Plus / Enhanced added features Sleep-Apnea / Edits Software version: 6.0b Part number: NEMM027_Rev_L Update Date: May 2018 Copyright 2007-2018 All

More information

Dynamic Clustering of Data with Modified K-Means Algorithm

Dynamic Clustering of Data with Modified K-Means Algorithm 2012 International Conference on Information and Computer Networks (ICICN 2012) IPCSIT vol. 27 (2012) (2012) IACSIT Press, Singapore Dynamic Clustering of Data with Modified K-Means Algorithm Ahamed Shafeeq

More information