A Knowledge-Based System for Fashion Trend Forecasting

Size: px
Start display at page:

Download "A Knowledge-Based System for Fashion Trend Forecasting"

Transcription

1 A Knowledge-Based System for Fashion Trend Forecasting Paola Mello 1, Sergio Storari 2, and Bernardo Valli 3 1 DEIS - University of Bologna Viale Risorgimento, Bologna, Italy pmello@deis.unibo.it 2 ENDIF - University of Ferrara Via Saragat, Ferrara, Italy sergio.storari@unife.it 3 Faculty of Sociology - University of Urbino Carlo Bo Via Saffi, Urbino, Italy image@imagelab.w3n.it Abstract. In this paper, we show how artificial intelligence techniques can be applied for the forecasting of trends in the high creative domain of fashion. We describe a knowledge-based system that, starting from a set of keywords and pictures representing the concepts on which a fashion stylist chooses to base a new collection, is able to automatically create a trend forecast composed by the set of colors that better express these target concepts. In order to model the knowledge used by the system to forecast trends, we experimented Bayesian networks. This kind of model is learned from a dataset of past trends by using different algorithms. We show how Bayesian networks can be used to make the forecast and the experiments made in order to evaluate their performances. 1 Introduction There are sectors where the use of models is very important; in fact they can help in the comprehension of the surroundings and in the discovery of the natural laws in different sciences: Biology, Genetics, Chemistry, Physics. Among sectors where this knowledge modeling can be very interesting, we find the field of fashion, in particular the sphere of trends valuation. In this field, stylists and marketing experts study past trends and, according to their experience, formulate a forecasting on trends that will lead the next years collection. This study could prove to be very difficult and complicated both for experienced stylists and for small and medium companies that can only count on limited resources and experiences. In this paper, we describe our research activity aimed at investigating if artificial intelligence may be useful to support the stylist in the creative process which starts with the analysis of past fashion trends and ends with the forecasting of the new ones. In particular, we focused our attention on the creation of color proposals made by color stylists for the spun-yarn industries working in the fashion market. The creation of such proposals is highly influenced by the stylist creativity and experience and it is so

2 2 complex that only under widely simplifying hypothesis we could imagine to introduce partially creative elements combining Artificial Intelligence techniques as, for example, knowledge-based systems and data mining. Knowledge-based systems are able to solve problems in a limited domain but with performances similar to the ones of a human expert of the same domain. For this reason, a knowledge-based system seems suitable to support stylists and industry users in the creation of color proposal based on the analysis of past trends. One problem of such systems is knowledge acquisition because very often it can not be made manually, e.g. by making questions and interviews to the domain experts, in a easy and clear way. This is the case of the fashion domain as reported by Aarold Cohen [3]: I concluded that color is one of those things that we do not exactly think about; what I mean is that we have ways of manipulating it in the head, but the manipulation does not follow the more regular traffic of externalization into verbal constructs.... In order to overcome this limitation, data mining proposes several techniques to learn the knowledge base in a symbolic or sub-symbolic format from examples. Nowadays data mining techniques are widely used from a practical point of view to take advantage of the knowledge contained in databases. In the light of these considerations, in this article we propose an hybrid approach based on knowledge-based systems and data mining to support the creation of color proposal in fashion. The paper is organized as follows. The analysis of the process followed by a stylist to create a color proposal and the identification of where a support system may be useful is described in Section 2. Section 3 presents the data mining techniques that we evaluated as suitable for learning a knowledge base to be used in the support system. Section 4 and Section 5 describe respectively the experiments made to test the performance of the learned knowledge and how we use such knowledge to build a first prototype of the color proposal knowledge-based system. Conclusions follow in Section 6. 2 Analysis of the creative process Stylists use different creative processes to define a color/tissue proposal. Among them, in this paper we focus on the one used by an Italian stylist. This process, similar to the one used by other stylists worldwide, was analyzed in details by the ImageLab [6] staff, in order to better understand its phases and the more important information. From this analysis emerged that the process starts from the choice of some words and/or concepts taken by the stylist as the keywords of a new color proposal. As second step, the stylist associates to these words/concepts one or more pictures taken from various sources such as, for example, TV, journals, books and photos. In the third and last step, the stylist chooses more or less ten colors and some tissues that in his/her opinion better represent the words, concepts and pictures chosen in the previous steps. In this paper we propose to use a knowledge-based system to support the stylist in this last step of the creative process. In more details, the system should have the knowledge necessary to choose, among all the colors, the ones that better express the words, concepts and pictures chosen by the stylist. In the project we decided to elicit such knowledge from a collection of color proposals used in the past (named Proposal

3 3 Dataset P D). Each proposal contains: a set of words and concepts, the picture that has been associated to such words and concepts, and the set of chosen colors. Pictures have been digitalized in 16M colors. In order to decrease the complexity of the classification models, we decided to reduce the number of colors to 64, switching from 8bit to 2 bit for each RGB canal (the space has been subdivided in 64 cubes and all the colors belonging to a cube have been associated to the color in the cube center) 4. Given a picture, the frequency of each of the 64 colors is represented by the number of points that have a color which belongs in its color cube. Color frequencies have been discretized subdividing it by the highest color frequency in the picture (obtaining a relative frequency FR between 0 and 1) and assigning to it class N (not present) if F R = 0, B (low frequency) if 0 < F R 0.25, M (medium frequency) if 0.25 < F R 0.5, MA (medium high frequency) if 0.5 < F R 0.75 and A (high frequency) if F R > In the first experiments, these information have been digitally represented as follows: Words and concepts are modeled by boolean variables: a variable is True(False) if the word or concept it represents has(has not) been chosen in a color proposal; The 64 discretized color frequencies of the picture represented by the variables S6 1 S6 64 (N = not present, B = low, M = medium, MA = medium high, A = high); The chosen colors have been represented by 64 tonalities and considered as boolean variables C6 1 C6 64: a variable is True if the one or more colors of such tonality have been chosen in the proposal, otherwise False. P D contains 153 color proposals. Some of them are incomplete as they contain only words/concepts and chosen colors. In the experiments we used 29 words/concepts (Frivolousness, Sensuality, Nature, Metropolitan, Relax, etc.). 3 Data mining techniques for supporting color proposals Data mining concerns the automatic or semiautomatic exploration and analysis of data in order to discover meaningful, previously unknown, nontrivial and potentially useful knowledge. Data mining techniques can be subdivided in symbolic, if the extracted knowledge has a symbolic representation and can be easily understood by a human, and sub-simbolic, if the knowledge can only be understood by a computer. In our experiments, described in Section 4, we decided to focus on symbolic techniques for learning classifiers. We focus on classification because we see the problem of proposing or not a color C given the words/concepts W C and the picture colors S, chosen by the stylist, as a binary classification of the variable C in to propose and not to propose based on the values of the variables in W C and S. Moreover, we chosen the symbolic approach because, since the extracted knowledge is explicit, it is possible to explain to the user how a color has been proposed or not. Sub-symbolic techniques 4 The expert has considered this approximation acceptable because the suggestion of a particular limited range of colors is useful to guide him in the definition of the specific color to choose

