Development of a Vital Sign Data Mining System for Chronic Patient Monitoring

Size: px
Start display at page:

Download "Development of a Vital Sign Data Mining System for Chronic Patient Monitoring"

Transcription

1 Development of a Vital Sign Data Mining System for Chronic Patient Monitoring Vincent S. Tseng 1 Lee-Cheng Chen 1 Chao-Hui Lee 1 Jin-Shang Wu 2 Yu-Chia, Hsu 3 1 Dept. of Computer Science and Information Engineering, National Cheng Kung University, Taiwan, R.O.C. 2 Dept. of Family Medicine, National Cheng Kung University Hospital, Taiwan, R.O.C. 3 Southern Innovation Center, Institute for Information Industry, Taiwan, R.O.C. tsengsm@mail.ncku.edu.tw Abstract In recent years, the structure of global population keeps going towards highly-aged continuously. The development of chronic patient medical care system becomes important and meaningful since people paid a lot attention to medical prevention. The medical care system has to provide alerts in time before the severe chronic illness occurs, such as stroke, diabetics, heart disease. Thus, necessary procedures can be taken in short time to save one precious life. In this paper, we presented a data mining system for chronic patient monitoring with applications on caring of cardiovascular patients. By mining vital signs like ECG, the system can predict with a classification tree and inform doctors to take actions if any anomaly could happen. A series of experiments on PAF data showed that our system can stably predict the anomaly from patients ECG data without coding of medical rules as done in other existing approaches. Keyword: Data mining, Electrocardiogram analysis, Patient monitoring system, Vital sign analysis 1. Introduction With the development of global civilization and industry, the structure of global population keeps going towards highly-aged continuously. It makes the old-aged medical care more important. If we can take notice on patient s vital signs like electrocardiogram (ECG), blood pressure, heart beat and body temperature, it is very likely that we can make appropriate care procedure on the patients in time. Therefore, it is valuable to develop medical care and monitoring techniques. The main function of a medical monitoring system is to receive the vital signs of patients to monitor their status. Under the procedure of monitoring, it can provide alerts and proper medical decisions to paramedics based on the collected data. Figure 1 shows the workflow for patient vital sign monitoring. Our goal is focused on developing a data mining system for analyzing the vital signs of chronic patients. For applications, we treated illness related to ECG as application since ECG has been proved effective in clinical medicine for years. We sought for doctors professional opinions since the signatures and diagnoses already had explicit directions. Moreover, we proposed a chronic illness predicting mechanism to explore the relation between bio-signals and illness changes. Therefore, prediction model building could be applied to various chronic illnesses corresponding to patients bio-signals. For a period of ECG, we allocate P wave, QRS complex and T wave with medical knowledge. The period of each waveform has a static rhythm, as shown in Figure 2. Lab Sample Life Support Equipment Patient Bio-monitoring System Signal 病 Patient 人 Pharmacy Receive Data Diagnosis Treatment Lab Result Equipment Setting Doctor Nurse Figure 1. Workflow for patient vital sign monitoring. The structure of this paper is organized as follows: We discuss related works in Section 2, and section 3 gives a detail description of the vital sign monitoring system we proposed. Section 4 describes the experiments and performance evaluation. Finally, we make a conclusion and future work in section 5. R P Q T S Figure 2. A rhythm map of ECG waveform. -1-

2 2. Related Work The traditional patient monitoring system was proposed by Puers [8] in Its structure contains data receiving, transmission, paramedics and functional components. The main part of this structure is to process patients vital signs by equipments and send to paramedics and expert system to make diagnoses. Alonso et al. [1] [8] proposed a leading system as shown in Figure 3. Bio-signal time series were transformed by Fourier Transform and indexed by R* Tree. It could introduce a general model and rule set to treatment unit. DataBase Step Step 1 Step Step 2 Step Step 3 Using the discrete Creating R* tree Fourier transform classification Creating reference model for popular groups Support Action Treatment RuleBase Step Step 4 Suggestions Figure 3. Structure of patient monitoring as proposed by Alonso et al. There are some related studies to bio-signal analysis, such as ECG analysis and parsing. For instance, Wolff el al. [4] used a non-supervised to diagnose via bio-information, or detect apnea by ECG [6] [7]. Even more, the complete hardware equipment [5] applied to daily life care. The above methods were traditional statistics basically. They could achieve certain results, yet in tremendous data the precision and time cost performed relatively lower. W. Zong [11] pointed out that Paroxysmal Atrial Fibrillation (PAF) is related to the occurrence of Atrial Premature Contraction (APC) and the closer to the point of PAF, the more impact of APC. For this kind of approach, some medical rules have to be set in advance. This might not be feasible in some applications, e.g., analysis of new diseases. Therefore, we presented a general data mining system for patient monitoring in this paper without requirements of coding medical rules in advance. 3. Patient Monitoring System 3.1 Problem Definition We assumed that patients illnesses are often related to some kinds of their bio-signals. By observing those bio-signals and adopting corresponding medical attributes identified by professional doctors, we are able to build a classification tree based on target illness with data mining methods. Thus doctors could take suggestions of the system into account and diagnose more properly. 3.2 System Flow Figure 4 shows the flow of patient monitoring system proposed in this study. The flow could be separated into several parts as described in the following. Firstly, the system caught patient s raw bio-signals. For training data, a diagnosis would be given, such as normal or abnormal. We then derive some bio-indicators through the doctors domain knowledge based on the illness. With the stage, the rule s reliability and precision could be enhanced. With these indicators, we transformed raw bio-signals into an attribute table and performed data mining skills to generate a classification tree. Finally, this tree could be applied to clinical diagnoses. The next paragraph will describe the realization of the system. Raw bio-signal (i.e. ECG) Experts identified key indicators Extract value from raw bio-signal Perform data mining on all attribute Generate classification rule Diagnosis will be given in train set i.e.:heart rate,count of APC Output Figure 4. Flow of patient monitoring system. 3.3 The realization of patient monitoring system Since raw bio-signal data are usually consecutive time series sequences, we identified some medical reference points by tools provided from WFDB [12]. Then, we preprocessed signals for easier reading thereafter through bio-indicators recommended by doctors. Because patients bio-signals have individual differences, we proposed a mechanism to numerate and emphasize the attributes which doctors recommended in order to simplify the construction of classification model. Figure 5 shows the idea of the extreme pattern statistics we proposed. This method normalized raw bio-signals first and then treated each attribute as a distribution. We divided this distribution into 100 parts between the maximum and minimum and set a threshold parameter α. Then we extracted α percent data of both side endpoints and calculated their origin average and standard deviation to fully record the characteristic of this attribute. We did the above procedure for every attribute that doctors recommended and recorded the distribution of characteristic such as the number of anomaly and average. We set a parameter β for processing simplicity. The parameter β is for dividing the whole bio-signal as β segments to perform easier on time series. It contains the same attributes in each segment. A weight of a segment would be given then after considering the importance of medical theory, doctors recommendation and the time impact of attributes. For example, the doctors -2-

