Mining first-order frequent patterns in the STULONG database

Size: px
Start display at page:

Download "Mining first-order frequent patterns in the STULONG database"

Transcription

1 Mining first-order frequent patterns in the STULONG database Jan Blaťák KD Group at Faculty of Informatics Masaryk University in Brno, Czech Republic Abstract. We show how RAP can be employed to answer questions concerning relations in the database STULONG. RAP is a system of inductive logic programming which is designed to search long first-order frequent patterns and association rules. The STULONG database contains information about atherosclerosis in the population of middle-aged men. We define several types of the background knowledge and outline the influence of their complexity on mining patterns. We describe the found rules and explain their meaning. 1 Introduction The main aim of the STULONG project was to identify atherosclerosis risk factors and examine their impact on the health (especially with respect to atherosclerosis cardiovascular diseases), investigate the evolution of found risk factors and their influence on a cardiovascular system. The STULONG database contains multiple records of long-term observations of each patient. To process this data by the attribute-value oriented systems it is necessary to transform the data into one relation. Those transformation are not trivial and may require special tools. Therefore the systems for mining in relational data appear attractive for analysing this data. These attractiveness follows from flexibility of those systems. It is relatively easy to define and integrate background knowledge which can take the place of the systems for data transformation. In this paper we demonstrate the use of the RAP [1] system for mining long first-order frequent patterns. Frequent pattern [3] is define as a conjunction of literals which covers at least σ examples (records) from the database. The parameter σ is called minimal frequency threshold and it is given by the user. RAP is a system for searching long frequent patterns in the multirelational data. RAP generates frequent patterns in first-order logic. To find frequent patterns RAP uses several searching strategies, depth-first, random, and best-first search. To process numerical attributes RAP provides built-in discretization of continuous values (equal frequency intervals algorithm). Main goal of our work was to explore and describe the influence of the background knowledge complexity on the patterns found. The structure of this paper