4 4 does not offer such advantage but will be tested in future experiments to compare their performance w.r.t. the symbolic ones. Among the symbolic learning techniques, we tested Bayesian Networks [12]. A Bayesian network [12] is an appropriate method for dealing with uncertainty and probability, that are typical of real-life applications. A Bayesian network is a directed, acyclic graph (DAG) whose nodes represent domain variables and arcs represent probabilistic relations among them. In a Bayesian network each node is conditionally independent from any subset of nodes that are not its descendants, given its parents. By means of Bayesian networks, we can use information about the values of some variables to obtain probabilities for other variables. A probabilistic inference takes place once the probabilities functions of each node conditioned to just its parents are given. These are usually represented in a tabled form, named Conditional Probability Table (CPT). Given a training set of examples, learning a Bayesian network is the problem of finding the structure of the direct acyclic graph and the CPT associated with each node that best match (according to some scoring metric) the dataset. Optimality is evaluated with respect to a given scoring metric. A procedure for searching among possible structures is needed. The K2 algorithm [4] is a typical search and score method. It starts by assuming that a node has no parents, after which, in every step it adds incrementally the parent whose addition mostly increases the probability of the resulting structure. K2 stops adding parents to the nodes when the addition of a single parent cannot increase the probability of the network given the data. In the Experiments section, we will describe how we learned Bayesian networks from the available dataset by using the K2 algorithm and how we evaluated the classification performance of such networks. 4 Experiments This section describes the preparation of the datasets (Section 4.2), how we evaluate the performance of a learned Bayesian network (Section 4.4) and the performance results achieved by using different datasets and learning algorithms (Section 4.5). 4.1 Data mining and Bayesian network tools The Weka suite [14] (Waikato Environment for Knowledge Analysis), developed by the Waikato University of New Zeland, is a collection of machine learning algorithms. The suite, developed in Java, proposes a graphical user interface for easily accessing a lot of different algorithms, several pre-processing and post-processing methods, and some results visualization tools. In our research, we used the Weka Bayesian network learning algorithms, available in the classifiers group, and, in particular, the K2 algorithm implementation of Weka to learn a network and to analyze its performance. Moreover we saved the Bayesian network model in a Weka format. This model is then used by the knowledge-based system prototype, described in Section 5, to analyze a new case and classify a specific color as to propose or not to propose.

5 5 For the graphical visualization of the Bayesian network we used an opensource software named Genie [5]. 4.2 Dataset preparation In order to prepare the dataset for the data ming algorithms we followed several steps. In the first, we applied two filters: a filter to remove the variables which represent the colors in the picture S6 1 S6 64, obtaining a dataset containing only words/concepts and the chosen colors C6 1 C6 64 (the nopicture label is added to the dataset name if this filter is applied); a filter to remove the color proposals which contain missing values (the nomiss label is added to the dataset name if this filter is applied). Applying this filters we created two datasets: P D nomiss, used to evaluate the contribute that all the available information can give to the color classification; P D nopicture nomiss, used to evaluate the contribute that only the words/concepts can give to the color classification after the removal of the picture related information. As described in Section 3, the aim is to build a classifier for each color. Since we have 64 colors C6 1 C6 64, we learned 64 classifiers for the P D nomiss dataset and 64 for the P D nopicture nomiss dataset (for each classifier we have a dataset in which the class attribute is C6 i and the information used to make the classification are in the words/concepts and (eventually) the picture colors attributes). 4.3 Using the Bayesian network knowledge As previously described in Section 3, in order to use a Bayesian network for the classification of a target variable, it is necessary to assign a value to some or all the other domain variables. In our domain, the target variable is a color to propose or not to propose, while the other domain variables are the words/concepts (set as T if chosen, F otherwise) and the picture color frequencies. As an example, Figure 1 shows in Genie the network learned from the P D nomiss dataset for the C6 20 color. Fig. 1. Bayesian network model in Genie

6 6 Every node has associated an a priori probability for each admitted attribute value computed by mean of a statistical analysis of the dataset. As shown in Figure 1, the C6 20 target node has two possible values: T that corresponds to the to propose output and F that corresponds to the not to propose output. Moreover, this node has three parent nodes: natura, associated to the nature concept; energia, associated to energy concept; S6 9, associated to the frequency of the picture color number 9. Given the choice of a set of words/concepts and of a picture, if we want to use the Bayesian network for classifying the target color as to propose or not to propose we assign a value to the word/concept and the picture color attributes according to the user choice. Given value assignments, Bayesian network inference algorithms are capable to propagate the probabilities on the network and change the probability of the allowable values of the target color (to propose or not to propose). Figure 2 shows an example of this kind of probability propagation. Fig. 2. Inference in the Bayesian network model 4.4 Performance evaluation of a learned color classifier In order to evaluate the classification performance of a model, we created a confusion matrix and derived from it some performance indexes. Given a dataset of classified examples and a classification model, the confusion matrix is used to compare the original classifications w.r.t. the ones proposed by the model. In our experiments the dataset of classified examples is represent by the set of past color proposals, the classification model is a Bayesian network used to classify a specific color as to propose or not to propose and the confusion matrix appear as shown in Table 1. The cell names inside the confusion matrix have the following meaning: CNP = Correctly Not Proposed; ENP = Erroneously Not Proposed; EP = Erroneously Proposed; CP = Correctly Proposed. The cell values are used to compute four performance indexes: Accuracy = CP/(CP + EP ) where this index expresses the percentage of times a color has been correctly proposed over the total times it has been proposed; Sensitivity = CP/(CP + ENP )