3 recommended attributes as {a 1,a 2, a 3,, a k } for an illness and we divided a bio-signal into segments of {S 1,S 2, S 3,, S β }. Thus, every segment S n contains attributes {a n1, a n2, a n3,, a nk }. We assume the weight of S n is W n, and we calculated extended attributes a j, as shown below. β ' j i, j i i= 1 a = a W,1 j k By applying the above procedure, we could have a set of attributes as {a xy 1 x β, 1 y k} {a j 1 j k}. Thus the above data could serve as training data in building the classification model. Table 1 shows the table for numerical attributes after preprocessing. In order to focus on various data and illness more preciously, we adopted a multi-classifiers method to build classification model. F-measure was used to evaluate all classifiers in this kernel as shown below: 2 precision 2 TP F measure = = + precision 2 TP + FP + FN The evaluation of F-measure takes and precision into consideration to prevent a high and high false positive situation. Based on known data, we can choose the classifier with the highest F-measure value in multi-classifiers for further anomaly detection and diagnosis kernel, as shown in Figure 6. With the previous built classification model, we could give the preprocessed raw bio-signals into this model and decide whether this case is normal or at risk. Occurrence The whole value Abnormal: α% we divided ECG into 3 segments, that is, β=3. Data Table Classifier 1 Model 1 Classifier 2 Model 2 Classifier N Model N Figure 6. Multi-classifiers evaluation. Classification Rule Table 1. Example data after preprocessing. Case 1 Case m Case m+1 Case n Attribute A Attribute B Attribute X Diagnosis Value A 1 Value A 1 Value X 1 Normal Normal Abnormal Abnormal A classification result is shown in Table 3. The indicators for evaluating the system are mainly precision and and aided with false positive (FP), as follows: X + W precision =, X + Y + Z + W Y FP = Y + W W = Z + W Table 2. PAF dataset. Train sets Test sets Normal Patients Non-Immediate Risk (No PAF 45minutes later PAF or former) Patients Patient with PAF in minutes later Minima Normal part: 100-2α% Value Maxima Table 3. Diagram of a classification result. Prediction Class Normal Abnormal Normal X Y Abnormal Z W Figure 5. Diagram of extreme pattern statistics. 4. Experimental Evaluation 4.1 Experiment Dataset The bio-signals used in the following experiments were obtained from PhysioNet [15]. From this source, we chose the PAF Database [13] for our experiment samples which are ECG signals in 30 minute long. The dataset includes 100 training instances, which have 50 normal patients and 100 test instances, as shown in Table 2. This study mainly targeted on the patients with PAF. Based on suggestions from a medical expert, 4.2 Experimental Evaluation Extreme Pattern Statistics We tested different settings of α in extreme pattern statistics for classification. The training sets were taken to do the inner test. Figure 7 shows the experimental results. When α =95 or 90, the precision outperformed others. Besides, the under α=90 is better than that under α=95. Thus, we set α=90 for our further experiments Evaluation of Multi-classifiers -3-

4 We used different kinds of classifiers provided by WEKA [3], and the evaluation results are shown in Table 4. Obviously NaiveBayes could achieve 68% of. Besides this, we chose J48 classifier for the following experiments since it generates a rule-based classifier rapidly. Based on the above, we adopted NaiveBayes and J48 to build multi-classifiers of the system. 100% 80% 60% 40% 20% 0% 40% 50% 60% 70% 80% 90% 95% α% Figure 7. Extreme pattern statistics Effects of number of Attributes According to medical expert s recommendations, we experimented two sets of attributes, shown as follows (avg abbreviates for average and stdev for standard deviation): Set A avg, stdev of P-wave length s difference avg, stdev of P-wave amplitude s difference avg, stdev of R-wave length s difference avg, stdev of T-wave length s difference avg, stdev of T-wave amplitude s difference count, avg, stdev of time lag between T and P-wave count,avg,stdev of time lag between P and Q-wave weighted attributes of the above Set B count of P-wave length difference count of P-wave amplitude difference count of R-wave length difference count of T-wave length difference count of T-wave amplitude difference weighted attributes of the above Set B enhanced the attributes of Set A and included weighted attributes as well. The result is shown in Table 5. We compared those two combinations of attribute sets mainly in the NaiveBayes classifier. Set B had better than Set A and reduced false positive as well Effects of Weighting Precision Recall In previous experiments, we introduced a weight mechanism on 3 segments. According to the studies of references and the doctor s recommendation, we gave more weight for the segment near the endpoints of data. We tested certain kinds of weight methods and their value: linear weight <1,2,3> square weight <1,2,4> square weight <1,3,9> square weight <1,5,25> We chose 5-Fold validation method to repeatedly test upon the above weight policies, shown in Table 6. In aspect of, linear weight <1,2,3> was less than square weight <1,2,4> and <1,3,9>, yet square weight <1,3,9> and <1,5,25> were similar to square weight <1,2,4>. In another aspect of precision, all weight skills performed the same. Briefly speaking, square weight <1, 2, 4> was better since we emphasized on the outcome of. Table 4. Multi-classifiers experiment. false positive NaiveBayesSimple 68% 67% NaiveBayes 68% 69% libsvm 61% 76% Radial Basis Function 57% 56% Random-ForestTree 39% 21% J48 32% 26% 1-NN Classification 29% 26% NaiveBayes-Multi 29% 36% LogitRegression Tree 25% 36% Classification Tree 21% 19% Probit-Regression Tree 21% 35% ADTree 18% 25% RandomForest 7% 4% Table 5. Comparison of number of attributes. NaiveBayes NaiveBayes J48 false positive Set A 67% 69% 32% Set B 75% 55% 28% Table 6. Comparison of weight experiment. precision <1,2,3> 56.32% 63.14% <1,2,4> 54.64% 68.97% <1,3,9> 56.32% 69.00% <1,5,25> 57.76% 57.42% Effects of the Length of Bio-signals Currently we experimented with 30 minutes ECG and we discuss on different lengths of bio-signals in this paragraph. We extracted the beginning 5 minutes, 15 minutes, and the whole 30 minutes in the ECG data and made an experiment shown in Table 7.In the aspect of, 30 minutes ECG data performed more stable than any other time sample. However, the sample of 5-4-