2 is as follows. In Section 2 we describe the data and transformations we used to prepare them for processing with RAP. We defined several types of background knowledge. They are described in Section 3. In Section 4 we explain how RAP can be used to process the STULONG database. The discovered knowledge is described in Section 5. The summary and conclusion is in Section 6. 2 Data All interesting characteristics related to the Entry data are available at euromise.vse.cz/challenge2004. The Control data consists of 10,572 records of long-term observations of 1,226 patients. There are 332 patients who came down with some disease. The maximal number of examinations per patient without observing some disease is 18. The average number of observations before some disease occurs is For answering Challenge questions related to the long-term observations, the number of patients from RGI ( risk group intervened ) and RGC ( risk group control ) groups who suffer some diseases is important. For the Control data, 136 patients who came down with some disease belong to the RGI group while 26 belong to the RGC. For healthy patients, there are 296 patients in the RGI and 89 in the RGC group. We transformed the original data into a database of the Prolog facts. We grouped attributes into groups with similar meaning. These groups of attributes were then used as arguments of new predicates. E.g. for the group of three attributes concerning smoking we generated a new predicate smoking(ico,koure- NI,DOBAKOUR,BYVKURAK) where ICO is an identification number of a patient, KOURENI is an intensity of smoking, the value of DOBAKOUR says how long the patient has been smoking, and BYVKURAK specifies how long an ex-smoker has not been smoking. In this transformation step we also crated the simplest language definition and appropriate background knowledge (further referred as B 0 ). It contains only such literals which introduce value of some attribute (e.g. cattr(ico,poradk,#value) where ATTR is an attribute from Control matrix, PORADK specifies sequence of patient s identified by ICO control examination, and #value is introduced value). 3 Background knowledge The simplest background knowledge, B 0 contains only literals that for a given patient s id (ICO) returns a value of some feature from an input data matrix. This background knowledge also contains the predicate age(ico,rokvys,age) which computes the age (variable Age) of the patient with identification number ICO in the given year Rokvys. Frequent patterns constructed over B 0 are fully equivalent to patterns found by any propositional system. To analyze the influence of an educational level, we defined attributes EDUC (reached education) with values high and low. Similarly we defined attribute SMOKINGYN (smoking yes no) with values yes and no.

3 We also designed the background knowledge B 1 which generates such new constants automatically. In this background knowledge is the argument #value replaced by list of some values from attribute s domain. E.g. for the attribute STAV (marital status) RAP can generate the pattern estav(ico,[1,4]) with meaning: The marital status of patient identified by a value of the argument ICO is married or widower. Another possibility to obtain more general patterns is by using negation. We defined background knowledge B 2 which contains literals which say that patient has not some property (e.g. he is not married). We performed experiments with all mentioned types of background knowledge also on the Control data. Evidently, it can be rather difficult to interpret obtained patterns. We are not able to say if patient changed its behaviour after or before he came down with some disease. Therefore we also designed background knowledge which respects the order of control examinations. It consists of predicates such a hascontrol, nextcontrol, and beforedisease and it is further referred as B 3. 4 Experiments In our experiments we used several settings. These settings differ in the method used for searching in the hypothesis space, the definition of background knowledge, and in the set of initial constraints. We tested following settings: Classification to specify the class. This method is appropriate to answer the question on dependencies between value of class attribute and other attributes. In the fact RAP constructs an association rules with class definition in the head. For example, we declare attribute KOURENI (smoking) as a class and use attributes related to social factors to construct patterns for finding relations between social factors and smoking. Frequent patterns with constraints to give some frequent query (initial constraint). The system RAP append new literals to the end of this query. In this setting we can easily specify some a priori conditions and delimit the subgroup of patients we are interested in. As an initial pattern we can use the set of frequent patterns found by RAP. E.g. we can look for dependencies in a subset of married graduated patients. Classification with constraints to combine the first two methods. E.g. we can generate patterns for patients belonging to the normal group classified by values of the attribute KOURENI. Association rules with constraints. To process continuous values we used built-in discretization. The value of minimal frequency threshold varied between 1 10% of the number of all (or selected) patients. We demonstrate capabilities of RAP on answering questions about relations between social factors, activity after a work and smoking.

4 5 Results 5.1 Analysis of entry examinations We found out that patients mainly sit in their work if they are graduated were born in or before the year 1930 and belong to the risk group (81%, 93 of 115), or if they are married managerial workers with a university education and belong to the risk group of patients (92%, 69 of 75). By using background knowledge with new attribute Age we found pattern which says that 80% (44 of 55) of married man with a university education belonging to the normal group of patients who entered the study before the age of 47 sit in their job. For the class DOPRAVA (means of transport a patient uses for getting to work), 75% (15 of 20) patients from pathologic group who are married were born before the year 1928 and their educational level is the apprentice school use public transport to get to their work. We also looked for frequent patterns that concern all patients no matter what value of the attribute KONSUP (studied group of patients) is. One of them says that 89% (124 of 134) of graduated patients who are managerial workers mainly sits in their work. We observed that there is no significant difference between patterns found with simple and complex background knowledge. We did not observe any influence of using initial constraints (we used literal which determines a group of patients the value of attribute KONSUP). When we restricted search on a selected group of patients we also found patterns with high confidence and relatively high support. Although the results achieved by using the B 0, B 1, or B 2 background knowledge are comparable, use of the B 1 and B 2 background knowledge resulted in finding interesting rules which cannot be found in the original representation. E.g. we found rule which says that 77% (107 of 139) of men who belong to the normal group of patients whose education level is the secondary school or the university are married, divorced, or widowers and who are managerial or an independent workers mainly sit in their work. The subsets of values selected by the system RAP can be interpreted as a higher educational level reached by a patient who is not single. We also generated associations rules that satisfy a given condition on the left and on the right side of these rules. We found relations between attributes that concern physical activity and social factors. From frequent patterns found by RAP we generated association rules containing physical activity attributes in the head and attributes related to social factors in the body. We found out that 75% (18 of 24) of patients from pathologic group born before the year 1930 who are married and whose job responsibility is others show moderate activity after their work and use public transport for getting to their work. 5.2 Analysis of long-term observations For mining in Control matrix we used the classification with constraints setting. The values RGI and RGC of the KONSUP attribute was used as a class attribute (head of generated association rule).

5 RAP generated rules for healthy persons and for patients separately (we used classification with constraints setting). Then a confidence was computed for a given rule for both classes. We look for rules for which the confidence values significantly differ. Such rules express a difference between these two groups of men and can be further used e.g. for classification. We observed that 73% (8 of 11) of patients who came down with some disease, who left their work to the partial retirement and who never changed their diet belong to the risk group intervened (RGI) group of patients. 48% (10 of 21) of patients who never came down with some disease and who satisfy given condition belong to the risk group control (RGC). We also changed the roles of class attribute and initial condition. The patterns were generated separately for patients from RGI and RGC groups and class was defined as a value yes if patient came down with some disease and no in other case. Besides many patterns with very small support we also found the rule which says that 29% (2 of 7) of patients belonging to the group RGC who changed their diet to value he take medicines for reduction of serum cholesterol never came down with any disease. From the group RGI 71% (15 of 21) of patients who changed their diet suffer by any disease. This rule contains literals which introduce values of some attributes from the Control data without any regard to the order of examinations. Therefore, the right meaning of this pattern is that there is for each literal at least one control examination of the patient which satisfies the given condition. A patient changed the character of his work and also the diet and this information appears in potentially different control examinations. It must be stressed that this rule cannot be obtained with propositional systems without creating new features. Nevertheless, these rule do not say anything about the order of the change of diet and of the character of work. Therefore we defined the B 3 background knowledge which takes into account temporal relations between events. The patterns obtained now contain information about the order of changes of patients behaviour. It says that 80% (4 of 5) of patients who came down with some disease and who changed their diet without any changes of work character in the period of the last two examinations, belong to the group RGC. For the healthy men the opposite condition holds.: 13% (2 of 15) of healthy men that fulfil the rule condition belongs to the group RGC. 6 Conclusion ILP techniques for mining the STULONG data was used also in the last year Discovery Challenge when Van Assche et al. [4] applied the ILP system Tilde The main difference between RAP and Tilde lies in the fact that Tilde constructs a regression or a classification trees while the system RAP generates frequent patterns and association rules. Moreover, RAP provides many choices which can significantly impact its behaviour. RAP is also able to find a dependency that hold only for a small subset of the learning data.

6 Some results of analysing the STULONG database with association rules can be found in [2], but the attribute-value oriented approach was used. In this paper we presented the use of the system RAP for mining in the STULONG database. We defined different types of background knowledge. We showed that RAP can be easily used for analysing both propositional and multirelational data. We also showed that temporal aspects of data can be incorporated in a background knowledge and then successfully used for mining temporal rules. Acknowledgments The study (STULONG) was realized at the 2 nd Department of Medicine, 1 st Faculty of Medicine of Charles University and Charles University Hospital, U nemocnice 2, Prague 2 (head. Prof. M. Aschermann, MD, SDr, FESC), under the supervision of Prof. F. Boudík, MD, ScD, with collaboration of M. Tomečková, MD, PhD and Ass. Prof. J. Bultas, MD, PhD. The data were transferred to the electronic form by the European Centre of Medical Informatics, Statistics and Epidemiology of Charles University and Academy of Sciences (head. Prof. RNDr. J. Zvárová, DrSc). The data resource is on the web pages At present time the data analysis is supported by the grant of the Ministry of Education CR Nr LN 00B 107. I am grateful to Luboš Popelínský for his comments. This work has been partially supported by the Czech Ministry of Education under the Grant no References 1. Blaťák J. and Popelínský L. Feature construction with RAP. In Horváth T. and Yamamota A., editors, Proceedings of the Work-in-Progress Track at the 13 th International Conference on Inductive Logic Programming, pages University of Szeged, September 29 October Burian J. and Rauch J. Analysis of death causes in the STULONG data set. In Berka P., Rauch J., and Tsumoto S., editors, Proceedings of the ECML/PKDD 2003 Workshop on Discovery Challenge, pages 47 58, Mannila H. and Toivonen H. An algorithm for finding all interesting sentences. In Proceedings of the 6 th Internation Conference on Database Theory, pages , Van Assche A., Verbaeten S., Krzywania D., Struyf J., and Blockeel H. Attributevalue and first order data mining within the STULONG project. In Berka P., Rauch J., and Tsumoto S., editors, Proceedings of the ECML/PKDD 2003 Workshop on Discovery Challenge, pages , 2003.

Mining for association rules in medical data

Mining for association rules in medical data Mining for association rules in medical data Jean-Marc Trémeaux, Yan Liu Department of Informatics and Statistics, Université Lumière Lyon 2 Faculté de Sciences Économiques et de Gestion 5 avenue Pierre

More information

Machine Learning Methods for Knowledge Discovery in Medical Data on Atherosclerosis

Machine Learning Methods for Knowledge Discovery in Medical Data on Atherosclerosis Machine Learning Methods for Knowledge Discovery in Medical Data on Atherosclerosis José Ignacio Serrano 1, Marie Tomečková 2, Jana Zvárová 2 1. Instituto de Automática Industrial, CSIC, Madrid, Spain,

More information

Trend Analysis in Stulong Data

Trend Analysis in Stulong Data Trend Analysis in Stulong Data Jiří Kléma, Lenka Nováková, Filip Karel, Olga Štěpánková Gerstner Laboratory, Department of Cybernetics, Czech Technical University, Technicka 2, 166 27 Prague, Czech Republic

More information

Roles of Medical Ontology in Association Mining CRISP-DM Cycle

Roles of Medical Ontology in Association Mining CRISP-DM Cycle Roles of Medical Ontology in Association Mining CRISP-DM Cycle Hana Češpivová1,JanRauch 1,2,Vojtěch Svátek 1,2,MartinKejkula 1, Marie Tomečková 3 1 Department of Information and Knowledge Engineering,

More information

Positive and Unlabeled Relational Classification through Label Frequency Estimation

Positive and Unlabeled Relational Classification through Label Frequency Estimation Positive and Unlabeled Relational Classification through Label Frequency Estimation Jessa Bekker and Jesse Davis Computer Science Department, KU Leuven, Belgium firstname.lastname@cs.kuleuven.be Abstract.

More information

Positive and Unlabeled Relational Classification through Label Frequency Estimation

Positive and Unlabeled Relational Classification through Label Frequency Estimation Positive and Unlabeled Relational Classification through Label Frequency Estimation Jessa Bekker and Jesse Davis Computer Science Department, KU Leuven, Belgium firstname.lastname@cs.kuleuven.be Abstract.

More information

Risk Evaluation using Evolvable Discriminate Function.

Risk Evaluation using Evolvable Discriminate Function. Risk Evaluation using Evolvable Discriminate Function. James Cunha Werner, Tatiana Kalganova Department of Electronic & Computer Engineering, Brunel University Uxbridge, Middlesex, UB8 3PH {jamwer2000@hotmail.com,

More information

Formal Framework for Data Mining with Association Rules and Domain Knowledge

Formal Framework for Data Mining with Association Rules and Domain Knowledge Formal Framework for Data Mining with Association Rules and Domain Knowledge Jan Rauch Faculty of Informatics and Statistics University of Economics, Prague Czech Republic Principles o o Association rule

More information

EEL-5840 Elements of {Artificial} Machine Intelligence

EEL-5840 Elements of {Artificial} Machine Intelligence Menu Introduction Syllabus Grading: Last 2 Yrs Class Average 3.55; {3.7 Fall 2012 w/24 students & 3.45 Fall 2013} General Comments Copyright Dr. A. Antonio Arroyo Page 2 vs. Artificial Intelligence? DEF:

More information

Discovering Meaningful Cut-points to Predict High HbA1c Variation

Discovering Meaningful Cut-points to Predict High HbA1c Variation Proceedings of the 7th INFORMS Workshop on Data Mining and Health Informatics (DM-HI 202) H. Yang, D. Zeng, O. E. Kundakcioglu, eds. Discovering Meaningful Cut-points to Predict High HbAc Variation Si-Chi

More information

Identifying Parkinson s Patients: A Functional Gradient Boosting Approach

Identifying Parkinson s Patients: A Functional Gradient Boosting Approach Identifying Parkinson s Patients: A Functional Gradient Boosting Approach Devendra Singh Dhami 1, Ameet Soni 2, David Page 3, and Sriraam Natarajan 1 1 Indiana University Bloomington 2 Swarthmore College

More information

Coherence Theory of Truth as Base for Knowledge Based Systems

Coherence Theory of Truth as Base for Knowledge Based Systems Association for Information Systems AIS Electronic Library (AISeL) AMCIS 1996 Proceedings Americas Conference on Information Systems (AMCIS) 8-16-1996 Coherence Theory of Truth as Base for Knowledge Based

More information

Automatic Discovery of Hypotheses in Nuclear Cardiology

Automatic Discovery of Hypotheses in Nuclear Cardiology POSTER'2017,'PRAGUE'MAY'23' 1' Automatic Discovery of Hypotheses in Nuclear Cardiology Ondřej Klempíř 1, Vojtěch Kaláb 1 1 Dept. of Biomedical Informatics, Czech Technical University, Nam. Sitna 3105,

More information

Global WordNet Tools

Global WordNet Tools Faculty of Informatics, Masaryk University Botanická 68a, CZ-602 00 Brno, Czech Republic E-mail: hales@fi.muni.cz, xrambous@fi.muni.cz Web: http://deb.fi.muni.cz SeWe 2008, Svratka Outline 1 2 3 4 the

More information

PO Box 19015, Arlington, TX {ramirez, 5323 Harry Hines Boulevard, Dallas, TX

PO Box 19015, Arlington, TX {ramirez, 5323 Harry Hines Boulevard, Dallas, TX From: Proceedings of the Eleventh International FLAIRS Conference. Copyright 1998, AAAI (www.aaai.org). All rights reserved. A Sequence Building Approach to Pattern Discovery in Medical Data Jorge C. G.

More information

Intelligent Agents. CmpE 540 Principles of Artificial Intelligence

Intelligent Agents. CmpE 540 Principles of Artificial Intelligence CmpE 540 Principles of Artificial Intelligence Intelligent Agents Pınar Yolum pinar.yolum@boun.edu.tr Department of Computer Engineering Boğaziçi University 1 Chapter 2 (Based mostly on the course slides

More information

High-level Vision. Bernd Neumann Slides for the course in WS 2004/05. Faculty of Informatics Hamburg University Germany

High-level Vision. Bernd Neumann Slides for the course in WS 2004/05. Faculty of Informatics Hamburg University Germany High-level Vision Bernd Neumann Slides for the course in WS 2004/05 Faculty of Informatics Hamburg University Germany neumann@informatik.uni-hamburg.de http://kogs-www.informatik.uni-hamburg.de 1 Contents

More information

Selecting Relevant Information for Medical Decision Support with Application in Cardiology

Selecting Relevant Information for Medical Decision Support with Application in Cardiology en2 Original Article Selecting Relevant Information for Medical Decision Support with Application in Cardiology Jan Kalina 1,2, Libor Seidl 1,3, Karel Zvára 1,3, Hana Grünfeldová 1,4, Dalibor Slovák 1,2,3,

More information

Chapter 2. Knowledge Representation: Reasoning, Issues, and Acquisition. Teaching Notes

Chapter 2. Knowledge Representation: Reasoning, Issues, and Acquisition. Teaching Notes Chapter 2 Knowledge Representation: Reasoning, Issues, and Acquisition Teaching Notes This chapter explains how knowledge is represented in artificial intelligence. The topic may be launched by introducing

More information

How can Natural Language Processing help MedDRA coding? April Andrew Winter Ph.D., Senior Life Science Specialist, Linguamatics

How can Natural Language Processing help MedDRA coding? April Andrew Winter Ph.D., Senior Life Science Specialist, Linguamatics How can Natural Language Processing help MedDRA coding? April 16 2018 Andrew Winter Ph.D., Senior Life Science Specialist, Linguamatics Summary About NLP and NLP in life sciences Uses of NLP with MedDRA

More information

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

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

More information

1 What is an Agent? CHAPTER 2: INTELLIGENT AGENTS

1 What is an Agent? CHAPTER 2: INTELLIGENT AGENTS 1 What is an Agent? CHAPTER 2: INTELLIGENT AGENTS http://www.csc.liv.ac.uk/ mjw/pubs/imas/ The main point about agents is they are autonomous: capable of acting independently, exhibiting control over their

More information

Citation for published version (APA): Geus, A. F. D., & Rotterdam, E. P. (1992). Decision support in aneastehesia s.n.

Citation for published version (APA): Geus, A. F. D., & Rotterdam, E. P. (1992). Decision support in aneastehesia s.n. University of Groningen Decision support in aneastehesia Geus, Arian Fred de; Rotterdam, Ernest Peter IMPORTANT NOTE: You are advised to consult the publisher's version (publisher's PDF) if you wish to

More information

IE 5203 Decision Analysis Lab I Probabilistic Modeling, Inference and Decision Making with Netica

IE 5203 Decision Analysis Lab I Probabilistic Modeling, Inference and Decision Making with Netica IE 5203 Decision Analysis Lab I Probabilistic Modeling, Inference and Decision Making with Netica Overview of Netica Software Netica Application is a comprehensive tool for working with Bayesian networks

More information

Lenka Bockova Ministry of Labour and Social Affairs Social Inclusion Policy Unit

Lenka Bockova Ministry of Labour and Social Affairs Social Inclusion Policy Unit Lenka Bockova Ministry of Labour and Social Affairs Social Inclusion Policy Unit Backround and objectives Joint capacity building event of Ministry in CR, UNECE Population Unit and INIA (Malta) Main objectives:

More information

Recovery Education Centres

Recovery Education Centres STAR Learning Centre Recovery Education Centres #MHCChopelives Important! Send questions/comments to All Panelists @mhcc_ #workplacemh #StandardCda Guidelines for Recovery- Oriented Practice The Guidelines

More information

A Comparison of Collaborative Filtering Methods for Medication Reconciliation

A Comparison of Collaborative Filtering Methods for Medication Reconciliation A Comparison of Collaborative Filtering Methods for Medication Reconciliation Huanian Zheng, Rema Padman, Daniel B. Neill The H. John Heinz III College, Carnegie Mellon University, Pittsburgh, PA, 15213,

More information

A Computational Theory of Belief Introspection

A Computational Theory of Belief Introspection A Computational Theory of Belief Introspection Kurt Konolige Artificial Intelligence Center SRI International Menlo Park, California 94025 Abstract Introspection is a general term covering the ability

More information

Faculty of Social Sciences

Faculty of Social Sciences Faculty of Social Sciences Programme Specification Programme title: MSc Psychology Academic Year: 2017/18 Degree Awarding Body: Partner(s), delivery organisation or support provider (if appropriate): Final

More information

Data Mining and Knowledge Discovery: Practice Notes

Data Mining and Knowledge Discovery: Practice Notes Data Mining and Knowledge Discovery: Practice Notes Petra Kralj Novak Petra.Kralj.Novak@ijs.si 2013/01/08 1 Keywords Data Attribute, example, attribute-value data, target variable, class, discretization

More information

SAGE. Nick Beard Vice President, IDX Systems Corp.

SAGE. Nick Beard Vice President, IDX Systems Corp. SAGE Nick Beard Vice President, IDX Systems Corp. Sharable Active Guideline Environment An R&D consortium to develop the technology infrastructure to enable computable clinical guidelines, that will be

More information

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

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

More information

Support system for breast cancer treatment

Support system for breast cancer treatment Support system for breast cancer treatment SNEZANA ADZEMOVIC Civil Hospital of Cacak, Cara Lazara bb, 32000 Cacak, SERBIA Abstract:-The aim of this paper is to seek out optimal relation between diagnostic

More information

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

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

More information

Design and Implementation of Fuzzy Expert System for Back pain Diagnosis

Design and Implementation of Fuzzy Expert System for Back pain Diagnosis Design and Implementation of Fuzzy Expert System for Back pain Diagnosis Mohammed Abbas Kadhim #1, M.Afshar Alam #2, Harleen Kaur #3 # Department of Computer Science, Hamdard University Hamdard Nagar,

More information

TWO HANDED SIGN LANGUAGE RECOGNITION SYSTEM USING IMAGE PROCESSING

TWO HANDED SIGN LANGUAGE RECOGNITION SYSTEM USING IMAGE PROCESSING 134 TWO HANDED SIGN LANGUAGE RECOGNITION SYSTEM USING IMAGE PROCESSING H.F.S.M.Fonseka 1, J.T.Jonathan 2, P.Sabeshan 3 and M.B.Dissanayaka 4 1 Department of Electrical And Electronic Engineering, Faculty

More information

What Happened to Bob? Semantic Data Mining of Context Histories

What Happened to Bob? Semantic Data Mining of Context Histories What Happened to Bob? Semantic Data Mining of Context Histories Michael Wessel, Marko Luther, Ralf Möller Racer Systems DOCOMO Euro-Labs Uni Hamburg A mobile community service 1300+ users in 60+ countries

More information

Using Bayesian Networks to Direct Stochastic Search in Inductive Logic Programming

Using Bayesian Networks to Direct Stochastic Search in Inductive Logic Programming Appears in Proceedings of the 17th International Conference on Inductive Logic Programming (ILP). Corvallis, Oregon, USA. June, 2007. Using Bayesian Networks to Direct Stochastic Search in Inductive Logic

More information

Semantic Structure of the Indian Sign Language

Semantic Structure of the Indian Sign Language Semantic Structure of the Indian Sign Language Purushottam Kar and Achla M. Raina Indian Institute of Technology Kanpur 6 January 2008 Overview Indian Sign Language An Introduction Sociolinguistic and

More information

User Evaluation of an Electronic Malaysian Sign Language Dictionary: e-sign Dictionary

User Evaluation of an Electronic Malaysian Sign Language Dictionary: e-sign Dictionary User Evaluation of an Electronic Malaysian Sign Language Dictionary: e-sign Dictionary Siew Hock Ow Department of Software Engineering, Faculty of Computer Science & Information Technology University of

More information

Logical Bayesian Networks and Their Relation to Other Probabilistic Logical Models

Logical Bayesian Networks and Their Relation to Other Probabilistic Logical Models Logical Bayesian Networks and Their Relation to Other Probabilistic Logical Models Daan Fierens, Hendrik Blockeel, Maurice Bruynooghe, and Jan Ramon Department of Computer Science, Katholieke Universiteit

More information

Predicting the Effect of Diabetes on Kidney using Classification in Tanagra

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

More information

Using Bayesian Networks to Analyze Expression Data. Xu Siwei, s Muhammad Ali Faisal, s Tejal Joshi, s

Using Bayesian Networks to Analyze Expression Data. Xu Siwei, s Muhammad Ali Faisal, s Tejal Joshi, s Using Bayesian Networks to Analyze Expression Data Xu Siwei, s0789023 Muhammad Ali Faisal, s0677834 Tejal Joshi, s0677858 Outline Introduction Bayesian Networks Equivalence Classes Applying to Expression

More information

Device Equivalence Evaluation Form

Device Equivalence Evaluation Form Comparison of the Omron M6 Comfort IT (HEM-7322U-E) with the Omron M6 Comfort (HEM-7321-E) Devices Omron M6 Comfort IT (HEM-7322U-E) Omron M6 Comfort (HEM-7321-E) Pictures Display Validation ESH 2010 Device

More information

Lecture 2: Foundations of Concept Learning

Lecture 2: Foundations of Concept Learning Lecture 2: Foundations of Concept Learning Cognitive Systems - Machine Learning Part I: Basic Approaches to Concept Learning Version Space, Candidate Elimination, Inductive Bias last change October 18,

More information

Lecture 9: Lab in Human Cognition. Todd M. Gureckis Department of Psychology New York University

Lecture 9: Lab in Human Cognition. Todd M. Gureckis Department of Psychology New York University Lecture 9: Lab in Human Cognition Todd M. Gureckis Department of Psychology New York University 1 Agenda for Today Discuss writing for lab 2 Discuss lab 1 grades and feedback Background on lab 3 (rest

More information

Goal Recognition through Goal Graph Analysis

Goal Recognition through Goal Graph Analysis Journal of Artificial Intelligence Research 15 (2001) 1-30 Submitted 11/00; published 7/01 Goal Recognition through Goal Graph Analysis Jun Hong School of Information and Software Engineering University

More information

NORC AmeriSpeak Omnibus Survey: 41% of Americans Do Not Intend to Get a Flu Shot this Season

NORC AmeriSpeak Omnibus Survey: 41% of Americans Do Not Intend to Get a Flu Shot this Season Omnibus Survey: 41% of Americans Do Intend to Get a Flu Shot this Season Interview Dates: November 14-19, 2018 Nationally representative sample of 1,202 English-speaking adults age 18 and over, conducted

More information

DESIGNING AND IMPLEMENTING APPLICATIONS FOR HEARING-IMPAIRED CHILDREN

DESIGNING AND IMPLEMENTING APPLICATIONS FOR HEARING-IMPAIRED CHILDREN STUDIA UNIV. BABEŞ BOLYAI, INFORMATICA, Volume LVII, Number 1, 2012 DESIGNING AND IMPLEMENTING APPLICATIONS FOR HEARING-IMPAIRED CHILDREN Abstract. Hearing-impaired children need extra help when learning

More information

PART - A 1. Define Artificial Intelligence formulated by Haugeland. The exciting new effort to make computers think machines with minds in the full and literal sense. 2. Define Artificial Intelligence

More information

Web-Mining Agents Cooperating Agents for Information Retrieval

Web-Mining Agents Cooperating Agents for Information Retrieval Web-Mining Agents Cooperating Agents for Information Retrieval Prof. Dr. Ralf Möller Universität zu Lübeck Institut für Informationssysteme Karsten Martiny (Übungen) Literature Chapters 2, 6, 13, 15-17

More information

An Improved Algorithm To Predict Recurrence Of Breast Cancer

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

More information

Selection of Linking Items

Selection of Linking Items Selection of Linking Items Subset of items that maximally reflect the scale information function Denote the scale information as Linear programming solver (in R, lp_solve 5.5) min(y) Subject to θ, θs,

More information

Automatic extraction of adverse drug reaction terms from medical free text

Automatic extraction of adverse drug reaction terms from medical free text Automatic extraction of adverse drug reaction terms from medical free text Ola Caster Uppsala Monitoring Centre WHO Collaborating Centre for International Drug Monitoring ISCB 2009, Prague, Czech Republic

More information

International Journal of Software and Web Sciences (IJSWS)

International Journal of Software and Web Sciences (IJSWS) International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) ISSN (Print): 2279-0063 ISSN (Online): 2279-0071 International

More information

Vorlesung Grundlagen der Künstlichen Intelligenz

Vorlesung Grundlagen der Künstlichen Intelligenz Vorlesung Grundlagen der Künstlichen Intelligenz Reinhard Lafrenz / Prof. A. Knoll Robotics and Embedded Systems Department of Informatics I6 Technische Universität München www6.in.tum.de lafrenz@in.tum.de

More information

38 Int'l Conf. Bioinformatics and Computational Biology BIOCOMP'16

38 Int'l Conf. Bioinformatics and Computational Biology BIOCOMP'16 38 Int'l Conf. Bioinformatics and Computational Biology BIOCOMP'16 PGAR: ASD Candidate Gene Prioritization System Using Expression Patterns Steven Cogill and Liangjiang Wang Department of Genetics and

More information

Use of GELLO v.1.x, GLIF 3.5, SNOMED CT and EN archetypes

Use of GELLO v.1.x, GLIF 3.5, SNOMED CT and EN archetypes Use of GELLO v.1.x, GLIF 3.5, SNOMED CT and EN 13606 archetypes Peter Scott Andrew McIntyre Jared Davision Peter Tattam www.medical objects.com.au peter@medical objects.com.au Some main points 1. Standards

More information

What Smokers Who Switched to Vapor Products Tell Us About Themselves. Presented by Julie Woessner, J.D. CASAA National Policy Director

What Smokers Who Switched to Vapor Products Tell Us About Themselves. Presented by Julie Woessner, J.D. CASAA National Policy Director What Smokers Who Switched to Vapor Products Tell Us About Themselves Presented by Julie Woessner, J.D. CASAA National Policy Director The CASAA Consumer Testimonials Database Collection began in 2013 through

More information

Master of Science in Management: Fall 2018 and Spring 2019

Master of Science in Management: Fall 2018 and Spring 2019 Master of Science in Management: Fall 2018 and Spring 2019 2 - Required Professional Development & Career Workshops MGMT 7770 Prof. Development Workshop 1/Career Workshops (Fall) Wed. 9am, 12pm & 3pm MGMT

More information

COMMUNITY RESEARCH WORKSHOP

COMMUNITY RESEARCH WORKSHOP COMMUNITY RESEARCH WORKSHOP Community Research Workshop Activity: Opinions & Attitudes Source: Family Health International, 2004 Tree Metaphor The tree symbolizes strength, healing and fruitfulness in

More information

Including Quantification in Defeasible Reasoning for the Description Logic EL

Including Quantification in Defeasible Reasoning for the Description Logic EL Including Quantification in Defeasible Reasoning for the Description Logic EL Maximilian Pensel and Anni-Yasmin Turhan Institute for Theoretical Computer Science, Technische Universität Dresden first-name.last-name

More information

Fuzzy Decision Tree FID

Fuzzy Decision Tree FID Fuzzy Decision Tree FID Cezary Z. Janikow Krzysztof Kawa Math & Computer Science Department Math & Computer Science Department University of Missouri St. Louis University of Missouri St. Louis St. Louis,

More information

Module 1. Introduction. Version 1 CSE IIT, Kharagpur

Module 1. Introduction. Version 1 CSE IIT, Kharagpur Module 1 Introduction Lesson 2 Introduction to Agent 1.3.1 Introduction to Agents An agent acts in an environment. Percepts Agent Environment Actions An agent perceives its environment through sensors.

More information

FitFormula. Sam Liu (Apper) Simran Fitzgerald (Programmer) Jonathan Tomkun (Programmer) ECE1778 Final report

FitFormula. Sam Liu (Apper) Simran Fitzgerald (Programmer) Jonathan Tomkun (Programmer) ECE1778 Final report FitFormula ECE1778 Final report Sam Liu (Apper) Simran Fitzgerald (Programmer) Jonathan Tomkun (Programmer) Final Report Word Count: 1951 Apper Context Word Count: 311 Contents 1.0 Introduction... 3 2.0

More information

Zainab M. AlQenaei. Dissertation Defense University of Colorado at Boulder Leeds School of Business Operations and Information Management Division

Zainab M. AlQenaei. Dissertation Defense University of Colorado at Boulder Leeds School of Business Operations and Information Management Division An Investigation of the Relationship between Consumer Mental Health Recovery Indicators and Clinicians Reports Using Multivariate Analyses of the Singular Value Decomposition of a Textual Corpus Zainab

More information

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

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

More information

Evaluating the Risk Acceptance Ladder (RAL) as a basis for targeting communication aimed at prompting attempts to improve health related behaviours

Evaluating the Risk Acceptance Ladder (RAL) as a basis for targeting communication aimed at prompting attempts to improve health related behaviours Evaluating the Risk Acceptance Ladder (RAL) as a basis for targeting communication aimed at prompting attempts to improve health related behaviours A pilot randomised controlled trial Ms Claire Stevens,

More information

Development of an Expert System for Distinguishing Headaches from Migraines

Development of an Expert System for Distinguishing Headaches from Migraines Development of an Expert System for Distinguishing Headaches from Migraines By D. KOPEC*, G. SHAGAS*, J. SELMAN**, D. REINHARTH**, S. TAMANG* * Department of Computer and Information Science, Brooklyn

More information

Foundations of AI. 10. Knowledge Representation: Modeling with Logic. Concepts, Actions, Time, & All the Rest

Foundations of AI. 10. Knowledge Representation: Modeling with Logic. Concepts, Actions, Time, & All the Rest Foundations of AI 10. Knowledge Representation: Modeling with Logic Concepts, Actions, Time, & All the Rest Wolfram Burgard, Andreas Karwath, Bernhard Nebel, and Martin Riedmiller 10/1 Contents Knowledge

More information

Computation Tree Logic vs. Linear Temporal Logic. Slides from Robert Bellarmine Krug University of Texas at Austin

Computation Tree Logic vs. Linear Temporal Logic. Slides from Robert Bellarmine Krug University of Texas at Austin Computation Tree Logic vs. Linear Temporal Logic Slides from Robert Bellarmine Krug University of Texas at Austin CTL vs. LTL (2 / 40) Outline 1. Some Definitions And Notation 2. LTL 3. CTL 4. CTL vs.

More information

Data Mining in Bioinformatics Day 4: Text Mining

Data Mining in Bioinformatics Day 4: Text Mining Data Mining in Bioinformatics Day 4: Text Mining Karsten Borgwardt February 25 to March 10 Bioinformatics Group MPIs Tübingen Karsten Borgwardt: Data Mining in Bioinformatics, Page 1 What is text mining?

More information

HBML: A Representation Language for Quantitative Behavioral Models in the Human Terrain

HBML: A Representation Language for Quantitative Behavioral Models in the Human Terrain HBML: A Representation Language for Quantitative Behavioral Models in the Human Terrain Nils F. Sandell, Robert Savell David Twardowski, George Cybenko Conference on Social Computing, Behavioral Modeling,

More information

AU TQF 2 Doctoral Degree. Course Description

AU TQF 2 Doctoral Degree. Course Description Course Description 1. Foundation Courses CP 5000 General Psychology Non-credit Basic psychological concepts and to introduce students to the scientific study of behavior. Learning and Behavior, Altered

More information

Why did the network make this prediction?

Why did the network make this prediction? Why did the network make this prediction? Ankur Taly (Google Inc.) Joint work with Mukund Sundararajan and Qiqi Yan Some Deep Learning Successes Source: https://www.cbsinsights.com Deep Neural Networks

More information

Representing Association Classification Rules Mined from Health Data

Representing Association Classification Rules Mined from Health Data Representing Association Classification Rules Mined from Health Data Jie Chen 1, Hongxing He 1,JiuyongLi 4, Huidong Jin 1, Damien McAullay 1, Graham Williams 1,2, Ross Sparks 1,andChrisKelman 3 1 CSIRO

More information

MODULE 5 Motivation Definition of Motivation Work Motivation Work Motivation Sources of Motivation

MODULE 5 Motivation Definition of Motivation Work Motivation Work Motivation Sources of Motivation MODULE 5 Motivation Definition of Motivation The psychological meaning of motivation It is the internal mental state of a person which relates to the initiation, direction, persistence, intensity, and

More information

Models of Information Retrieval

Models of Information Retrieval Models of Information Retrieval Introduction By information behaviour is meant those activities a person may engage in when identifying their own needs for information, searching for such information in

More information

PUBLIC HAPPINESS HEIRs conference 2013, Rome 4-5 June. Department of Labour Market and Social Policies Social Inclusion Area Rome, Corso Italia 33

PUBLIC HAPPINESS HEIRs conference 2013, Rome 4-5 June. Department of Labour Market and Social Policies Social Inclusion Area Rome, Corso Italia 33 A contented mind is a perpetual feast : subjective well being for social care services users By G. A. Giuliano, S. Tenaglia, P. Vivaldi Vera, A.Cassone Department of Labour Market and Social Policies Social

More information

Using Association Rule Mining to Discover Temporal Relations of Daily Activities

Using Association Rule Mining to Discover Temporal Relations of Daily Activities Using Association Rule Mining to Discover Temporal Relations of Daily Activities Ehsan Nazerfard, Parisa Rashidi, and Diane J. Cook School of Electrical Engineering and Computer Science Washington State

More information

Web-Mining Agents Cooperating Agents for Information Retrieval

Web-Mining Agents Cooperating Agents for Information Retrieval Web-Mining Agents Cooperating Agents for Information Retrieval Prof. Dr. Ralf Möller Universität zu Lübeck Institut für Informationssysteme Tanya Braun (Übungen) Organizational Issues: Assignments Start:

More information

The Cochrane Collaboration

The Cochrane Collaboration The Cochrane Collaboration Version and date: V1, 29 October 2012 Guideline notes for consumer referees You have been invited to provide consumer comments on a Cochrane Review or Cochrane Protocol. This

More information

Workshop Report. Follow-up care / post-acute care / aftercare, long-term and palliative care

Workshop Report. Follow-up care / post-acute care / aftercare, long-term and palliative care Workshop Report Follow-up care / post-acute care / aftercare, long-term and palliative care (Evaluation of current situation and planning of new strategies) January 19th 2017 The Ministry of Health of

More information

Understanding the True Realities of Influencing. What do you need to do in order to be Influential?

Understanding the True Realities of Influencing. What do you need to do in order to be Influential? Understanding the True Realities of Influencing. What do you need to do in order to be Influential? Background and why Influencing is increasingly important? At Oakwood Learning we have carried out our

More information

Evolutionary Approach to Investigations of Cognitive Systems

Evolutionary Approach to Investigations of Cognitive Systems Evolutionary Approach to Investigations of Cognitive Systems Vladimir RED KO a,1 b and Anton KOVAL a Scientific Research Institute for System Analysis, Russian Academy of Science, Russia b National Nuclear

More information

Trading off coverage for accuracy in forecasts: Applications to clinical data analysis

Trading off coverage for accuracy in forecasts: Applications to clinical data analysis Trading off coverage for accuracy in forecasts: Applications to clinical data analysis Michael J Pazzani, Patrick Murphy, Kamal Ali, and David Schulenburg Department of Information and Computer Science

More information

PEER REVIEW HISTORY ARTICLE DETAILS TITLE (PROVISIONAL)

PEER REVIEW HISTORY ARTICLE DETAILS TITLE (PROVISIONAL) PEER REVIEW HISTORY BMJ Open publishes all reviews undertaken for accepted manuscripts. Reviewers are asked to complete a checklist review form (see an example) and are provided with free text boxes to

More information

UCA Speech-Language Hearing Center UCA Box Donaghey Avenue Conway, AR Phone: Fax: APHASIA CASE HISTORY

UCA Speech-Language Hearing Center UCA Box Donaghey Avenue Conway, AR Phone: Fax: APHASIA CASE HISTORY UCA Speech-Language Hearing Center UCA Box 4985 201 Donaghey Avenue Conway, AR 72035-0001 Phone: 501-450-3176 Fax: 501-450-5474 APHASIA CASE HISTORY General Information Name: Birthdate Gender Address:

More information

Section 3. deaf culture

Section 3. deaf culture Section 3 deaf culture Section 3: deaf culture The Deaf community As technology improves, many deaf people are now able to speak, listen, and mix socially using spoken language while at the same time as

More information

Processing of Logical Functions in the Human Brain

Processing of Logical Functions in the Human Brain Processing of Logical Functions in the Human Brain GRMELA ALEŠ AGCES Ltd. AGCES, Levského 3221/1, Praha 4 CZECH REPUBLIC N. E. MASTORAKIS Military Institutions of University Education, Hellenic Naval Academy,

More information

Administrative notes. Computational Thinking ct.cs.ubc.ca

Administrative notes. Computational Thinking ct.cs.ubc.ca Administrative notes March 14: Midterm 2: this will cover all lectures, labs and readings between Tue Jan 31 and Thu Mar 9 inclusive Practice Midterm 2 is on Exercises webpage: http://www.ugrad.cs.ubc.ca/~cs100/2016w2/

More information

Data Mining Diabetic Databases

Data Mining Diabetic Databases Data Mining Diabetic Databases Are Rough Sets a Useful Addition? Joseph L. Breault,, MD, MS, MPH joebreault@tulanealumni.net Tulane University (ScD student) Department of Health Systems Management & Alton

More information

Customer case study Genome-wide variation Impact of Human Variation on Disease. Sample to Insight

Customer case study Genome-wide variation Impact of Human Variation on Disease. Sample to Insight Customer case study Genome-wide variation Impact of Human Variation on Disease Sample to Insight Rajini Haraksingh aims for a broad understanding of the complexities of human variation. Along the way,

More information

Dementia Action Alliance survey for carers and professionals

Dementia Action Alliance survey for carers and professionals Dementia Action Alliance survey for carers and professionals Are we making any progress? To mark the fourth year of the National Dementia Declaration, the Dementia Action Alliance (DAA) is conducting a

More information

Assignment Question Paper I

Assignment Question Paper I Subject : - Discrete Mathematics Maximum Marks : 30 1. Define Harmonic Mean (H.M.) of two given numbers relation between A.M.,G.M. &H.M.? 2. How we can represent the set & notation, define types of sets?

More information

A Smart Texting System For Android Mobile Users

A Smart Texting System For Android Mobile Users A Smart Texting System For Android Mobile Users Pawan D. Mishra Harshwardhan N. Deshpande Navneet A. Agrawal Final year I.T Final year I.T J.D.I.E.T Yavatmal. J.D.I.E.T Yavatmal. Final year I.T J.D.I.E.T

More information

The Social Norms Review

The Social Norms Review Volume 1 Issue 1 www.socialnorm.org August 2005 The Social Norms Review Welcome to the premier issue of The Social Norms Review! This new, electronic publication of the National Social Norms Resource Center

More information

Workplace smoking ban eects in an heterogenous smoking population

Workplace smoking ban eects in an heterogenous smoking population Workplace smoking ban eects in an heterogenous smoking population Workshop IRDES June 2010 1 Introduction 2 Summary of ndings 3 General population analysis The French ban had no impact on overall smoking

More information

Human Activities: Handling Uncertainties Using Fuzzy Time Intervals

Human Activities: Handling Uncertainties Using Fuzzy Time Intervals The 19th International Conference on Pattern Recognition (ICPR), Tampa, FL, 2009 Human Activities: Handling Uncertainties Using Fuzzy Time Intervals M. S. Ryoo 1,2 and J. K. Aggarwal 1 1 Computer & Vision

More information

Real-time Summarization Track

Real-time Summarization Track Track Jaime Arguello jarguell@email.unc.edu February 6, 2017 Goal: developing systems that can monitor a data stream (e.g., tweets) and push content that is relevant, novel (with respect to previous pushes),

More information