7 7 Table 1. Confusion matrix Classification made by the Bayesian network Not to propose To propose Real choice Not to propose CNP EP (made by the stylist) To propose ENP CP where this index expresses the percentage of times a color has been correctly proposed over the total times it had to be proposed; Specificity = CNP/(CNP + EP ) where this index expresses the percentage of times a color has been correctly not proposed over the time it had not to be proposed; F alsealarmrate = 1 Specificity where this index expresses the percentage of times a color has been erroneously proposed over the time it had not to be proposed. The accuracy has been also evaluated as the number of correct classifications over the total number of cases: AccClass = (CNP + CP )/(CNP + CP + EP + ENP ). These indexes consider two different points of view: the first four are dedicated to stylists which prefer a model with high correctness of the to propose classification (an approach similar to the one proposed in [8]); The last index is dedicated to stylists which assign the same importance to the to propose and not to propose classifications, so they prefer a model with high performance for both of them. 4.5 Results The results shown in this section have been achieved by the K2 Bayesian network learning algorithms and evaluated by using the 10-fold cross validation. The dataset used in the experiments were P D nomiss (D1 for short) and P D nopicture nomiss (D2 for short). The K2 learning algorithm has been used with the option initasn aivebayes set as false (named k2 false) and as true (named k2 true). When this option is set as true (default), the initial network structure used in the learning is NaiveBayes like, with an arrow starting from the class attribute to each of the non-class attributes. When this option is set as false, the initial network has no arcs. The score function has been set as BAY ES. The results are shown in Table 2: since for each combination of dataset and algorithm we have learned 64 Bayesian networks (one for each color), in this table we show the average of the performance indexes achieved for all the colors (Accuracy (ACC), Sensitivity (SENS), Specificity (SPEC), False Alarm rate (FA) and AccClass (ACL)). Table 2. Results of the K2 false and K2 true algorithms K2 false on D1 K2 false on D2 K2 true on D1 K2 true on D2 ACC SENS SPEC FA ACL

8 8 Analyzing these results, we observe that the Bayesian networks learned from the dataset which contains only the words/concepts chosen by the stylist (D2) achieve worst classification performances than the ones learned from the dataset which contains also the colors of the pictures (D1). Picture information are then effectively useful to perform good colors forecasting. Moreover we observe that the performance achieved by k2 f alse are better than the k2 true one. Following these considerations the classification models used in the knowledge-based system, described in Section 5, are the ones learned by k2 false on D1. Fig. 3. Graphic user interface of the prototype 5 First prototype Following the experiment results, described in Section 4.5, we choose the 64 Byesian networks learned by k2 false on D1 as knowledge to use in the first prototype of the color proposal supporting system. The interaction between the user and the knowledge base is managed by the graphic user interface (GUI) shown in Figure 3 that allows: the definition of a new color proposal creation request; the consultation of the knowledge base to create a color proposal; the visualization of the color proposal. The definition of a new color proposal request is made by the user selecting: in the checkboxs on left side of the GUI the words/concepts on which the proposal should be

9 9 focused; in the top of the GUI the file which specifies the frequencies of the color inside the picture that the user has associated to the words/concepts previously chosen. This choice is made by the user considering, for example, his/her experience, current trends and personal taste. When the Evaluate button is pressed, the system creates the new color proposal following several steps. In the first, it creates the new color proposal request in the format described in Section 2 (extraction of other attributes from the pictures will be considered in future works). This request is then sent to the 64 Bayesian networks that, following the inference methodology described in Section 4.3, classify each color as to propose and not to propose. The inference engine that interprets the Bayesian networks to make the classification is the one implemented in the weka.classif iers.bayesn et class of Weka [14]. The set of colors proposed by the system is shown in the right side of the GUI. 6 Conclusions and Discussion In this paper we presented a knowledge-based system that is able to create automatically the forecasting of trends in fashion represented by the colors to use in a new collection. In order to reach this goal, at first we have analyzed the creative process followed by a stylist, identifying a set of words/concepts and a picture as the most significant information used by him/her to make the forecast. As second step we used data mining techniques for eliciting, from a dataset of past color proposals, the knowledge necessary to create a new proposal. Finally we developed a prototype of a knowledge-based system that effectively uses the elicited knowledge to support the color proposal creation. The stylist that has supplied the starting dataset has found the elicited knowledge and the performance results very interesting. In particular in her opinion it is valuable the ability of the Bayesian network to make explicit the words/concepts and picture colors most influencing each color choice. Moreover, she confirmed that many of such probabilistic models are effectively consistent with her choices. She considered these models useful also for other reasons: they can be used by pret-a-porter stylists to analyze successful fashion collections in order to find the most appropriated color combinations; they can be used by high fashion stylists to differentiate their collection from the high distribution fashion collections proposing something original. Beside Bayesian networks, Decision tree [13] learning techniques have also been tested on the dataset of color proposals. In the experiments, described in [10], Bayesian networks have achieved the best predictive performances. Among the necessary future steps we consider important to increment the number of color proposals in the dataset used to elicit the system knowledge base and to make a deep analysis of the informative value of pictures. Despite the achieved results, we are aware that the application domain is very complex and that the combination of knowledge-based systems and data mining only under widely simplifying hypotheses could be considered a real creative process. The aim of creating such creative systems is the goal of a research area of artificial intelligence named Computational Creativity [11][2]. This high interdisciplinary area