5 minutes ECG could achieve 61.48% of precision and relatively low 46% of. We inferred that the normal patterns are more obvious in short time and the abnormal patterns need a long observation. The length of bio-signals had not much impact on precision in this experiment, but longer bio-signals definitely are good for the diagnoses of illnesses. Table 7. Effects of bio-signals length. precision 5 minutes 61.48% 46% 15 minutes 54.52% 59.71% 30 minutes 54.64% 68.97% 4.3 General Experimental Result We showed the adjustment on parameters and data types through the above experiments. For PAF, the whole setting and experiment results are described as follows: 1. We got 30 minutes ECG in PAF and set β=3 to divide data into 3 segments. 2. By medical expert s recommendation in section 4.2.3, we extracted each attribute with respect to every segment. 3. We transformed data by using extreme pattern statistics and set α=90 to get the attribute table such as Table We extended the attributes with a weight <1,2,4> in the attribute table 5. Finally the multi-classifiers read the preprocessed attribute table to build PAF classification model. We evaluated J48 and NaiveBayes classifier via F-measure and chose better one for the classification kernel. 6. We tested performance by 5-Fold validation. The experiment showed that this system could achieve 54% of precision and 68.97% of. In the PhysioNet 2001 Challenge Event 2 (PAF Prediction) [14], the was ranged between 54% and 79%. The system of this research can achieve stable 68.97% of. 5. Conclusion and Future Work We have presented a data mining system for chronic patient monitoring with applications on caring of cardiovascular patients. By the operation of this system, we could aid general and chronic illnesses diagnoses. Based on the designed architecture, we completed an analysis and prediction system on chronic illnesses via ECG. This system could do analysis and prediction to assist the care and diagnoses in clinical medical related to ECG. The followings are the main characteristics of the system: 1. A foundation based on light medical knowledge: This system was not a fully independent auto system. We still required experts to list the features of bio-signals. This mechanism could avoid irrelevant information to affect the system and ensure the medical basis of the results. However, only light medical knowledge instead of precise medical rules is needed in our system. 2. Feature extraction in periodic data: This system adopted segmentation skill and extreme pattern statistics. Segmentation skill could avoid the missing impact of relatively infrequent patterns to data mining and emphasize the signal signature in the period of time. Extreme pattern statistics could calculate the changes of attributes in each segment and make a great contribution to illness data analysis and mining. 3. Adaptive structure to data signatures: Our structure has considered medical factors with various bio-signals. Therefore, the operation of this system did not adapt to a kind of signal only. The embedded multi-classifiers could improve the flexibility of data requirements. 4. Stable analysis results: Based on real data experiments, we observed that system could have a certain precision and to illness prediction. For public test data PAF, the system could maintain stable sensitivity and the result was not far from the achievement of medical approval. This shows that the system had stable results in bio-signal analysis and illness prediction. Our research had completed a system design and requirement for chronic patient bio-signal data mining techniques and validated the possibility by real data. Currently we applied the system to illness related to ECG only. For the future work, we pointed out some possible aspects here: 1. The reduction of parameters: Besides the doctors recommendation, this system still had to set three parameters. We would like to reduce the number of parameters or provide a parameter-free system. 2. The application of bio-signals: This system took ECG into consideration for now. We would hope to combine time series, such as blood pressure and breathe, to enhance the analysis and the feasibility with kinds of illness. 3. The choice of multi-classifiers: This system adopted a measuring indicator to use a better classifier only. We would like to combine the results of multi- classifiers to achieve a higher performance. Acknowledgement This research was supported by the Applied Information Services Development & Integration project of Institute for Information Industry and sponsored by MOEA, Taiwan, R.O.C. under grant no IA95H01311D01. References [1] F. Alonso, J. P. Caraca-Valente, L. Martinez, C. Montes, Discovering similar patterns for characterizing time series in a medical domain, Proceedings IEEE International Conference on Data Mining, 2001, pp [2] N. Friedman, D. Geiger, M. Goldszmidt, Bayesian Network Classifiers, Machine Learning, vol. 29, -5-

6 1997, pp [3] E. Frank, M. A. Hall, G. Holmes, R. Kirkby, B. Pfahringer, I. H. Witten, Weka - a machine learning workbench for data mining, The Data Mining and Knowledge Discovery Handbook, Springer, 2005, pp [4] J. G. Wolff, Medical diagnosis as pattern recognition in a framework of information compression by multiple alignment, unification and search, Elsevier Decision Support Systems, [5] R. Jafari, F. Dabiri, P. Brisk, M. Sarrafzadeh, "Reconfigurable Fabric Vest for Fatal Heart Disease Prevention," Journal of Embedded Computing (JEC), [6] J. N. McNames, A. M. Fraser, Obstructive Sleep Apnea Classification Based on Spectrogram Patterns in the Electrocardiogram, Proceedings Computers in Cardiology, [7] T. Penzel, J. McNames, A. Murray, P. de Chazal, G. Moody, B. Raymond, "Systematic comparison of different algorithms for apnoea detection based on electrocardiogram recordings," Med Biol Eng Computer, vol. 40, 2002, pp [8] B. Puers, W. Sansen, K.U. Leuven, Patient monitoring systems, VLSI and Microelectronic Applications in Intelligent Peripherals and their Interconnection Networks, 1989,pp. 3/152-3/157 [9] R.Watrous, G. Towell, A Patient Adaptive Neural Network ECG Patient Monitoring Algorithm, Proceedings Computers in Cardiology, [10] I. H. Witten, E. Frank, Data Mining: Practical Machine Learning Tools and Techniques (Second Edition), Morgan Kaufmann, [11] W. Zong, R. Mukkamala, R. G. Mark, A Methodology for Predicting Paroxysmal Atrial Fibrillation Based on ECG Arrhythmia Feature Analysis, Proceedings Computer in Cardiology,2001 [12] WFDB Software Package, [13] PAF Prediction Challenge Database, [14] Computers in Cardiology Challenge 2001 Top Scores, shtml [15] PhysioNet, -6-

Feature Vector Selection for Automatic Classification of ECG Arrhythmias

Feature Vector Selection for Automatic Classification of ECG Arrhythmias Feature Vector Selection for Automatic Classification of ECG Arrhythmias Ch.Venkanna 1, B. Raja Ganapathi 2 Assistant Professor, Dept. of ECE, G.V.P. College of Engineering (A), Madhurawada, A.P., India

More information

Predicting the Risk of Heart Attacks using Neural Network and Decision Tree

Predicting the Risk of Heart Attacks using Neural Network and Decision Tree Predicting the Risk of Heart Attacks using Neural Network and Decision Tree S.Florence 1, N.G.Bhuvaneswari Amma 2, G.Annapoorani 3, K.Malathi 4 PG Scholar, Indian Institute of Information Technology, Srirangam,

More information

Detection of Heart Diseases by Mathematical Artificial Intelligence Algorithm Using Phonocardiogram Signals

Detection of Heart Diseases by Mathematical Artificial Intelligence Algorithm Using Phonocardiogram Signals International Journal of Innovation and Applied Studies ISSN 2028-9324 Vol. 3 No. 1 May 2013, pp. 145-150 2013 Innovative Space of Scientific Research Journals http://www.issr-journals.org/ijias/ Detection

More information

Data Mining Application in Direct Marketing: Identifying Hot Prospects for Banking Product

Data Mining Application in Direct Marketing: Identifying Hot Prospects for Banking Product Data Mining Application in Direct Marketing: Identifying Hot Prospects for Banking Product Sagarika Prusty Web Data Mining (ECT 584),Spring 2013 DePaul University,Chicago sagarikaprusty@gmail.com Keywords:

More information

A NEW DECISION TREE METHOD FOR DATA MINING IN MEDICINE

A NEW DECISION TREE METHOD FOR DATA MINING IN MEDICINE A NEW DECISION TREE METHOD FOR DATA MINING IN MEDICINE Kasra Madadipouya 1 1 Department of Computing and Science, Asia Pacific University of Technology & Innovation ABSTRACT Today, enormous amount of data

More information

Semantic Video Annotation by Mining Association Patterns from Visual and Speech Features

Semantic Video Annotation by Mining Association Patterns from Visual and Speech Features Semantic Video Annotation by Mining Association Patterns from and Speech Features Vincent. S. Tseng, Ja-Hwung Su, Jhih-Hong Huang and Chih-Jen Chen Department of Computer Science and Information Engineering

More information