10 10 (computer science, notional psychology, philosophy and art) does not fall within the areas that have the intention to suggest problems solution but it is part of the areas that aim at the generation of manufactures of value: different artificial intelligence techniques are used to produce these manufactures, to value them through an utility function and to select some of them. Systems based on creativity rules have been proposed in different application fields: in melodies, for the improvisation of jazz music ( [7]Philip Johnson - Laird - University of Princeton); in art, for the creation of paintings (AARON [1] by Harold Cohen University of California); in theorems, for the discovery of mathematical rules (AM [9] Douglas Lenat Stanford University). In spite of all these applications, as we know, computational creativity has never been applied to fashion and in particular to the forecasting of trends for color selection. For this reason we consider the work described in this paper as a first step on the development a real creative system for fashion. Acknowledgments This research activity has been partially funded by the Italian Cofin 2003 project (prot ). We would like to thank Ornella Bignami (Elementi Moda s.r.l.), Alessandro Di Caro (ImageLab), Erika D Amico (ImageLab), Emanuela Ciuffoli (ImageLab), Enrico Betti (ImageLab), Elena Giliberti (ImageLab), Beatrice Universo (ImageLab) and Enrico Munari (University of Ferrara) for their precious help in the research. References 1. Aaron. Home Page: 2. M. Boden. Agents and Creativity. Communications of the ACM, H. Cohen. The further exploits of aaron, painter. Stanford Humanities Review, 4(2), G. Cooper and E. Herskovits. A bayesian method for the induction of probabilistic networks from data. Machine Learning, 9: , Genie. Home Page: 6. Imagelab, universita di urbino. Home Page: 7. P. Johnson-Laird. Jazz Improvisation: A theory at the computational level. TRepresenting Musical Structure. Academic Press, London, N. Lavrac. Machine learning for data mining in medicine. In W. Horn, Y. Shahar, G. Lindberg, S. Andreassen, and J. Wyatt, editors, Proc. Artificial intelligence in medicine (AIMDM), number 1620 in LNAI, pages 47 64, Berlin, Springer Verlag. 9. Douglas B. Lenat and John Seely Brown. Why am and eurisko appear to work. Artif. Intell., 23(3): , P. Mello, S. Storari, and B. Valli. Application of machine learning techniques for the forecasting of fashion trends. Intelligenza Artificiale, To appear. 11. M. Minsky. The Society of Mind. Simon and Schster, New York, J. Pearl and S. Russell. Bayesian networks. In M.A. Arbib, editor, The Handbook of Brain Theory and Neural Networks. MIT Press, Cambridge, MA, R. Quinlan. Induction of decision trees. Machine Learning, vol.1 n.1:81 106, I.H. Witten and F. Eibe. Data Mining: Practical machine learning tools and techniques. Morgan Kaufmann, San Francisco, 2005.

Logistic Regression and Bayesian Approaches in Modeling Acceptance of Male Circumcision in Pune, India

Logistic Regression and Bayesian Approaches in Modeling Acceptance of Male Circumcision in Pune, India 20th International Congress on Modelling and Simulation, Adelaide, Australia, 1 6 December 2013 www.mssanz.org.au/modsim2013 Logistic Regression and Bayesian Approaches in Modeling Acceptance of Male Circumcision

More information

Evaluating Classifiers for Disease Gene Discovery

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

More information

ERA: Architectures for Inference

ERA: Architectures for Inference ERA: Architectures for Inference Dan Hammerstrom Electrical And Computer Engineering 7/28/09 1 Intelligent Computing In spite of the transistor bounty of Moore s law, there is a large class of problems

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

Lecture 3: Bayesian Networks 1

Lecture 3: Bayesian Networks 1 Lecture 3: Bayesian Networks 1 Jingpeng Li 1 Content Reminder from previous lecture: Bayes theorem Bayesian networks Why are they currently interesting? Detailed example from medical diagnostics Bayesian

More information

Bayesian Networks in Medicine: a Model-based Approach to Medical Decision Making

Bayesian Networks in Medicine: a Model-based Approach to Medical Decision Making Bayesian Networks in Medicine: a Model-based Approach to Medical Decision Making Peter Lucas Department of Computing Science University of Aberdeen Scotland, UK plucas@csd.abdn.ac.uk Abstract Bayesian

More information

International Journal of Pharma and Bio Sciences A NOVEL SUBSET SELECTION FOR CLASSIFICATION OF DIABETES DATASET BY ITERATIVE METHODS ABSTRACT

International Journal of Pharma and Bio Sciences A NOVEL SUBSET SELECTION FOR CLASSIFICATION OF DIABETES DATASET BY ITERATIVE METHODS ABSTRACT Research Article Bioinformatics International Journal of Pharma and Bio Sciences ISSN 0975-6299 A NOVEL SUBSET SELECTION FOR CLASSIFICATION OF DIABETES DATASET BY ITERATIVE METHODS D.UDHAYAKUMARAPANDIAN

More information

Artificial Intelligence For Homeopathic Remedy Selection

Artificial Intelligence For Homeopathic Remedy Selection Artificial Intelligence For Homeopathic Remedy Selection A. R. Pawar, amrut.pawar@yahoo.co.in, S. N. Kini, snkini@gmail.com, M. R. More mangeshmore88@gmail.com Department of Computer Science and Engineering,

More information

Predicting Breast Cancer Survivability Rates

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

More information

Learning Decision Tree for Selecting QRS Detectors for Cardiac Monitoring

Learning Decision Tree for Selecting QRS Detectors for Cardiac Monitoring Learning Decision Tree for Selecting QRS Detectors for Cardiac Monitoring François Portet 1, René Quiniou 2, Marie-Odile Cordier 2, and Guy Carrault 3 1 Department of Computing Science, University of Aberdeen,

More information

Empirical function attribute construction in classification learning

Empirical function attribute construction in classification learning Pre-publication draft of a paper which appeared in the Proceedings of the Seventh Australian Joint Conference on Artificial Intelligence (AI'94), pages 29-36. Singapore: World Scientific Empirical function

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

Prognostic Prediction in Patients with Amyotrophic Lateral Sclerosis using Probabilistic Graphical Models

Prognostic Prediction in Patients with Amyotrophic Lateral Sclerosis using Probabilistic Graphical Models Prognostic Prediction in Patients with Amyotrophic Lateral Sclerosis using Probabilistic Graphical Models José Jorge Dos Reis Instituto Superior Técnico, Lisboa November 2014 Abstract Amyotrophic Lateral

More information

How to Create Better Performing Bayesian Networks: A Heuristic Approach for Variable Selection

How to Create Better Performing Bayesian Networks: A Heuristic Approach for Variable Selection How to Create Better Performing Bayesian Networks: A Heuristic Approach for Variable Selection Esma Nur Cinicioglu * and Gülseren Büyükuğur Istanbul University, School of Business, Quantitative Methods

More information

Data Mining Techniques to Predict Survival of Metastatic Breast Cancer Patients

Data Mining Techniques to Predict Survival of Metastatic Breast Cancer Patients Data Mining Techniques to Predict Survival of Metastatic Breast Cancer Patients Abstract Prognosis for stage IV (metastatic) breast cancer is difficult for clinicians to predict. This study examines the

More information

Implementation of Perception Classification based on BDI Model using Bayesian Classifier

Implementation of Perception Classification based on BDI Model using Bayesian Classifier Implementation of Perception Classification based on BDI Model using Bayesian Classifier Vishwanath Y 1 Murali T S 2 Dr M.V Vijayakumar 3 1 Research Scholar, Dept. of Computer Science & Engineering, Jain

More information

Classification and Predication of Breast Cancer Risk Factors Using Id3

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

More information

[1] provides a philosophical introduction to the subject. Simon [21] discusses numerous topics in economics; see [2] for a broad economic survey.

[1] provides a philosophical introduction to the subject. Simon [21] discusses numerous topics in economics; see [2] for a broad economic survey. Draft of an article to appear in The MIT Encyclopedia of the Cognitive Sciences (Rob Wilson and Frank Kiel, editors), Cambridge, Massachusetts: MIT Press, 1997. Copyright c 1997 Jon Doyle. All rights reserved

More information

You can use this app to build a causal Bayesian network and experiment with inferences. We hope you ll find it interesting and helpful.

You can use this app to build a causal Bayesian network and experiment with inferences. We hope you ll find it interesting and helpful. icausalbayes USER MANUAL INTRODUCTION You can use this app to build a causal Bayesian network and experiment with inferences. We hope you ll find it interesting and helpful. We expect most of our users

More information

Prediction of Diabetes Using Bayesian Network

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

More information

An Efficient Attribute Ordering Optimization in Bayesian Networks for Prognostic Modeling of the Metabolic Syndrome

An Efficient Attribute Ordering Optimization in Bayesian Networks for Prognostic Modeling of the Metabolic Syndrome An Efficient Attribute Ordering Optimization in Bayesian Networks for Prognostic Modeling of the Metabolic Syndrome Han-Saem Park and Sung-Bae Cho Department of Computer Science, Yonsei University 134

More information

The 29th Fuzzy System Symposium (Osaka, September 9-, 3) Color Feature Maps (BY, RG) Color Saliency Map Input Image (I) Linear Filtering and Gaussian

The 29th Fuzzy System Symposium (Osaka, September 9-, 3) Color Feature Maps (BY, RG) Color Saliency Map Input Image (I) Linear Filtering and Gaussian The 29th Fuzzy System Symposium (Osaka, September 9-, 3) A Fuzzy Inference Method Based on Saliency Map for Prediction Mao Wang, Yoichiro Maeda 2, Yasutake Takahashi Graduate School of Engineering, University

More information

COGS 121 HCI Programming Studio. Week 03

COGS 121 HCI Programming Studio. Week 03 COGS 121 HCI Programming Studio Week 03 Direct Manipulation Principles of Direct Manipulation 1. Continuous representations of the objects and actions of interest with meaningful visual metaphors. 2. Physical

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

Credal decision trees in noisy domains

Credal decision trees in noisy domains Credal decision trees in noisy domains Carlos J. Mantas and Joaquín Abellán Department of Computer Science and Artificial Intelligence University of Granada, Granada, Spain {cmantas,jabellan}@decsai.ugr.es

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

Data Mining with Weka

Data Mining with Weka Data Mining with Weka Class 2 Lesson 1 Be a classifier! Ian H. Witten Department of Computer Science University of Waikato New Zealand weka.waikato.ac.nz Lesson 2.1: Be a classifier! Class 1 Getting started

More information

Evolutionary Programming

Evolutionary Programming Evolutionary Programming Searching Problem Spaces William Power April 24, 2016 1 Evolutionary Programming Can we solve problems by mi:micing the evolutionary process? Evolutionary programming is a methodology

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

A FRAMEWORK FOR CLINICAL DECISION SUPPORT IN INTERNAL MEDICINE A PRELIMINARY VIEW Kopecky D 1, Adlassnig K-P 1

A FRAMEWORK FOR CLINICAL DECISION SUPPORT IN INTERNAL MEDICINE A PRELIMINARY VIEW Kopecky D 1, Adlassnig K-P 1 A FRAMEWORK FOR CLINICAL DECISION SUPPORT IN INTERNAL MEDICINE A PRELIMINARY VIEW Kopecky D 1, Adlassnig K-P 1 Abstract MedFrame provides a medical institution with a set of software tools for developing

More information

Classification of Smoking Status: The Case of Turkey

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

More information

Causal Knowledge Modeling for Traditional Chinese Medicine using OWL 2

Causal Knowledge Modeling for Traditional Chinese Medicine using OWL 2 Causal Knowledge Modeling for Traditional Chinese Medicine using OWL 2 Peiqin Gu College of Computer Science, Zhejiang University, P.R.China gupeiqin@zju.edu.cn Abstract. Unlike Western Medicine, those

More information

TEACHING YOUNG GROWNUPS HOW TO USE BAYESIAN NETWORKS.

TEACHING YOUNG GROWNUPS HOW TO USE BAYESIAN NETWORKS. TEACHING YOUNG GROWNUPS HOW TO USE BAYESIAN NETWORKS Stefan Krauss 1, Georg Bruckmaier 1 and Laura Martignon 2 1 Institute of Mathematics and Mathematics Education, University of Regensburg, Germany 2

More information

Progress in Risk Science and Causality

Progress in Risk Science and Causality Progress in Risk Science and Causality Tony Cox, tcoxdenver@aol.com AAPCA March 27, 2017 1 Vision for causal analytics Represent understanding of how the world works by an explicit causal model. Learn,

More information

Continuous/Discrete Non Parametric Bayesian Belief Nets with UNICORN and UNINET

Continuous/Discrete Non Parametric Bayesian Belief Nets with UNICORN and UNINET Continuous/Discrete Non Parametric Bayesian Belief Nets with UNICORN and UNINET R.M. Cooke 1, D. Kurowicka, A. M. Hanea, O. Morales, D. A. Ababei Department of Mathematics Delft University of Technology

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

Pythia WEB ENABLED TIMED INFLUENCE NET MODELING TOOL SAL. Lee W. Wagenhals Alexander H. Levis

Pythia WEB ENABLED TIMED INFLUENCE NET MODELING TOOL SAL. Lee W. Wagenhals Alexander H. Levis Pythia WEB ENABLED TIMED INFLUENCE NET MODELING TOOL Lee W. Wagenhals Alexander H. Levis ,@gmu.edu Adversary Behavioral Modeling Maxwell AFB, Montgomery AL March 8-9, 2007 1 Outline Pythia

More information

Genetic Algorithm for Scheduling Courses

Genetic Algorithm for Scheduling Courses Genetic Algorithm for Scheduling Courses Gregorius Satia Budhi, Kartika Gunadi, Denny Alexander Wibowo Petra Christian University, Informatics Department Siwalankerto 121-131, Surabaya, East Java, Indonesia

More information

Outline. What s inside this paper? My expectation. Software Defect Prediction. Traditional Method. What s inside this paper?

Outline. What s inside this paper? My expectation. Software Defect Prediction. Traditional Method. What s inside this paper? Outline A Critique of Software Defect Prediction Models Norman E. Fenton Dongfeng Zhu What s inside this paper? What kind of new technique was developed in this paper? Research area of this technique?

More information

Indiana Academic Standards Addressed By Zoo Program WINGED WONDERS: SEED DROP!

Indiana Academic Standards Addressed By Zoo Program WINGED WONDERS: SEED DROP! Indiana Academic Standards Addressed By Zoo Program WINGED WONDERS: SEED DROP! Program description: Discover how whether all seeds fall at the same rate. Do small or big seeds fall more slowly? Students

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

BAYESIAN NETWORKS AS KNOWLEDGE REPRESENTATION SYSTEM IN DOMAIN OF RELIABILITY ENGINEERING

BAYESIAN NETWORKS AS KNOWLEDGE REPRESENTATION SYSTEM IN DOMAIN OF RELIABILITY ENGINEERING TEKA Kom. Mot. i Energ. Roln. OL PAN, 2011, 11c, 173 180 BAYESIAN NETWORKS AS KNOWLEDGE REPRESENTATION SYSTEM IN DOMAIN OF RELIABILITY ENGINEERING Andrzej Kusz, Piotr Maksym, Andrzej W. Marciniak University

More information

You can use this app to build a causal Bayesian network and experiment with inferences. We hope you ll find it interesting and helpful.

You can use this app to build a causal Bayesian network and experiment with inferences. We hope you ll find it interesting and helpful. icausalbayes USER MANUAL INTRODUCTION You can use this app to build a causal Bayesian network and experiment with inferences. We hope you ll find it interesting and helpful. We expect most of our users

More information

Exploring the Functional Significance of Dendritic Inhibition In Cortical Pyramidal Cells

Exploring the Functional Significance of Dendritic Inhibition In Cortical Pyramidal Cells Neurocomputing, 5-5:389 95, 003. Exploring the Functional Significance of Dendritic Inhibition In Cortical Pyramidal Cells M. W. Spratling and M. H. Johnson Centre for Brain and Cognitive Development,

More information

P(HYP)=h. P(CON HYP)=p REL. P(CON HYP)=q REP

P(HYP)=h. P(CON HYP)=p REL. P(CON HYP)=q REP BAYESIAN NETWORKS IN PHILOSOPHY STEPHAN HARTMANN, LUC BOVENS 1. Introduction There is a long philosophical tradition of addressing questions in philosophy of science and epistemology by means of the tools

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

Bill Wilson. Categorizing Cognition: Toward Conceptual Coherence in the Foundations of Psychology

Bill Wilson. Categorizing Cognition: Toward Conceptual Coherence in the Foundations of Psychology Categorizing Cognition: Toward Conceptual Coherence in the Foundations of Psychology Halford, G.S., Wilson, W.H., Andrews, G., & Phillips, S. (2014). Cambridge, MA: MIT Press http://mitpress.mit.edu/books/categorizing-cognition

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

Analysis of Classification Algorithms towards Breast Tissue Data Set

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

More information

Artificial Intelligence Programming Probability

Artificial Intelligence Programming Probability Artificial Intelligence Programming Probability Chris Brooks Department of Computer Science University of San Francisco Department of Computer Science University of San Francisco p.1/25 17-0: Uncertainty

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

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

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

Gene Selection for Tumor Classification Using Microarray Gene Expression Data

Gene Selection for Tumor Classification Using Microarray Gene Expression Data Gene Selection for Tumor Classification Using Microarray Gene Expression Data K. Yendrapalli, R. Basnet, S. Mukkamala, A. H. Sung Department of Computer Science New Mexico Institute of Mining and Technology

More information

Bayesian Belief Network Based Fault Diagnosis in Automotive Electronic Systems

Bayesian Belief Network Based Fault Diagnosis in Automotive Electronic Systems Bayesian Belief Network Based Fault Diagnosis in Automotive Electronic Systems Yingping Huang *, David Antory, R. Peter Jones, Craig Groom, Ross McMurran, Peter Earp and Francis Mckinney International

More information

Predicting Breast Cancer Recurrence Using Machine Learning Techniques

Predicting Breast Cancer Recurrence Using Machine Learning Techniques Predicting Breast Cancer Recurrence Using Machine Learning Techniques Umesh D R Department of Computer Science & Engineering PESCE, Mandya, Karnataka, India Dr. B Ramachandra Department of Electrical and

More information

extraction can take place. Another problem is that the treatment for chronic diseases is sequential based upon the progression of the disease.

extraction can take place. Another problem is that the treatment for chronic diseases is sequential based upon the progression of the disease. ix Preface The purpose of this text is to show how the investigation of healthcare databases can be used to examine physician decisions to develop evidence-based treatment guidelines that optimize patient

More information

The Open Access Institutional Repository at Robert Gordon University

The Open Access Institutional Repository at Robert Gordon University OpenAIR@RGU The Open Access Institutional Repository at Robert Gordon University http://openair.rgu.ac.uk This is an author produced version of a paper published in Intelligent Data Engineering and Automated

More information

Application of Bayesian Network Model for Enterprise Risk Management of Expressway Management Corporation

Application of Bayesian Network Model for Enterprise Risk Management of Expressway Management Corporation 2011 International Conference on Innovation, Management and Service IPEDR vol.14(2011) (2011) IACSIT Press, Singapore Application of Bayesian Network Model for Enterprise Risk Management of Expressway

More information

Stepwise Knowledge Acquisition in a Fuzzy Knowledge Representation Framework

Stepwise Knowledge Acquisition in a Fuzzy Knowledge Representation Framework Stepwise Knowledge Acquisition in a Fuzzy Knowledge Representation Framework Thomas E. Rothenfluh 1, Karl Bögl 2, and Klaus-Peter Adlassnig 2 1 Department of Psychology University of Zurich, Zürichbergstraße

More information

BAYESIAN NETWORK FOR FAULT DIAGNOSIS

BAYESIAN NETWORK FOR FAULT DIAGNOSIS BAYESIAN NETWOK FO FAULT DIAGNOSIS C.H. Lo, Y.K. Wong and A.B. ad Department of Electrical Engineering, The Hong Kong Polytechnic University Hung Hom, Kowloon, Hong Kong Fax: +852 2330 544 Email: eechlo@inet.polyu.edu.hk,

More information

SCIENCE & TECHNOLOGY

SCIENCE & TECHNOLOGY Pertanika J. Sci. & Technol. 25 (S): 241-254 (2017) SCIENCE & TECHNOLOGY Journal homepage: http://www.pertanika.upm.edu.my/ Fuzzy Lambda-Max Criteria Weight Determination for Feature Selection in Clustering

More information

Phone Number:

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

More information

The Scientific Method

The Scientific Method Course "Empirical Evaluation in Informatics" The Scientific Method Prof. Dr. Lutz Prechelt Freie Universität Berlin, Institut für Informatik http://www.inf.fu-berlin.de/inst/ag-se/ Science and insight

More information

Diagnosis of Breast Cancer Using Ensemble of Data Mining Classification Methods

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

More information

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

Representing Variable Source Credibility in Intelligence Analysis with Bayesian Networks

Representing Variable Source Credibility in Intelligence Analysis with Bayesian Networks Edith Cowan University Research Online Australian Security and Intelligence Conference Conferences, Symposia and Campus Events 2012 Representing Variable Source Credibility in Intelligence Analysis with

More information

Prediction of Diabetes Using Probability Approach

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

More information

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

3. L EARNING BAYESIAN N ETWORKS FROM DATA A. I NTRODUCTION

3. L EARNING BAYESIAN N ETWORKS FROM DATA A. I NTRODUCTION Introduction Advantages on using Bayesian networks Building Bayesian networks Three different tasks 3. L EARNING BAYESIAN N ETWORKS FROM DATA A. I NTRODUCTION Concha Bielza, Pedro Larranaga Computational

More information

A Biostatistics Applications Area in the Department of Mathematics for a PhD/MSPH Degree

A Biostatistics Applications Area in the Department of Mathematics for a PhD/MSPH Degree A Biostatistics Applications Area in the Department of Mathematics for a PhD/MSPH Degree Patricia B. Cerrito Department of Mathematics Jewish Hospital Center for Advanced Medicine pcerrito@louisville.edu

More information

An Efficient Hybrid Rule Based Inference Engine with Explanation Capability

An Efficient Hybrid Rule Based Inference Engine with Explanation Capability To be published in the Proceedings of the 14th International FLAIRS Conference, Key West, Florida, May 2001. An Efficient Hybrid Rule Based Inference Engine with Explanation Capability Ioannis Hatzilygeroudis,

More information

A Matrix of Material Representation

A Matrix of Material Representation A Matrix of Material Representation Hengfeng Zuo a, Mark Jones b, Tony Hope a, a Design and Advanced Technology Research Centre, Southampton Institute, UK b Product Design Group, Faculty of Technology,

More information

Investigating the performance of a CAD x scheme for mammography in specific BIRADS categories

Investigating the performance of a CAD x scheme for mammography in specific BIRADS categories Investigating the performance of a CAD x scheme for mammography in specific BIRADS categories Andreadis I., Nikita K. Department of Electrical and Computer Engineering National Technical University of

More information

Towards More Confident Recommendations: Improving Recommender Systems Using Filtering Approach Based on Rating Variance

Towards More Confident Recommendations: Improving Recommender Systems Using Filtering Approach Based on Rating Variance Towards More Confident Recommendations: Improving Recommender Systems Using Filtering Approach Based on Rating Variance Gediminas Adomavicius gedas@umn.edu Sreeharsha Kamireddy 2 skamir@cs.umn.edu YoungOk

More information

A Bayesian Network Model for Analysis of the Factors Affecting Crime Risk

A Bayesian Network Model for Analysis of the Factors Affecting Crime Risk A Bayesian Network Model for Analysis of the Factors Affecting Crime Risk ROONGRASAMEE BOONDAO, VATCHARAPORN ESICHAIKUL and NITIN KUMAR TRIPATHI School of Advanced Technologies Asian Institute of Technology

More information

Chapter 1. Introduction

Chapter 1. Introduction Chapter 1 Introduction 1.1 Motivation and Goals The increasing availability and decreasing cost of high-throughput (HT) technologies coupled with the availability of computational tools and data form a

More information

Analysis of complex patterns of evidence in legal cases: Wigmore charts vs. Bayesian networks

Analysis of complex patterns of evidence in legal cases: Wigmore charts vs. Bayesian networks Analysis of complex patterns of evidence in legal cases: Wigmore charts vs. Bayesian networks V. Leucari October 2005 Typical features of the evidence arising from legal cases are its complex structure

More information

An assistive application identifying emotional state and executing a methodical healing process for depressive individuals.

An assistive application identifying emotional state and executing a methodical healing process for depressive individuals. An assistive application identifying emotional state and executing a methodical healing process for depressive individuals. Bandara G.M.M.B.O bhanukab@gmail.com Godawita B.M.D.T tharu9363@gmail.com Gunathilaka

More information

AUTOMATIC BRAIN TUMOR DETECTION AND CLASSIFICATION USING SVM CLASSIFIER

AUTOMATIC BRAIN TUMOR DETECTION AND CLASSIFICATION USING SVM CLASSIFIER AUTOMATIC BRAIN TUMOR DETECTION AND CLASSIFICATION USING SVM CLASSIFIER 1 SONU SUHAG, 2 LALIT MOHAN SAINI 1,2 School of Biomedical Engineering, National Institute of Technology, Kurukshetra, Haryana -

More information

Reasoning with Bayesian Belief Networks

Reasoning with Bayesian Belief Networks Reasoning with Bayesian Belief Networks Overview Bayesian Belief Networks (BBNs) can reason with networks of propositions and associated probabilities Useful for many AI problems Diagnosis Expert systems

More information

Evaluating Quality in Creative Systems. Graeme Ritchie University of Aberdeen

Evaluating Quality in Creative Systems. Graeme Ritchie University of Aberdeen Evaluating Quality in Creative Systems Graeme Ritchie University of Aberdeen Graeme Ritchie {2007} Some Empirical Criteria for Attributing Creativity to a Computer Program. Minds and Machines 17 {1}, pp.67-99.

More information

Comparative Analysis of Machine Learning Algorithms for Chronic Kidney Disease Detection using Weka

Comparative Analysis of Machine Learning Algorithms for Chronic Kidney Disease Detection using Weka I J C T A, 10(8), 2017, pp. 59-67 International Science Press ISSN: 0974-5572 Comparative Analysis of Machine Learning Algorithms for Chronic Kidney Disease Detection using Weka Milandeep Arora* and Ajay

More information

Learning with Rare Cases and Small Disjuncts

Learning with Rare Cases and Small Disjuncts Appears in Proceedings of the 12 th International Conference on Machine Learning, Morgan Kaufmann, 1995, 558-565. Learning with Rare Cases and Small Disjuncts Gary M. Weiss Rutgers University/AT&T Bell

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

Decisions and Dependence in Influence Diagrams

Decisions and Dependence in Influence Diagrams JMLR: Workshop and Conference Proceedings vol 52, 462-473, 2016 PGM 2016 Decisions and Dependence in Influence Diagrams Ross D. hachter Department of Management cience and Engineering tanford University

More information

Implementation of Automatic Retina Exudates Segmentation Algorithm for Early Detection with Low Computational Time

Implementation of Automatic Retina Exudates Segmentation Algorithm for Early Detection with Low Computational Time www.ijecs.in International Journal Of Engineering And Computer Science ISSN: 2319-7242 Volume 5 Issue 10 Oct. 2016, Page No. 18584-18588 Implementation of Automatic Retina Exudates Segmentation Algorithm

More information

Brain Tumor Detection using Watershed Algorithm

Brain Tumor Detection using Watershed Algorithm Brain Tumor Detection using Watershed Algorithm Dawood Dilber 1, Jasleen 2 P.G. Student, Department of Electronics and Communication Engineering, Amity University, Noida, U.P, India 1 P.G. Student, Department

More information

How Does Analysis of Competing Hypotheses (ACH) Improve Intelligence Analysis?

How Does Analysis of Competing Hypotheses (ACH) Improve Intelligence Analysis? How Does Analysis of Competing Hypotheses (ACH) Improve Intelligence Analysis? Richards J. Heuer, Jr. Version 1.2, October 16, 2005 This document is from a collection of works by Richards J. Heuer, Jr.

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

Statistical Analysis Using Machine Learning Approach for Multiple Imputation of Missing Data

Statistical Analysis Using Machine Learning Approach for Multiple Imputation of Missing Data Statistical Analysis Using Machine Learning Approach for Multiple Imputation of Missing Data S. Kanchana 1 1 Assistant Professor, Faculty of Science and Humanities SRM Institute of Science & Technology,

More information

Genetically Generated Neural Networks I: Representational Effects

Genetically Generated Neural Networks I: Representational Effects Boston University OpenBU Cognitive & Neural Systems http://open.bu.edu CAS/CNS Technical Reports 1992-02 Genetically Generated Neural Networks I: Representational Effects Marti, Leonardo Boston University

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

Modeling and Environmental Science: In Conclusion

Modeling and Environmental Science: In Conclusion Modeling and Environmental Science: In Conclusion Environmental Science It sounds like a modern idea, but if you view it broadly, it s a very old idea: Our ancestors survival depended on their knowledge

More information

A HMM-based Pre-training Approach for Sequential Data

A HMM-based Pre-training Approach for Sequential Data A HMM-based Pre-training Approach for Sequential Data Luca Pasa 1, Alberto Testolin 2, Alessandro Sperduti 1 1- Department of Mathematics 2- Department of Developmental Psychology and Socialisation University

More information

Using Decision Trees to Model an Emotional Attention Mechanism

Using Decision Trees to Model an Emotional Attention Mechanism Using Decision Trees to Model an Emotional Attention Mechanism Saman HARATI ZADEH Saeed BAGHERI SHOURAKI Ramin HALAVATI {harati, sbagheri, halavati}@ce.sharif.edu Computer Engineering Department, Sharif

More information

AALBORG UNIVERSITY. Prediction of the Insulin Sensitivity Index using Bayesian Network. Susanne G. Bøttcher and Claus Dethlefsen

AALBORG UNIVERSITY. Prediction of the Insulin Sensitivity Index using Bayesian Network. Susanne G. Bøttcher and Claus Dethlefsen AALBORG UNIVERSITY Prediction of the Insulin Sensitivity Index using Bayesian Network by Susanne G. Bøttcher and Claus Dethlefsen May 2004 R-2004-14 Department of Mathematical Sciences Aalborg University

More information

An experimental investigation of consistency of explanation and graph representation

An experimental investigation of consistency of explanation and graph representation An experimental investigation of consistency of explanation and graph representation Nana Kanzaki (kanzaki@cog.human.nagoya-u.ac.jp) Graduate School of Information Science, Nagoya University, Japan Kazuhisa

More information

The Impact of Overconfidence Bias on Practical Accuracy of Bayesian Network Models: An Empirical Study

The Impact of Overconfidence Bias on Practical Accuracy of Bayesian Network Models: An Empirical Study The Impact of Overconfidence Bias on Practical Accuracy of Bayesian Network Models: An Empirical Study Marek J. Drużdżel 1,2 & Agnieszka Oniśko 1,3 1 Faculty of Computer Science, Bia lystok Technical University,

More information

Challenges of Automated Machine Learning on Causal Impact Analytics for Policy Evaluation

Challenges of Automated Machine Learning on Causal Impact Analytics for Policy Evaluation Challenges of Automated Machine Learning on Causal Impact Analytics for Policy Evaluation Prof. (Dr.) Yuh-Jong Hu and Shu-Wei Huang hu@cs.nccu.edu.tw, wei.90211@gmail.com Emerging Network Technology (ENT)

More information