Keywords Data mining, Classification Algorithm, Decision tree, J48, Random forest, Random tree, LMT, WEKA 3.7. Fig.1. Data mining techniques.

Keywords Data mining, Classification Algorithm, Decision tree, J48, Random forest, Random tree, LMT, WEKA 3.7. Fig.1. Data mining techniques. International Journal of Emerging Research in Management &Technology Research Article October 2015 Comparative Study of Various Decision Tree Classification Algorithm Using WEKA Purva Sewaiwar, Kamal Kant

More information

Experiments in Web Page Classification for Semantic Web

Experiments in Web Page Classification for Semantic Web Experiments in Web Page Classification for Semantic Web Asad Satti, Nick Cercone, Vlado Kešelj Faculty of Computer Science, Dalhousie University E-mail: {rashid,nick,vlado}@cs.dal.ca Abstract We address

More information

Data Mining for Manufacturing: Preventive Maintenance, Failure Prediction, Quality Control

Data Mining for Manufacturing: Preventive Maintenance, Failure Prediction, Quality Control Data Mining for Manufacturing: Preventive Maintenance, Failure Prediction, Quality Control Andre BERGMANN Salzgitter Mannesmann Forschung GmbH; Duisburg, Germany Phone: +49 203 9993154, Fax: +49 203 9993234;

More information

Chapter 6. The stacking ensemble approach

Chapter 6. The stacking ensemble approach 82 This chapter proposes the stacking ensemble approach for combining different data mining classifiers to get better performance. Other combination techniques like voting, bagging etc are also described

More information

Data Quality Mining: Employing Classifiers for Assuring consistent Datasets

Data Quality Mining: Employing Classifiers for Assuring consistent Datasets Data Quality Mining: Employing Classifiers for Assuring consistent Datasets Fabian Grüning Carl von Ossietzky Universität Oldenburg, Germany, fabian.gruening@informatik.uni-oldenburg.de Abstract: Independent

More information

1. Classification problems

1. Classification problems Neural and Evolutionary Computing. Lab 1: Classification problems Machine Learning test data repository Weka data mining platform Introduction Scilab 1. Classification problems The main aim of a classification

More information

Comparative Analysis of Classification Algorithms on Different Datasets using WEKA

Comparative Analysis of Classification Algorithms on Different Datasets using WEKA Volume 54 No13, September 2012 Comparative Analysis of Classification Algorithms on Different Datasets using WEKA Rohit Arora MTech CSE Deptt Hindu College of Engineering Sonepat, Haryana, India Suman

More information

Software Tool for Cardiologic Data Processing

Software Tool for Cardiologic Data Processing Software Tool for Cardiologic Data Processing BIOSIGNAL 2010 Michal Huptych, Lenka Lhotská Czech Technical University in Prague, FEE, Department of Cybernetics huptycm@fel.cvut.cz 1 Introduction Standard

More information

INTERNATIONAL JOURNAL FOR ENGINEERING APPLICATIONS AND TECHNOLOGY DATA MINING IN HEALTHCARE SECTOR. ankitanandurkar2394@gmail.com

INTERNATIONAL JOURNAL FOR ENGINEERING APPLICATIONS AND TECHNOLOGY DATA MINING IN HEALTHCARE SECTOR. ankitanandurkar2394@gmail.com IJFEAT INTERNATIONAL JOURNAL FOR ENGINEERING APPLICATIONS AND TECHNOLOGY DATA MINING IN HEALTHCARE SECTOR Bharti S. Takey 1, Ankita N. Nandurkar 2,Ashwini A. Khobragade 3,Pooja G. Jaiswal 4,Swapnil R.

More information

Introducing diversity among the models of multi-label classification ensemble

Introducing diversity among the models of multi-label classification ensemble Introducing diversity among the models of multi-label classification ensemble Lena Chekina, Lior Rokach and Bracha Shapira Ben-Gurion University of the Negev Dept. of Information Systems Engineering and

More information

ECG Signal Analysis Using Wavelet Transforms

ECG Signal Analysis Using Wavelet Transforms Bulg. J. Phys. 35 (2008) 68 77 ECG Signal Analysis Using Wavelet Transforms C. Saritha, V. Sukanya, Y. Narasimha Murthy Department of Physics and Electronics, S.S.B.N. COLLEGE (Autonomous) Anantapur 515

More information

Healthcare Measurement Analysis Using Data mining Techniques

Healthcare Measurement Analysis Using Data mining Techniques www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 03 Issue 07 July, 2014 Page No. 7058-7064 Healthcare Measurement Analysis Using Data mining Techniques 1 Dr.A.Shaik

More information

Artificial Neural Network Approach for Classification of Heart Disease Dataset

Artificial Neural Network Approach for Classification of Heart Disease Dataset Artificial Neural Network Approach for Classification of Heart Disease Dataset Manjusha B. Wadhonkar 1, Prof. P.A. Tijare 2 and Prof. S.N.Sawalkar 3 1 M.E Computer Engineering (Second Year)., Computer

More information

Data Mining Solutions for the Business Environment

Data Mining Solutions for the Business Environment Database Systems Journal vol. IV, no. 4/2013 21 Data Mining Solutions for the Business Environment Ruxandra PETRE University of Economic Studies, Bucharest, Romania ruxandra_stefania.petre@yahoo.com Over

More information

Choosing the Best Classification Performance Metric for Wrapper-based Software Metric Selection for Defect Prediction

Choosing the Best Classification Performance Metric for Wrapper-based Software Metric Selection for Defect Prediction Choosing the Best Classification Performance Metric for Wrapper-based Software Metric Selection for Defect Prediction Huanjing Wang Western Kentucky University huanjing.wang@wku.edu Taghi M. Khoshgoftaar

More information

Web Forensic Evidence of SQL Injection Analysis

Web Forensic Evidence of SQL Injection Analysis International Journal of Science and Engineering Vol.5 No.1(2015):157-162 157 Web Forensic Evidence of SQL Injection Analysis 針 對 SQL Injection 攻 擊 鑑 識 之 分 析 Chinyang Henry Tseng 1 National Taipei University

More information

How To Understand The Impact Of A Computer On Organization

How To Understand The Impact Of A Computer On Organization International Journal of Research in Engineering & Technology (IJRET) Vol. 1, Issue 1, June 2013, 1-6 Impact Journals IMPACT OF COMPUTER ON ORGANIZATION A. D. BHOSALE 1 & MARATHE DAGADU MITHARAM 2 1 Department

More information

SVM Ensemble Model for Investment Prediction

SVM Ensemble Model for Investment Prediction 19 SVM Ensemble Model for Investment Prediction Chandra J, Assistant Professor, Department of Computer Science, Christ University, Bangalore Siji T. Mathew, Research Scholar, Christ University, Dept of

More information

BOOSTING - A METHOD FOR IMPROVING THE ACCURACY OF PREDICTIVE MODEL

BOOSTING - A METHOD FOR IMPROVING THE ACCURACY OF PREDICTIVE MODEL The Fifth International Conference on e-learning (elearning-2014), 22-23 September 2014, Belgrade, Serbia BOOSTING - A METHOD FOR IMPROVING THE ACCURACY OF PREDICTIVE MODEL SNJEŽANA MILINKOVIĆ University

More information

A Web Access to Data in a Mobile ECG Monitoring System 1

A Web Access to Data in a Mobile ECG Monitoring System 1 A Web Access to Data in a Mobile ECG Monitoring System 1 Jimena Rodríguez, Lacramioara Dranca, Alfredo Goñi and Arantza Illarramendi University of the Basque Country (UPV/EHU).LSI Department. Donostia-San

More information

Relational Learning for Football-Related Predictions

Relational Learning for Football-Related Predictions Relational Learning for Football-Related Predictions Jan Van Haaren and Guy Van den Broeck jan.vanhaaren@student.kuleuven.be, guy.vandenbroeck@cs.kuleuven.be Department of Computer Science Katholieke Universiteit

More information

Automatic Fall Detector based on Sliding Window Principle

Automatic Fall Detector based on Sliding Window Principle Automatic Fall Detector based on Sliding Window Principle J. Rodriguez 1, M. Mercuri 2, P. Karsmakers 3,4, P.J. Soh 2, P. Leroux 3,5, and D. Schreurs 2 1 UPC, Div. EETAC-TSC, Castelldefels, Spain 2 KU

More information

Electroencephalography Analysis Using Neural Network and Support Vector Machine during Sleep

Electroencephalography Analysis Using Neural Network and Support Vector Machine during Sleep Engineering, 23, 5, 88-92 doi:.4236/eng.23.55b8 Published Online May 23 (http://www.scirp.org/journal/eng) Electroencephalography Analysis Using Neural Network and Support Vector Machine during Sleep JeeEun

More information

Heart Disease Diagnosis Using Predictive Data mining

Heart Disease Diagnosis Using Predictive Data mining ISSN (Online) : 2319-8753 ISSN (Print) : 2347-6710 International Journal of Innovative Research in Science, Engineering and Technology Volume 3, Special Issue 3, March 2014 2014 International Conference

More information

Towards applying Data Mining Techniques for Talent Mangement

Towards applying Data Mining Techniques for Talent Mangement 2009 International Conference on Computer Engineering and Applications IPCSIT vol.2 (2011) (2011) IACSIT Press, Singapore Towards applying Data Mining Techniques for Talent Mangement Hamidah Jantan 1,

More information

DATA MINING AND REPORTING IN HEALTHCARE

DATA MINING AND REPORTING IN HEALTHCARE DATA MINING AND REPORTING IN HEALTHCARE Divya Gandhi 1, Pooja Asher 2, Harshada Chaudhari 3 1,2,3 Department of Information Technology, Sardar Patel Institute of Technology, Mumbai,(India) ABSTRACT The

More information

Prediction of Heart Disease Using Naïve Bayes Algorithm

Prediction of Heart Disease Using Naïve Bayes Algorithm Prediction of Heart Disease Using Naïve Bayes Algorithm R.Karthiyayini 1, S.Chithaara 2 Assistant Professor, Department of computer Applications, Anna University, BIT campus, Tiruchirapalli, Tamilnadu,

More information

DATA MINING TECHNOLOGY. Keywords: data mining, data warehouse, knowledge discovery, OLAP, OLAM.

DATA MINING TECHNOLOGY. Keywords: data mining, data warehouse, knowledge discovery, OLAP, OLAM. DATA MINING TECHNOLOGY Georgiana Marin 1 Abstract In terms of data processing, classical statistical models are restrictive; it requires hypotheses, the knowledge and experience of specialists, equations,

More information

Spam detection with data mining method:

Spam detection with data mining method: Spam detection with data mining method: Ensemble learning with multiple SVM based classifiers to optimize generalization ability of email spam classification Keywords: ensemble learning, SVM classifier,

More information

A new Approach for Intrusion Detection in Computer Networks Using Data Mining Technique

A new Approach for Intrusion Detection in Computer Networks Using Data Mining Technique A new Approach for Intrusion Detection in Computer Networks Using Data Mining Technique Aida Parbaleh 1, Dr. Heirsh Soltanpanah 2* 1 Department of Computer Engineering, Islamic Azad University, Sanandaj

More information

Evaluating an Integrated Time-Series Data Mining Environment - A Case Study on a Chronic Hepatitis Data Mining -

Evaluating an Integrated Time-Series Data Mining Environment - A Case Study on a Chronic Hepatitis Data Mining - Evaluating an Integrated Time-Series Data Mining Environment - A Case Study on a Chronic Hepatitis Data Mining - Hidenao Abe, Miho Ohsaki, Hideto Yokoi, and Takahira Yamaguchi Department of Medical Informatics,

More information

Predicting Students Final GPA Using Decision Trees: A Case Study

Predicting Students Final GPA Using Decision Trees: A Case Study Predicting Students Final GPA Using Decision Trees: A Case Study Mashael A. Al-Barrak and Muna Al-Razgan Abstract Educational data mining is the process of applying data mining tools and techniques to

More information

Data Mining for Wearable Sensors in Health Monitoring Systems: A Review of Recent Trends and Challenges

Data Mining for Wearable Sensors in Health Monitoring Systems: A Review of Recent Trends and Challenges Sensors 2013, 13, 17472-17500; doi:10.3390/s131217472 OPEN ACCESS sensors ISSN 1424-8220 www.mdpi.com/journal/sensors Review Data Mining for Wearable Sensors in Health Monitoring Systems: A Review of Recent

More information

Getting Even More Out of Ensemble Selection

Getting Even More Out of Ensemble Selection Getting Even More Out of Ensemble Selection Quan Sun Department of Computer Science The University of Waikato Hamilton, New Zealand qs12@cs.waikato.ac.nz ABSTRACT Ensemble Selection uses forward stepwise

More information

Analysis of WEKA Data Mining Algorithm REPTree, Simple Cart and RandomTree for Classification of Indian News

Analysis of WEKA Data Mining Algorithm REPTree, Simple Cart and RandomTree for Classification of Indian News Analysis of WEKA Data Mining Algorithm REPTree, Simple Cart and RandomTree for Classification of Indian News Sushilkumar Kalmegh Associate Professor, Department of Computer Science, Sant Gadge Baba Amravati

More information

Detecting Atrial-ventricular blocks Arrhythmia based on RR-intervals on ECG Signals

Detecting Atrial-ventricular blocks Arrhythmia based on RR-intervals on ECG Signals Detecting Atrial-ventricular blocks Arrhythmia based on -intervals on ECG Signals Makki Akasha abikier, Ibrahim Musa Ishag, Mohammed Izzeldin, Dong Gyu Lee, Gyoyong shon, Keun Ho Ryu Database/ioinformatics

More information

Prediction and Diagnosis of Heart Disease by Data Mining Techniques

Prediction and Diagnosis of Heart Disease by Data Mining Techniques Prediction and Diagnosis of Heart Disease by Data Mining Techniques Boshra Bahrami, Mirsaeid Hosseini Shirvani* Department of Computer Engineering, Sari Branch, Islamic Azad University Sari, Iran Boshrabahrami_znu@yahoo.com;

More information

Applied Mathematical Sciences, Vol. 7, 2013, no. 112, 5591-5597 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2013.

Applied Mathematical Sciences, Vol. 7, 2013, no. 112, 5591-5597 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2013. Applied Mathematical Sciences, Vol. 7, 2013, no. 112, 5591-5597 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2013.38457 Accuracy Rate of Predictive Models in Credit Screening Anirut Suebsing

More information

Performance Analysis of Naive Bayes and J48 Classification Algorithm for Data Classification

Performance Analysis of Naive Bayes and J48 Classification Algorithm for Data Classification Performance Analysis of Naive Bayes and J48 Classification Algorithm for Data Classification Tina R. Patil, Mrs. S. S. Sherekar Sant Gadgebaba Amravati University, Amravati tnpatil2@gmail.com, ss_sherekar@rediffmail.com

More information

Diagnosis of Students Online Learning Portfolios

Diagnosis of Students Online Learning Portfolios Diagnosis of Students Online Learning Portfolios Chien-Ming Chen 1, Chao-Yi Li 2, Te-Yi Chan 3, Bin-Shyan Jong 4, and Tsong-Wuu Lin 5 Abstract - Online learning is different from the instruction provided

More information

PharmaSUG2011 Paper HS03

PharmaSUG2011 Paper HS03 PharmaSUG2011 Paper HS03 Using SAS Predictive Modeling to Investigate the Asthma s Patient Future Hospitalization Risk Yehia H. Khalil, University of Louisville, Louisville, KY, US ABSTRACT The focus of

More information

STANDARDISATION AND CLASSIFICATION OF ALERTS GENERATED BY INTRUSION DETECTION SYSTEMS

STANDARDISATION AND CLASSIFICATION OF ALERTS GENERATED BY INTRUSION DETECTION SYSTEMS STANDARDISATION AND CLASSIFICATION OF ALERTS GENERATED BY INTRUSION DETECTION SYSTEMS Athira A B 1 and Vinod Pathari 2 1 Department of Computer Engineering,National Institute Of Technology Calicut, India

More information

An ECG Monitoring and Alarming System Based On Android Smart Phone

An ECG Monitoring and Alarming System Based On Android Smart Phone Communications and Network, 2013, 5, 584-589 http://dx.doi.org/10.4236/cn.2013.53b2105 Published Online September 2013 (http://www.scirp.org/journal/cn) An ECG Monitoring and Alarming System Based On Android

More information

FRAUD DETECTION IN ELECTRIC POWER DISTRIBUTION NETWORKS USING AN ANN-BASED KNOWLEDGE-DISCOVERY PROCESS

FRAUD DETECTION IN ELECTRIC POWER DISTRIBUTION NETWORKS USING AN ANN-BASED KNOWLEDGE-DISCOVERY PROCESS FRAUD DETECTION IN ELECTRIC POWER DISTRIBUTION NETWORKS USING AN ANN-BASED KNOWLEDGE-DISCOVERY PROCESS Breno C. Costa, Bruno. L. A. Alberto, André M. Portela, W. Maduro, Esdras O. Eler PDITec, Belo Horizonte,

More information

HYBRID PROBABILITY BASED ENSEMBLES FOR BANKRUPTCY PREDICTION

HYBRID PROBABILITY BASED ENSEMBLES FOR BANKRUPTCY PREDICTION HYBRID PROBABILITY BASED ENSEMBLES FOR BANKRUPTCY PREDICTION Chihli Hung 1, Jing Hong Chen 2, Stefan Wermter 3, 1,2 Department of Management Information Systems, Chung Yuan Christian University, Taiwan

More information

Continuous Fastest Path Planning in Road Networks by Mining Real-Time Traffic Event Information

Continuous Fastest Path Planning in Road Networks by Mining Real-Time Traffic Event Information Continuous Fastest Path Planning in Road Networks by Mining Real-Time Traffic Event Information Eric Hsueh-Chan Lu Chi-Wei Huang Vincent S. Tseng Institute of Computer Science and Information Engineering

More information

Neural Networks in Data Mining

Neural Networks in Data Mining IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 04, Issue 03 (March. 2014), V6 PP 01-06 www.iosrjen.org Neural Networks in Data Mining Ripundeep Singh Gill, Ashima Department

More information

Predicting Student Performance by Using Data Mining Methods for Classification

Predicting Student Performance by Using Data Mining Methods for Classification BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 13, No 1 Sofia 2013 Print ISSN: 1311-9702; Online ISSN: 1314-4081 DOI: 10.2478/cait-2013-0006 Predicting Student Performance

More information

Data Mining - Evaluation of Classifiers

Data Mining - Evaluation of Classifiers Data Mining - Evaluation of Classifiers Lecturer: JERZY STEFANOWSKI Institute of Computing Sciences Poznan University of Technology Poznan, Poland Lecture 4 SE Master Course 2008/2009 revised for 2010

More information

Overview. Evaluation Connectionist and Statistical Language Processing. Test and Validation Set. Training and Test Set

Overview. Evaluation Connectionist and Statistical Language Processing. Test and Validation Set. Training and Test Set Overview Evaluation Connectionist and Statistical Language Processing Frank Keller keller@coli.uni-sb.de Computerlinguistik Universität des Saarlandes training set, validation set, test set holdout, stratification

More information

Using Random Forest to Learn Imbalanced Data

Using Random Forest to Learn Imbalanced Data Using Random Forest to Learn Imbalanced Data Chao Chen, chenchao@stat.berkeley.edu Department of Statistics,UC Berkeley Andy Liaw, andy liaw@merck.com Biometrics Research,Merck Research Labs Leo Breiman,

More information

Decision Support System on Prediction of Heart Disease Using Data Mining Techniques

Decision Support System on Prediction of Heart Disease Using Data Mining Techniques International Journal of Engineering Research and General Science Volume 3, Issue, March-April, 015 ISSN 091-730 Decision Support System on Prediction of Heart Disease Using Data Mining Techniques Ms.

More information

Intrusion Detection via Machine Learning for SCADA System Protection

Intrusion Detection via Machine Learning for SCADA System Protection Intrusion Detection via Machine Learning for SCADA System Protection S.L.P. Yasakethu Department of Computing, University of Surrey, Guildford, GU2 7XH, UK. s.l.yasakethu@surrey.ac.uk J. Jiang Department

More information

Effective Analysis and Predictive Model of Stroke Disease using Classification Methods

Effective Analysis and Predictive Model of Stroke Disease using Classification Methods Effective Analysis and Predictive Model of Stroke Disease using Classification Methods A.Sudha Student, M.Tech (CSE) VIT University Vellore, India P.Gayathri Assistant Professor VIT University Vellore,

More information

Mobile Phone APP Software Browsing Behavior using Clustering Analysis

Mobile Phone APP Software Browsing Behavior using Clustering Analysis Proceedings of the 2014 International Conference on Industrial Engineering and Operations Management Bali, Indonesia, January 7 9, 2014 Mobile Phone APP Software Browsing Behavior using Clustering Analysis

More information

Comparison of Data Mining Techniques used for Financial Data Analysis

Comparison of Data Mining Techniques used for Financial Data Analysis Comparison of Data Mining Techniques used for Financial Data Analysis Abhijit A. Sawant 1, P. M. Chawan 2 1 Student, 2 Associate Professor, Department of Computer Technology, VJTI, Mumbai, INDIA Abstract

More information

Impelling Heart Attack Prediction System using Data Mining and Artificial Neural Network

Impelling Heart Attack Prediction System using Data Mining and Artificial Neural Network General Article International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347-5161 2014 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Impelling

More information

Index Contents Page No. Introduction . Data Mining & Knowledge Discovery

Index Contents Page No. Introduction . Data Mining & Knowledge Discovery Index Contents Page No. 1. Introduction 1 1.1 Related Research 2 1.2 Objective of Research Work 3 1.3 Why Data Mining is Important 3 1.4 Research Methodology 4 1.5 Research Hypothesis 4 1.6 Scope 5 2.

More information

Abnormality Detection in Electrocardiograms by Time Series Alignment

Abnormality Detection in Electrocardiograms by Time Series Alignment Abnormality Detection in Electrocardiograms by Time Series Alignment Bachir Boucheham Department of Informatics, University of Skikda 20 Août 1955 BP 26, Route El-Hadaek, Skikda, DZ21000 Algeria boucbac@yahoo.com

More information

Identifying At-Risk Students Using Machine Learning Techniques: A Case Study with IS 100

Identifying At-Risk Students Using Machine Learning Techniques: A Case Study with IS 100 Identifying At-Risk Students Using Machine Learning Techniques: A Case Study with IS 100 Erkan Er Abstract In this paper, a model for predicting students performance levels is proposed which employs three

More information

Blog Post Extraction Using Title Finding

Blog Post Extraction Using Title Finding Blog Post Extraction Using Title Finding Linhai Song 1, 2, Xueqi Cheng 1, Yan Guo 1, Bo Wu 1, 2, Yu Wang 1, 2 1 Institute of Computing Technology, Chinese Academy of Sciences, Beijing 2 Graduate School

More information

Mining of an electrocardiogram

Mining of an electrocardiogram Annales UMCS Informatica AI 4 (2006) 218-229 Annales UMCS Informatica Lublin-Polonia Sectio AI http://www.annales.umcs.lublin.pl/ Mining of an electrocardiogram Urszula Markowska-Kaczmar *, Bartosz Kordas

More information

Predict the Popularity of YouTube Videos Using Early View Data

Predict the Popularity of YouTube Videos Using Early View Data 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050

More information

Data Mining Classification Techniques for Human Talent Forecasting

Data Mining Classification Techniques for Human Talent Forecasting Data Mining Classification Techniques for Human Talent Forecasting Hamidah Jantan 1, Abdul Razak Hamdan 2 and Zulaiha Ali Othman 2 1 1 Faculty of Computer and Mathematical Sciences UiTM, Terengganu, 23000

More information

ISSN: 2348 9510. A Review: Image Retrieval Using Web Multimedia Mining

ISSN: 2348 9510. A Review: Image Retrieval Using Web Multimedia Mining A Review: Image Retrieval Using Web Multimedia Satish Bansal*, K K Yadav** *, **Assistant Professor Prestige Institute Of Management, Gwalior (MP), India Abstract Multimedia object include audio, video,

More information

Association Technique on Prediction of Chronic Diseases Using Apriori Algorithm

Association Technique on Prediction of Chronic Diseases Using Apriori Algorithm Association Technique on Prediction of Chronic Diseases Using Apriori Algorithm R.Karthiyayini 1, J.Jayaprakash 2 Assistant Professor, Department of Computer Applications, Anna University (BIT Campus),

More information

Extension of Decision Tree Algorithm for Stream Data Mining Using Real Data

Extension of Decision Tree Algorithm for Stream Data Mining Using Real Data Fifth International Workshop on Computational Intelligence & Applications IEEE SMC Hiroshima Chapter, Hiroshima University, Japan, November 10, 11 & 12, 2009 Extension of Decision Tree Algorithm for Stream

More information

How To Predict Web Site Visits

How To Predict Web Site Visits Web Site Visit Forecasting Using Data Mining Techniques Chandana Napagoda Abstract: Data mining is a technique which is used for identifying relationships between various large amounts of data in many

More information

Spyware Prevention by Classifying End User License Agreements

Spyware Prevention by Classifying End User License Agreements Spyware Prevention by Classifying End User License Agreements Niklas Lavesson, Paul Davidsson, Martin Boldt, and Andreas Jacobsson Blekinge Institute of Technology, Dept. of Software and Systems Engineering,

More information

Tracking and Recognition in Sports Videos

Tracking and Recognition in Sports Videos Tracking and Recognition in Sports Videos Mustafa Teke a, Masoud Sattari b a Graduate School of Informatics, Middle East Technical University, Ankara, Turkey mustafa.teke@gmail.com b Department of Computer

More information

CS 2750 Machine Learning. Lecture 1. Machine Learning. http://www.cs.pitt.edu/~milos/courses/cs2750/ CS 2750 Machine Learning.

CS 2750 Machine Learning. Lecture 1. Machine Learning. http://www.cs.pitt.edu/~milos/courses/cs2750/ CS 2750 Machine Learning. Lecture Machine Learning Milos Hauskrecht milos@cs.pitt.edu 539 Sennott Square, x5 http://www.cs.pitt.edu/~milos/courses/cs75/ Administration Instructor: Milos Hauskrecht milos@cs.pitt.edu 539 Sennott

More information

T-61.3050 : Email Classification as Spam or Ham using Naive Bayes Classifier. Santosh Tirunagari : 245577

T-61.3050 : Email Classification as Spam or Ham using Naive Bayes Classifier. Santosh Tirunagari : 245577 T-61.3050 : Email Classification as Spam or Ham using Naive Bayes Classifier Santosh Tirunagari : 245577 January 20, 2011 Abstract This term project gives a solution how to classify an email as spam or

More information

131-1. Adding New Level in KDD to Make the Web Usage Mining More Efficient. Abstract. 1. Introduction [1]. 1/10

131-1. Adding New Level in KDD to Make the Web Usage Mining More Efficient. Abstract. 1. Introduction [1]. 1/10 1/10 131-1 Adding New Level in KDD to Make the Web Usage Mining More Efficient Mohammad Ala a AL_Hamami PHD Student, Lecturer m_ah_1@yahoocom Soukaena Hassan Hashem PHD Student, Lecturer soukaena_hassan@yahoocom

More information

IDENTIFYING BANK FRAUDS USING CRISP-DM AND DECISION TREES

IDENTIFYING BANK FRAUDS USING CRISP-DM AND DECISION TREES IDENTIFYING BANK FRAUDS USING CRISP-DM AND DECISION TREES Bruno Carneiro da Rocha 1,2 and Rafael Timóteo de Sousa Júnior 2 1 Bank of Brazil, Brasília-DF, Brazil brunorocha_33@hotmail.com 2 Network Engineering

More information

Neural Networks and Back Propagation Algorithm

Neural Networks and Back Propagation Algorithm Neural Networks and Back Propagation Algorithm Mirza Cilimkovic Institute of Technology Blanchardstown Blanchardstown Road North Dublin 15 Ireland mirzac@gmail.com Abstract Neural Networks (NN) are important

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 2 Issue 3, May-Jun 2014

International Journal of Computer Science Trends and Technology (IJCST) Volume 2 Issue 3, May-Jun 2014 RESEARCH ARTICLE OPEN ACCESS A Survey of Data Mining: Concepts with Applications and its Future Scope Dr. Zubair Khan 1, Ashish Kumar 2, Sunny Kumar 3 M.Tech Research Scholar 2. Department of Computer

More information

Portable, cordless, single-channel ECG Monitor HCG-801-E

Portable, cordless, single-channel ECG Monitor HCG-801-E Portable, cordless, single-channel ECG Monitor HCG-801-E Screening & Self -Monitoring of cardiac events Compact - Cordless - Simple operation Fast - Discrete Records about 30 seconds heart rhythm and waveform

More information

MobiHealthcare System: Body Sensor Network Based M-Health System for Healthcare Application

MobiHealthcare System: Body Sensor Network Based M-Health System for Healthcare Application E-Health Telecommunication Systems and Networks, 2012, 1, 12-18 http://dx.doi.org/10.4236/etsn.2012.11003 Published Online March 2012 (http://www.scirp.org/journal/etsn) MobiHealthcare System: Body Sensor

More information

ANALYSIS OF FEATURE SELECTION WITH CLASSFICATION: BREAST CANCER DATASETS

ANALYSIS OF FEATURE SELECTION WITH CLASSFICATION: BREAST CANCER DATASETS ANALYSIS OF FEATURE SELECTION WITH CLASSFICATION: BREAST CANCER DATASETS Abstract D.Lavanya * Department of Computer Science, Sri Padmavathi Mahila University Tirupati, Andhra Pradesh, 517501, India lav_dlr@yahoo.com

More information

SPMF: a Java Open-Source Pattern Mining Library

SPMF: a Java Open-Source Pattern Mining Library Journal of Machine Learning Research 1 (2014) 1-5 Submitted 4/12; Published 10/14 SPMF: a Java Open-Source Pattern Mining Library Philippe Fournier-Viger philippe.fournier-viger@umoncton.ca Department

More information

Data Mining using Artificial Neural Network Rules

Data Mining using Artificial Neural Network Rules Data Mining using Artificial Neural Network Rules Pushkar Shinde MCOERC, Nasik Abstract - Diabetes patients are increasing in number so it is necessary to predict, treat and diagnose the disease. Data

More information

A MOBILE-PHONE ECG DETECTION KIT AND CLOUD MANAGEMENT SYSTEM

A MOBILE-PHONE ECG DETECTION KIT AND CLOUD MANAGEMENT SYSTEM A MOBILE-PHONE ECG DETECTION KIT AND CLOUD MANAGEMENT SYSTEM 1,2 SHUN-PING LIN, 2 WEN-HSU SUNG, 3 TERRY B. J. KUO, 2 JIN-JONG CHEN 1 Office of Research and Development, China University of Science and

More information

Comparing the Results of Support Vector Machines with Traditional Data Mining Algorithms

Comparing the Results of Support Vector Machines with Traditional Data Mining Algorithms Comparing the Results of Support Vector Machines with Traditional Data Mining Algorithms Scott Pion and Lutz Hamel Abstract This paper presents the results of a series of analyses performed on direct mail

More information

Classification of Bad Accounts in Credit Card Industry

Classification of Bad Accounts in Credit Card Industry Classification of Bad Accounts in Credit Card Industry Chengwei Yuan December 12, 2014 Introduction Risk management is critical for a credit card company to survive in such competing industry. In addition

More information

Novelty Detection in image recognition using IRF Neural Networks properties

Novelty Detection in image recognition using IRF Neural Networks properties Novelty Detection in image recognition using IRF Neural Networks properties Philippe Smagghe, Jean-Luc Buessler, Jean-Philippe Urban Université de Haute-Alsace MIPS 4, rue des Frères Lumière, 68093 Mulhouse,

More information

Assessing Data Mining: The State of the Practice

Assessing Data Mining: The State of the Practice Assessing Data Mining: The State of the Practice 2003 Herbert A. Edelstein Two Crows Corporation 10500 Falls Road Potomac, Maryland 20854 www.twocrows.com (301) 983-3555 Objectives Separate myth from reality

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 3 Issue 3, May-June 2015

International Journal of Computer Science Trends and Technology (IJCST) Volume 3 Issue 3, May-June 2015 RESEARCH ARTICLE OPEN ACCESS Data Mining Technology for Efficient Network Security Management Ankit Naik [1], S.W. Ahmad [2] Student [1], Assistant Professor [2] Department of Computer Science and Engineering

More information

AUTO CLAIM FRAUD DETECTION USING MULTI CLASSIFIER SYSTEM

AUTO CLAIM FRAUD DETECTION USING MULTI CLASSIFIER SYSTEM AUTO CLAIM FRAUD DETECTION USING MULTI CLASSIFIER SYSTEM ABSTRACT Luis Alexandre Rodrigues and Nizam Omar Department of Electrical Engineering, Mackenzie Presbiterian University, Brazil, São Paulo 71251911@mackenzie.br,nizam.omar@mackenzie.br

More information

Healthcare Data Mining: Prediction Inpatient Length of Stay

Healthcare Data Mining: Prediction Inpatient Length of Stay 3rd International IEEE Conference Intelligent Systems, September 2006 Healthcare Data Mining: Prediction Inpatient Length of Peng Liu, Lei Lei, Junjie Yin, Wei Zhang, Wu Naijun, Elia El-Darzi 1 Abstract

More information

Data Mining Analysis (breast-cancer data)

Data Mining Analysis (breast-cancer data) Data Mining Analysis (breast-cancer data) Jung-Ying Wang Register number: D9115007, May, 2003 Abstract In this AI term project, we compare some world renowned machine learning tools. Including WEKA data

More information

In Proceedings of the Eleventh Conference on Biocybernetics and Biomedical Engineering, pages 842-846, Warsaw, Poland, December 2-4, 1999

In Proceedings of the Eleventh Conference on Biocybernetics and Biomedical Engineering, pages 842-846, Warsaw, Poland, December 2-4, 1999 In Proceedings of the Eleventh Conference on Biocybernetics and Biomedical Engineering, pages 842-846, Warsaw, Poland, December 2-4, 1999 A Bayesian Network Model for Diagnosis of Liver Disorders Agnieszka

More information

Clinic + - A Clinical Decision Support System Using Association Rule Mining

Clinic + - A Clinical Decision Support System Using Association Rule Mining Clinic + - A Clinical Decision Support System Using Association Rule Mining Sangeetha Santhosh, Mercelin Francis M.Tech Student, Dept. of CSE., Marian Engineering College, Kerala University, Trivandrum,

More information

Proposal of Credit Card Fraudulent Use Detection by Online-type Decision Tree Construction and Verification of Generality

Proposal of Credit Card Fraudulent Use Detection by Online-type Decision Tree Construction and Verification of Generality Proposal of Credit Card Fraudulent Use Detection by Online-type Decision Tree Construction and Verification of Generality Tatsuya Minegishi 1, Ayahiko Niimi 2 Graduate chool of ystems Information cience,

More information

Open Source Software: How Can Design Metrics Facilitate Architecture Recovery?

Open Source Software: How Can Design Metrics Facilitate Architecture Recovery? Open Source Software: How Can Design Metrics Facilitate Architecture Recovery? Eleni Constantinou 1, George Kakarontzas 2, and Ioannis Stamelos 1 1 Computer Science Department Aristotle University of Thessaloniki

More information