Contents. Just Classifier? Rules. Rules: example. Classification Rule Generation for Bioinformatics. Rule Extraction from a trained network

Size: px
Start display at page:

Download "Contents. Just Classifier? Rules. Rules: example. Classification Rule Generation for Bioinformatics. Rule Extraction from a trained network"

Transcription

1 Contents Classification Rule Generation for Bioinformatics Hyeoncheol Kim Rule Extraction from Neural Networks Algorithm Ex] Promoter Domain Hybrid Model of Knowledge and Learning Knowledge refinement Network refinement Rule Generation with Genetic Algorithm SARS CoV Protease Cleavage Site Prediction MHC Binding Peptide Prediction Just Classifier? NN and SVM Good Classifiers Just Classification, But No Description No Explanation Symbolic knowledge is VERY important in the medical and molecular biological domain. They want why and how too, in addition to just answers. Rule Extraction from a trained network Provides the symbolic interpretation! Domain Neural Network Learning Connection Weights Extraction Symbolic Domain Understanding, Knowledge Acquisition, Mining, etc Example of If-Then Rule : 2 dimension, multi-valued dimension. DNA sequence of size 2. G C p2 T A A T C G p1 If p1=c and p2=t, then Class 1 If p1=c, then Class 1 If p1=~c, then Class 1 If *, then Class =16 cases 5 2 =25 s Looking for the s that are maximally general, and accurate Most specific. Covers just 1 case. Most general. Covers all the cases : example A dataset of 362 amino acid sequences of each length 8. 8 dimensions. Covers 20 6 =64,000,000 instances Each dimension is 20-valued. Our representation for convenience xxxfxpxx => if F@4 & P@6, then Cleaved. xxxxxexx => if E@6 then Cleaved. where x means don t care. Covers 20 7 =1,280,000,000 instances 1

2 If-Then cover Rectangle Areas. Thus, cannot cover 100%. However, in most cases Maximally general s are good enough Issues Types of s? Descriptive accuracy Human understandability How to generate the s? The s generated from DT, NN and SVM would be different? class1 class2 Rule extraction from NN Rule extraction from NN Output vector Input vector 5 dimension Binary inputs x1 y1 x2 x3 x4 x5 x x 1 0 x Min/Max output??? Covers 2 3 = 8 instances If Min_output > 0.7, Then we get the xx10x with 100% accuracy Two approaches Black-box approach NN is a black box. Just look at input-output pairs to induce a set of s. White-box (Decompositional) approach 1. Extract s from each hidden and output node. 2. Aggregate the intermediate s to form the composite base. Decompositional Approaches: Rule extraction from a single node x1 W= x2 x3 Threshold= -1 Consider a combination (x1, x2) weight-sum (x1, x2) = 1*1 + 1*2 +?*(-6) +?*3 +?*0.5. There are possible inputs. Lowest weight-sum (x1,x2) = 1*1 + 1*2 + 1*(-6) + 0*3 + 0*0.5 = -33 < threshold thus, the (x1, x2) is NOT valid. Examples of valid combination: (x1, x2, x4), (not x3) x4 x5 Decompositional Approaches: Rule extraction from a single node Find a complete set of s (not a single or a partial set of s) that are: valid (I.e., lowest weight-sum > threshold) maximally-general, (I.e., smaller size) not subsumed ex) (x1, x2) subsumes (x1, x2, x4). 2

3 Decompositional Approaches: Complexity Rule search space: exponential complexity with the # of attributes. n attributes: space 3^n Heuristics KT [Fu], MofN [Towell], RX [Setino], OAS [Kim] Promoter Domain obtained from Public Domain (Univ. of Wisconsin) 106 instances Each instance string is comprised of 57 sequential nucleotides. 50 nucleotides before transcription start point 6 nucleotides following the transcription start point An instance is Positive if the promoter region is present in the string Negative otherwise Promoter Domain Domain 2 classes (promoter and non-promoter) 57 attributes (discretized into 57*4=228 binary attributes) 106 instances (53 promoters, 53 non-promoters) Neural Network (MLP) architecture Promoter: experiment 1 NN Trained 100% correct on the 106 instances 7 s Extracted Promoter: experiment 1 Hybrid System (Knowledge+ Experience) Domain-specific Model Domain Domain Knowledge 3

4 My Work on Neural Networks 1. Knowledge Extraction 2. Knowledge revision 3. Network revision based on Knowledge Knowledge Revision using Neural Networks Extract knowledge train train Neural Network extract mapping Neural Network extract Knowledge () Revised Domain Knowledge train Revised Neural Network extract Knowledge Neural Network () Knowledge Revised Base Knowledge Base mapping Knowledge-based Neural Network training Experiment: Promoter domain 1. Initial domain knowledge : 14 s 2. Mapped to KBNN ( ) 3. KBNN trained by 106 instances 4. Interpret the KBNN into 14 s : revised knowledge Experiment Promoter domain The revised theory improves considerably over the initial theory Error Rate: 53/106 -> 3/106 Neural Networks based on Self-Extracted Knowledge Restructuring Process Domain Neural Network Learning Connection Weights Extraction Architecture (# of nodes, Connections, etc) Symbolic Concise, Available, Complete, Less noisy, etc 4

5 Experiment: Promoter HIV Cleavage Site Prediction # of layers # of connections Ave. generalization HIV Protease Cleavage Original NN ( ) RBNN % 82.1% ARBNN ( ) % Genetic Algorithm Initial population Evolution Process Final population Problem to be Solved encoding Crossover Mutation Natural Selection Fitness Function Most fitted ones survives. (fitted to fitness function) decoding Problem Solved Rule Space of Cleavage Site Prediction 8-residue amino acids Total 21^8 (= 37,822,859,361) different s possible. What search strategy? Random Search Exhaustive Search Heuristic Search Genetic Algorithm Search Genetic Algorithm Drawbacks of GA Sensitive to initial population 5

6 Genetic Algorithm Knowledge-Based Genetic Algorithm (KBGA) Knowledge-based 1 Domain Expert 2 -Oriented Knowledge Genetic Algorithm Population size :10 Each chromosome representation xfxxaxxl Random cross-over point Random mutation Fitness function Generality: # of x symbols in a chromosome Accuracy: over the dataset SARS CoV Protease Cleavage Site Prediction Experiment Mutant of Corona virus set Instance: a sequence of 8 amino-acids 70 positive, 1267 negative instances All positive instances include Q@p1 set Sequence Logo DT NN KBGA Sequence Logo GA Three Consensus LQ LQ[S/A] [T/S/A]x[L/F]Q[S/A/G]. 6

7 GA Prediction of MHC class I binding peptides T-cells are key players in regulating a specific immune response. Activation of cytotoxic T-cells requires recognition of specific peptides bound to Major Histocompatibility Complex (MHC) class I molecules. Therefore prediction of MHC-binding properties is very important issue for the rational design of peptide vaccines aimed at boosting the immune response against a foreign antigen. Only one in 100 to 200 potential binders actually binds to a certain MHC molecule, therefore a good prediction method for MHC class I binding peptides can reduce the number of candidate binders that need to be synthesized and tested. Experiment MHC set set DT Each instance belongs to binder or non-binder NN SVM KBGA Performance ANN, SVM Experimental Results HLA-A*0201(9) (> Accuracy 75%) HLA-A*0201(10) (> Accuracy 70%) 7

8 Experimental Results HLA-A1 (> Accuracy 75%) Experimental Results HLA-A3 (> Accuracy 75%) Experimental Results HLA-B*8 (> Accuracy 75%) Experimental Results HLA-B*2705 (> Accuracy 75%) Sequence Logo of MHCpeptides Sequence Logo of MHCpeptides 8

9 Knowledge Issues Rule extraction from SVM Domain DT NN GA Nahla Barakat and Joachim Diederich ; Learning-based Rule-Extraction from Support Vector Machines Núñez, Angulo and Català : Rule extraction from support vector machines, 2002 Glenn Fung, Sathyakama Sandilya, R. Bharat Rao : Rule extraction from Linear Support Vector Machines. 9

Question 1 Multiple Choice (8 marks)

Question 1 Multiple Choice (8 marks) Philadelphia University Student Name: Faculty of Engineering Student Number: Dept. of Computer Engineering First Exam, First Semester: 2015/2016 Course Title: Neural Networks and Fuzzy Logic Date: 19/11/2015

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

Use of BONSAI decision trees for the identification of potential MHC Class I peptide epitope motifs.

Use of BONSAI decision trees for the identification of potential MHC Class I peptide epitope motifs. Use of BONSAI decision trees for the identification of potential MHC Class I peptide epitope motifs. C.J. SAVOIE, N. KAMIKAWAJI, T. SASAZUKI Dept. of Genetics, Medical Institute of Bioregulation, Kyushu

More information

the HLA complex Hanna Mustaniemi,

the HLA complex Hanna Mustaniemi, the HLA complex Hanna Mustaniemi, 28.11.2007 The Major Histocompatibility Complex Major histocompatibility complex (MHC) is a gene region found in nearly all vertebrates encodes proteins with important

More information

CS229 Final Project Report. Predicting Epitopes for MHC Molecules

CS229 Final Project Report. Predicting Epitopes for MHC Molecules CS229 Final Project Report Predicting Epitopes for MHC Molecules Xueheng Zhao, Shanshan Tuo Biomedical informatics program Stanford University Abstract Major Histocompatibility Complex (MHC) plays a key

More information

UNIVERSITY of PENNSYLVANIA CIS 520: Machine Learning Final, Fall 2014

UNIVERSITY of PENNSYLVANIA CIS 520: Machine Learning Final, Fall 2014 UNIVERSITY of PENNSYLVANIA CIS 520: Machine Learning Final, Fall 2014 Exam policy: This exam allows two one-page, two-sided cheat sheets (i.e. 4 sides); No other materials. Time: 2 hours. Be sure to write

More information

Intelligent Control Systems

Intelligent Control Systems Lecture Notes in 4 th Class in the Control and Systems Engineering Department University of Technology CCE-CN432 Edited By: Dr. Mohammed Y. Hassan, Ph. D. Fourth Year. CCE-CN432 Syllabus Theoretical: 2

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

Immuno-Oncology Therapies and Precision Medicine: Personal Tumor-Specific Neoantigen Prediction by Machine Learning

Immuno-Oncology Therapies and Precision Medicine: Personal Tumor-Specific Neoantigen Prediction by Machine Learning Immuno-Oncology Therapies and Precision Medicine: Personal Tumor-Specific Neoantigen Prediction by Machine Learning Yi-Hsiang Hsu, MD, SCD Sep 16, 2017 yihsianghsu@hsl.harvard.edu HSL GeneticEpi Center,

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

The Major Histocompatibility Complex (MHC)

The Major Histocompatibility Complex (MHC) The Major Histocompatibility Complex (MHC) An introduction to adaptive immune system before we discuss MHC B cells The main cells of adaptive immune system are: -B cells -T cells B cells: Recognize antigens

More information

Learning Convolutional Neural Networks for Graphs

Learning Convolutional Neural Networks for Graphs GA-65449 Learning Convolutional Neural Networks for Graphs Mathias Niepert Mohamed Ahmed Konstantin Kutzkov NEC Laboratories Europe Representation Learning for Graphs Telecom Safety Transportation Industry

More information

Improved Intelligent Classification Technique Based On Support Vector Machines

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

More information

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

Antigen Recognition by T cells

Antigen Recognition by T cells Antigen Recognition by T cells TCR only recognize foreign Ags displayed on cell surface These Ags can derive from pathogens, which replicate within cells or from pathogens or their products that cells

More information

EECS 433 Statistical Pattern Recognition

EECS 433 Statistical Pattern Recognition EECS 433 Statistical Pattern Recognition Ying Wu Electrical Engineering and Computer Science Northwestern University Evanston, IL 60208 http://www.eecs.northwestern.edu/~yingwu 1 / 19 Outline What is Pattern

More information

Immuno-Oncology Therapies and Precision Medicine: Personal Tumor-Specific Neoantigen Prediction by Machine Learning

Immuno-Oncology Therapies and Precision Medicine: Personal Tumor-Specific Neoantigen Prediction by Machine Learning Immuno-Oncology Therapies and Precision Medicine: Personal Tumor-Specific Neoantigen Prediction by Machine Learning Yi-Hsiang Hsu, MD, SCD Sep 16, 2017 yihsianghsu@hsl.harvard.edu Director & Associate

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

Breast Cancer Diagnosis using a Hybrid Genetic Algorithm for Feature Selection based on Mutual Information

Breast Cancer Diagnosis using a Hybrid Genetic Algorithm for Feature Selection based on Mutual Information Breast Cancer Diagnosis using a Hybrid Genetic Algorithm for Feature Selection based on Mutual Information Abeer Alzubaidi abeer.alzubaidi022014@my.ntu.ac.uk David Brown david.brown@ntu.ac.uk Abstract

More information

Antigen Presentation to T lymphocytes

Antigen Presentation to T lymphocytes Antigen Presentation to T lymphocytes Immunology 441 Lectures 6 & 7 Chapter 6 October 10 & 12, 2016 Jessica Hamerman jhamerman@benaroyaresearch.org Office hours by arrangement Antibodies and T cell receptors

More information

Vaccine Design: A Statisticans Overview

Vaccine Design: A Statisticans Overview GoBack : A Statisticans Overview. Surajit Ray sray@samsi.info Surajit Ray Samsi PostDoc Seminar: Nov 2: 2004 - slide #1 The Chinese are credited with making the observation that deliberately infecting

More information

Lesson 6 Learning II Anders Lyhne Christensen, D6.05, INTRODUCTION TO AUTONOMOUS MOBILE ROBOTS

Lesson 6 Learning II Anders Lyhne Christensen, D6.05, INTRODUCTION TO AUTONOMOUS MOBILE ROBOTS Lesson 6 Learning II Anders Lyhne Christensen, D6.05, anders.christensen@iscte.pt INTRODUCTION TO AUTONOMOUS MOBILE ROBOTS First: Quick Background in Neural Nets Some of earliest work in neural networks

More information

Machine Learning For Personalized Cancer Vaccines. Alex Rubinsteyn February 9th, 2018 Data Science Salon Miami

Machine Learning For Personalized Cancer Vaccines. Alex Rubinsteyn February 9th, 2018 Data Science Salon Miami Machine Learning For Personalized Cancer Vaccines Alex Rubinsteyn February 9th, 2018 Data Science Salon Miami OpenVax @ Mount Sinai Focus: personalized cancer vaccines Machine learning for immunology Cancer

More information

DIABETIC RISK PREDICTION FOR WOMEN USING BOOTSTRAP AGGREGATION ON BACK-PROPAGATION NEURAL NETWORKS

DIABETIC RISK PREDICTION FOR WOMEN USING BOOTSTRAP AGGREGATION ON BACK-PROPAGATION NEURAL NETWORKS International Journal of Computer Engineering & Technology (IJCET) Volume 9, Issue 4, July-Aug 2018, pp. 196-201, Article IJCET_09_04_021 Available online at http://www.iaeme.com/ijcet/issues.asp?jtype=ijcet&vtype=9&itype=4

More information

IMMUNOINFORMATICS: Bioinformatics Challenges in Immunology

IMMUNOINFORMATICS: Bioinformatics Challenges in Immunology Bioinformatics 1 -- Lecture 22 IMMUNOINFORMATICS: Bioinformatics Challenges in Immunology Most slides courtesy of Julia Ponomarenko, San Diego Supercomputer Center or Oliver Kohlbacher, WSI/ZBIT, Eberhard-Karls-

More information

Data mining for Obstructive Sleep Apnea Detection. 18 October 2017 Konstantinos Nikolaidis

Data mining for Obstructive Sleep Apnea Detection. 18 October 2017 Konstantinos Nikolaidis Data mining for Obstructive Sleep Apnea Detection 18 October 2017 Konstantinos Nikolaidis Introduction: What is Obstructive Sleep Apnea? Obstructive Sleep Apnea (OSA) is a relatively common sleep disorder

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

Convolutional and LSTM Neural Networks

Convolutional and LSTM Neural Networks Convolutional and LSTM Neural Networks Vanessa Jurtz January 11, 2017 Contents Neural networks and GPUs Lasagne Peptide binding to MHC class II molecules Convolutional Neural Networks (CNN) Recurrent and

More information

Immunology - Lecture 2 Adaptive Immune System 1

Immunology - Lecture 2 Adaptive Immune System 1 Immunology - Lecture 2 Adaptive Immune System 1 Book chapters: Molecules of the Adaptive Immunity 6 Adaptive Cells and Organs 7 Generation of Immune Diversity Lymphocyte Antigen Receptors - 8 CD markers

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

A Novel Iterative Linear Regression Perceptron Classifier for Breast Cancer Prediction

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

More information

Multiple sequence alignment

Multiple sequence alignment Multiple sequence alignment Bas. Dutilh Systems Biology: Bioinformatic Data Analysis Utrecht University, February 18 th 2016 Protein alignments We have seen how to create a pairwise alignment of two sequences

More information

Design of Multi-Class Classifier for Prediction of Diabetes using Linear Support Vector Machine

Design of Multi-Class Classifier for Prediction of Diabetes using Linear Support Vector Machine Design of Multi-Class Classifier for Prediction of Diabetes using Linear Support Vector Machine Akshay Joshi Anum Khan Omkar Kulkarni Department of Computer Engineering Department of Computer Engineering

More information

Introduction and Historical Background. August 22, 2007

Introduction and Historical Background. August 22, 2007 1 Cognitive Bases of Behavior Introduction and Historical Background August 22, 2007 2 Cognitive Psychology Concerned with full range of psychological processes from sensation to knowledge representation

More information

Enhanced Detection of Lung Cancer using Hybrid Method of Image Segmentation

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

More information

Predicting Protein-Peptide Binding Affinity by Learning Peptide-Peptide Distance Functions

Predicting Protein-Peptide Binding Affinity by Learning Peptide-Peptide Distance Functions Predicting Protein-Peptide Binding Affinity by Learning Peptide-Peptide Distance Functions Chen Yanover and Tomer Hertz,2 School of Computer Science and Engineering 2 The Center for Neural Computation,

More information

Analyzing Human Negotiation using Automated Cognitive Behavior Analysis: The Effect of Personality. Pedro Sequeira & Stacy Marsella

Analyzing Human Negotiation using Automated Cognitive Behavior Analysis: The Effect of Personality. Pedro Sequeira & Stacy Marsella Analyzing Human Negotiation using Automated Cognitive Behavior Analysis: The Effect of Personality Pedro Sequeira & Stacy Marsella Outline Introduction Methodology Results Summary & Conclusions Outline

More information

Mapping evolutionary pathways of HIV-1 drug resistance using conditional selection pressure. Christopher Lee, UCLA

Mapping evolutionary pathways of HIV-1 drug resistance using conditional selection pressure. Christopher Lee, UCLA Mapping evolutionary pathways of HIV-1 drug resistance using conditional selection pressure Christopher Lee, UCLA HIV-1 Protease and RT: anti-retroviral drug targets protease RT Protease: responsible for

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

Lecture 6. Burr BIO 4353/6345 HIV/AIDS. Tetramer staining of T cells (CTL s) Andrew McMichael seminar: Background

Lecture 6. Burr BIO 4353/6345 HIV/AIDS. Tetramer staining of T cells (CTL s) Andrew McMichael seminar: Background Lecture 6 Burr BIO 4353/6345 HIV/AIDS Andrew McMichael seminar: Background Tetramer staining of T cells (CTL s) 1. Vβ 19: There are 52 T cell receptor (TCR) Vβ gene segments in germ line DNA (See following

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

Brain Tumor Segmentation Based On a Various Classification Algorithm

Brain Tumor Segmentation Based On a Various Classification Algorithm Brain Tumor Segmentation Based On a Various Classification Algorithm A.Udhaya Kunam Research Scholar, PG & Research Department of Computer Science, Raja Dooraisingam Govt. Arts College, Sivagangai, TamilNadu,

More information

cure research HIV & AIDS

cure research HIV & AIDS Glossary of terms HIV & AIDS cure research Antiretroviral Therapy (ART) ART involves the use of several (usually a cocktail of three or more) antiretroviral drugs to halt HIV replication. ART drugs may

More information

Learning and Adaptive Behavior, Part II

Learning and Adaptive Behavior, Part II Learning and Adaptive Behavior, Part II April 12, 2007 The man who sets out to carry a cat by its tail learns something that will always be useful and which will never grow dim or doubtful. -- Mark Twain

More information

The Immune Epitope Database Analysis Resource: MHC class I peptide binding predictions. Edita Karosiene, Ph.D.

The Immune Epitope Database Analysis Resource: MHC class I peptide binding predictions. Edita Karosiene, Ph.D. The Immune Epitope Database Analysis Resource: MHC class I peptide binding predictions Edita Karosiene, Ph.D. edita@liai.org IEDB Workshop October 29, 2015 Outline Introduction MHC-I peptide binding prediction

More information

Intro, Graph and Search

Intro, Graph and Search GAI Questions Intro 1. How would you describe AI (generally), to not us? 2. Game AI is really about The I of I. Which is what? Supporting the P E which is all about making the game more enjoyable Doing

More information

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

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

More information

A framework for the Recognition of Human Emotion using Soft Computing models

A framework for the Recognition of Human Emotion using Soft Computing models A framework for the Recognition of Human Emotion using Soft Computing models Md. Iqbal Quraishi Dept. of Information Technology Kalyani Govt Engg. College J Pal Choudhury Dept. of Information Technology

More information

Machine learning for HIV-1 protease cleavage site prediction

Machine learning for HIV-1 protease cleavage site prediction Pattern Recognition Letters 27 (2006) 1537 1544 www.elsevier.com/locate/patrec Machine learning for HIV-1 protease cleavage site prediction Alessandra Lumini, Loris Nanni * DEIS, IEIIT CNR, Università

More information

International Journal of Digital Application & Contemporary research Website: (Volume 1, Issue 1, August 2012) IJDACR.

International Journal of Digital Application & Contemporary research Website:  (Volume 1, Issue 1, August 2012) IJDACR. Segmentation of Brain MRI Images for Tumor extraction by combining C-means clustering and Watershed algorithm with Genetic Algorithm Kailash Sinha 1 1 Department of Electronics & Telecommunication Engineering,

More information

7.012 Quiz 3 Answers

7.012 Quiz 3 Answers MIT Biology Department 7.012: Introductory Biology - Fall 2004 Instructors: Professor Eric Lander, Professor Robert A. Weinberg, Dr. Claudette Gardel Friday 11/12/04 7.012 Quiz 3 Answers A > 85 B 72-84

More information

SUPPLEMENTARY INFORMATION

SUPPLEMENTARY INFORMATION doi:1.138/nature1216 Supplementary Methods M.1 Definition and properties of dimensionality Consider an experiment with a discrete set of c different experimental conditions, corresponding to all distinct

More information

Significance of the MHC

Significance of the MHC CHAPTER 7 Major Histocompatibility Complex (MHC) What is is MHC? HLA H-2 Minor histocompatibility antigens Peter Gorer & George Sneell (1940) Significance of the MHC role in immune response role in organ

More information

Error Detection based on neural signals

Error Detection based on neural signals Error Detection based on neural signals Nir Even- Chen and Igor Berman, Electrical Engineering, Stanford Introduction Brain computer interface (BCI) is a direct communication pathway between the brain

More information

Application of Tree Structures of Fuzzy Classifier to Diabetes Disease Diagnosis

Application of Tree Structures of Fuzzy Classifier to Diabetes Disease Diagnosis , pp.143-147 http://dx.doi.org/10.14257/astl.2017.143.30 Application of Tree Structures of Fuzzy Classifier to Diabetes Disease Diagnosis Chang-Wook Han Department of Electrical Engineering, Dong-Eui University,

More information

Applied Machine Learning in Biomedicine. Enrico Grisan

Applied Machine Learning in Biomedicine. Enrico Grisan Applied Machine Learning in Biomedicine Enrico Grisan enrico.grisan@dei.unipd.it Algorithm s objective cost Formal objective for algorithms: - minimize a cost function - maximize an objective function

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

Deep learning and non-negative matrix factorization in recognition of mammograms

Deep learning and non-negative matrix factorization in recognition of mammograms Deep learning and non-negative matrix factorization in recognition of mammograms Bartosz Swiderski Faculty of Applied Informatics and Mathematics Warsaw University of Life Sciences, Warsaw, Poland bartosz_swiderski@sggw.pl

More information

Introduction to Computational Neuroscience

Introduction to Computational Neuroscience Introduction to Computational Neuroscience Lecture 5: Data analysis II Lesson Title 1 Introduction 2 Structure and Function of the NS 3 Windows to the Brain 4 Data analysis 5 Data analysis II 6 Single

More information

Convolutional and LSTM Neural Networks

Convolutional and LSTM Neural Networks Convolutional and LSTM Neural Networks Vanessa Jurtz January 12, 2016 Contents Neural networks and GPUs Lasagne Peptide binding to MHC class II molecules Convolutional Neural Networks (CNN) Recurrent and

More information

Gibbs sampling - Sequence alignment and sequence clustering

Gibbs sampling - Sequence alignment and sequence clustering Gibbs sampling - Sequence alignment and sequence clustering Massimo Andreatta Center for Biological Sequence Analysis Technical University of Denmark massimo@cbs.dtu.dk Technical University of Denmark

More information

Correlate gestational diabetes with juvenile diabetes using Memetic based Anytime TBCA

Correlate gestational diabetes with juvenile diabetes using Memetic based Anytime TBCA I J C T A, 10(9), 2017, pp. 679-686 International Science Press ISSN: 0974-5572 Correlate gestational diabetes with juvenile diabetes using Memetic based Anytime TBCA Payal Sutaria, Rahul R. Joshi* and

More information

Auto-Encoder Pre-Training of Segmented-Memory Recurrent Neural Networks

Auto-Encoder Pre-Training of Segmented-Memory Recurrent Neural Networks Auto-Encoder Pre-Training of Segmented-Memory Recurrent Neural Networks Stefan Glüge, Ronald Böck and Andreas Wendemuth Faculty of Electrical Engineering and Information Technology Cognitive Systems Group,

More information

COMP9444 Neural Networks and Deep Learning 5. Convolutional Networks

COMP9444 Neural Networks and Deep Learning 5. Convolutional Networks COMP9444 Neural Networks and Deep Learning 5. Convolutional Networks Textbook, Sections 6.2.2, 6.3, 7.9, 7.11-7.13, 9.1-9.5 COMP9444 17s2 Convolutional Networks 1 Outline Geometry of Hidden Unit Activations

More information

Antigen Presentation to T lymphocytes

Antigen Presentation to T lymphocytes Antigen Presentation to T lymphocytes Immunology 441 Lectures 6 & 7 Chapter 6 October 10 & 12, 2016 Jessica Hamerman jhamerman@benaroyaresearch.org Office hours by arrangement Antigen processing: How are

More information

a) The statement is true for X = 400, but false for X = 300; b) The statement is true for X = 300, but false for X = 200;

a) The statement is true for X = 400, but false for X = 300; b) The statement is true for X = 300, but false for X = 200; 1. Consider the following statement. To produce one molecule of each possible kind of polypeptide chain, X amino acids in length, would require more atoms than exist in the universe. Given the size of

More information

Basic Immunology. Lecture 5 th and 6 th Recognition by MHC. Antigen presentation and MHC restriction

Basic Immunology. Lecture 5 th and 6 th Recognition by MHC. Antigen presentation and MHC restriction Basic Immunology Lecture 5 th and 6 th Recognition by MHC. Antigen presentation and MHC restriction Molecular structure of MHC, subclasses, genetics, functions. Antigen presentation and MHC restriction.

More information

Cognitive Neuroscience History of Neural Networks in Artificial Intelligence The concept of neural network in artificial intelligence

Cognitive Neuroscience History of Neural Networks in Artificial Intelligence The concept of neural network in artificial intelligence Cognitive Neuroscience History of Neural Networks in Artificial Intelligence The concept of neural network in artificial intelligence To understand the network paradigm also requires examining the history

More information

Wavelet Neural Network for Classification of Bundle Branch Blocks

Wavelet Neural Network for Classification of Bundle Branch Blocks , July 6-8, 2011, London, U.K. Wavelet Neural Network for Classification of Bundle Branch Blocks Rahime Ceylan, Yüksel Özbay Abstract Bundle branch blocks are very important for the heart treatment immediately.

More information

Predicting Breast Cancer Survival Using Treatment and Patient Factors

Predicting Breast Cancer Survival Using Treatment and Patient Factors Predicting Breast Cancer Survival Using Treatment and Patient Factors William Chen wchen808@stanford.edu Henry Wang hwang9@stanford.edu 1. Introduction Breast cancer is the leading type of cancer in women

More information

Definition of MHC supertypes through clustering of MHC peptide binding repertoires

Definition of MHC supertypes through clustering of MHC peptide binding repertoires Definition of MHC supertypes through clustering of MHC peptide binding repertoires Pedro A. Reche and Ellis L. Reinherz Laboratory of Immunobiology and Department of Medical Oncology, Dana-Farber Cancer

More information

Pre-mRNA Secondary Structure Prediction Aids Splice Site Recognition

Pre-mRNA Secondary Structure Prediction Aids Splice Site Recognition Pre-mRNA Secondary Structure Prediction Aids Splice Site Recognition Donald J. Patterson, Ken Yasuhara, Walter L. Ruzzo January 3-7, 2002 Pacific Symposium on Biocomputing University of Washington Computational

More information

Genetics and Genomics in Medicine Chapter 8 Questions

Genetics and Genomics in Medicine Chapter 8 Questions Genetics and Genomics in Medicine Chapter 8 Questions Linkage Analysis Question Question 8.1 Affected members of the pedigree above have an autosomal dominant disorder, and cytogenetic analyses using conventional

More information

Data Mining in Bioinformatics Day 9: String & Text Mining in Bioinformatics

Data Mining in Bioinformatics Day 9: String & Text Mining in Bioinformatics Data Mining in Bioinformatics Day 9: String & Text Mining in Bioinformatics Karsten Borgwardt March 1 to March 12, 2010 Machine Learning & Computational Biology Research Group MPIs Tübingen Karsten Borgwardt:

More information

Sebastian Jaenicke. trnascan-se. Improved detection of trna genes in genomic sequences

Sebastian Jaenicke. trnascan-se. Improved detection of trna genes in genomic sequences Sebastian Jaenicke trnascan-se Improved detection of trna genes in genomic sequences trnascan-se Improved detection of trna genes in genomic sequences 1/15 Overview 1. trnas 2. Existing approaches 3. trnascan-se

More information

A Learning Method of Directly Optimizing Classifier Performance at Local Operating Range

A Learning Method of Directly Optimizing Classifier Performance at Local Operating Range A Learning Method of Directly Optimizing Classifier Performance at Local Operating Range Lae-Jeong Park and Jung-Ho Moon Department of Electrical Engineering, Kangnung National University Kangnung, Gangwon-Do,

More information

BREAST CANCER EPIDEMIOLOGY MODEL:

BREAST CANCER EPIDEMIOLOGY MODEL: BREAST CANCER EPIDEMIOLOGY MODEL: Calibrating Simulations via Optimization Michael C. Ferris, Geng Deng, Dennis G. Fryback, Vipat Kuruchittham University of Wisconsin 1 University of Wisconsin Breast Cancer

More information

Profiling HLA motifs by large scale peptide sequencing Agilent Innovators Tour David K. Crockett ARUP Laboratories February 10, 2009

Profiling HLA motifs by large scale peptide sequencing Agilent Innovators Tour David K. Crockett ARUP Laboratories February 10, 2009 Profiling HLA motifs by large scale peptide sequencing 2009 Agilent Innovators Tour David K. Crockett ARUP Laboratories February 10, 2009 HLA Background The human leukocyte antigen system (HLA) is the

More information

Predicting Human Immunodeficiency Virus Type 1 Drug Resistance From Genotype Using Machine Learning. Robert James Murray

Predicting Human Immunodeficiency Virus Type 1 Drug Resistance From Genotype Using Machine Learning. Robert James Murray Predicting Human Immunodeficiency Virus Type 1 Drug Resistance From Genotype Using Machine Learning. Robert James Murray Master of Science School of Informatics University Of Edinburgh 2004 ABSTRACT: Drug

More information

6/7/17. Immune cells. Co-evolution of innate and adaptive immunity. Importance of NK cells. Cells of innate(?) immune response

6/7/17. Immune cells. Co-evolution of innate and adaptive immunity. Importance of NK cells. Cells of innate(?) immune response Immune cells Co-evolution of innate and adaptive immunity 1 2 Importance of NK cells Cells of innate(?) immune response Patients with NK cell deficiency may lead to fatal infections and have an increased

More information

Efficacy of the Extended Principal Orthogonal Decomposition Method on DNA Microarray Data in Cancer Detection

Efficacy of the Extended Principal Orthogonal Decomposition Method on DNA Microarray Data in Cancer Detection 202 4th International onference on Bioinformatics and Biomedical Technology IPBEE vol.29 (202) (202) IASIT Press, Singapore Efficacy of the Extended Principal Orthogonal Decomposition on DA Microarray

More information

Rolls,E.T. (2016) Cerebral Cortex: Principles of Operation. Oxford University Press.

Rolls,E.T. (2016) Cerebral Cortex: Principles of Operation. Oxford University Press. Digital Signal Processing and the Brain Is the brain a digital signal processor? Digital vs continuous signals Digital signals involve streams of binary encoded numbers The brain uses digital, all or none,

More information

Learning Classifier Systems (LCS/XCSF)

Learning Classifier Systems (LCS/XCSF) Context-Dependent Predictions and Cognitive Arm Control with XCSF Learning Classifier Systems (LCS/XCSF) Laurentius Florentin Gruber Seminar aus Künstlicher Intelligenz WS 2015/16 Professor Johannes Fürnkranz

More information

Detection of Cognitive States from fmri data using Machine Learning Techniques

Detection of Cognitive States from fmri data using Machine Learning Techniques Detection of Cognitive States from fmri data using Machine Learning Techniques Vishwajeet Singh, K.P. Miyapuram, Raju S. Bapi* University of Hyderabad Computational Intelligence Lab, Department of Computer

More information

Agent-Based Systems. Agent-Based Systems. Michael Rovatsos. Lecture 5 Reactive and Hybrid Agent Architectures 1 / 19

Agent-Based Systems. Agent-Based Systems. Michael Rovatsos. Lecture 5 Reactive and Hybrid Agent Architectures 1 / 19 Agent-Based Systems Michael Rovatsos mrovatso@inf.ed.ac.uk Lecture 5 Reactive and Hybrid Agent Architectures 1 / 19 Where are we? Last time... Practical reasoning agents The BDI architecture Intentions

More information

Effective Diagnosis of Alzheimer s Disease by means of Association Rules

Effective Diagnosis of Alzheimer s Disease by means of Association Rules Effective Diagnosis of Alzheimer s Disease by means of Association Rules Rosa Chaves (rosach@ugr.es) J. Ramírez, J.M. Górriz, M. López, D. Salas-Gonzalez, I. Illán, F. Segovia, P. Padilla Dpt. Theory of

More information

Chapter 6. Antigen Presentation to T lymphocytes

Chapter 6. Antigen Presentation to T lymphocytes Chapter 6 Antigen Presentation to T lymphocytes Generation of T-cell Receptor Ligands T cells only recognize Ags displayed on cell surfaces These Ags may be derived from pathogens that replicate within

More information

CONSTRUCTION OF PHYLOGENETIC TREE USING NEIGHBOR JOINING ALGORITHMS TO IDENTIFY THE HOST AND THE SPREADING OF SARS EPIDEMIC

CONSTRUCTION OF PHYLOGENETIC TREE USING NEIGHBOR JOINING ALGORITHMS TO IDENTIFY THE HOST AND THE SPREADING OF SARS EPIDEMIC CONSTRUCTION OF PHYLOGENETIC TREE USING NEIGHBOR JOINING ALGORITHMS TO IDENTIFY THE HOST AND THE SPREADING OF SARS EPIDEMIC 1 MOHAMMAD ISA IRAWAN, 2 SITI AMIROCH 1 Institut Teknologi Sepuluh Nopember (ITS)

More information

Automatic Classification of Perceived Gender from Facial Images

Automatic Classification of Perceived Gender from Facial Images Automatic Classification of Perceived Gender from Facial Images Joseph Lemley, Sami Abdul-Wahid, Dipayan Banik Advisor: Dr. Razvan Andonie SOURCE 2016 Outline 1 Introduction 2 Faces - Background 3 Faces

More information

Using Genetic Algorithms to Optimise Rough Set Partition Sizes for HIV Data Analysis

Using Genetic Algorithms to Optimise Rough Set Partition Sizes for HIV Data Analysis Using Genetic Algorithms to Optimise Rough Set Partition Sizes for HIV Data Analysis Bodie Crossingham and Tshilidzi Marwala School of Electrical and Information Engineering, University of the Witwatersrand

More information

Recognition of HIV-1 subtypes and antiretroviral drug resistance using weightless neural networks

Recognition of HIV-1 subtypes and antiretroviral drug resistance using weightless neural networks Recognition of HIV-1 subtypes and antiretroviral drug resistance using weightless neural networks Caio R. Souza 1, Flavio F. Nobre 1, Priscila V.M. Lima 2, Robson M. Silva 2, Rodrigo M. Brindeiro 3, Felipe

More information

CHAPTER 3 PROBLEM STATEMENT AND RESEARCH METHODOLOGY

CHAPTER 3 PROBLEM STATEMENT AND RESEARCH METHODOLOGY 64 CHAPTER 3 PROBLEM STATEMENT AND RESEARCH METHODOLOGY 3.1 PROBLEM DEFINITION Clinical data mining (CDM) is a rising field of research that aims at the utilization of data mining techniques to extract

More information

RNA Processing in Eukaryotes *

RNA Processing in Eukaryotes * OpenStax-CNX module: m44532 1 RNA Processing in Eukaryotes * OpenStax This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 3.0 By the end of this section, you

More information

DPPred: An Effective Prediction Framework with Concise Discriminative Patterns

DPPred: An Effective Prediction Framework with Concise Discriminative Patterns IEEE TRANSACTIONS ON KNOWLEDGE AND DATA ENGINEERING, MANUSCRIPT ID DPPred: An Effective Prediction Framework with Concise Discriminative Patterns Jingbo Shang, Meng Jiang, Wenzhu Tong, Jinfeng Xiao, Jian

More information

Artificial Intelligence

Artificial Intelligence Artificial Intelligence Intelligent Agents Chapter 2 & 27 What is an Agent? An intelligent agent perceives its environment with sensors and acts upon that environment through actuators 2 Examples of Agents

More information

A prediction model for type 2 diabetes using adaptive neuro-fuzzy interface system.

A prediction model for type 2 diabetes using adaptive neuro-fuzzy interface system. Biomedical Research 208; Special Issue: S69-S74 ISSN 0970-938X www.biomedres.info A prediction model for type 2 diabetes using adaptive neuro-fuzzy interface system. S Alby *, BL Shivakumar 2 Research

More information

Radiotherapy Outcomes

Radiotherapy Outcomes in partnership with Outcomes Models with Machine Learning Sarah Gulliford PhD Division of Radiotherapy & Imaging sarahg@icr.ac.uk AAPM 31 st July 2017 Making the discoveries that defeat cancer Radiotherapy

More information

An Artificial Neural Network Architecture Based on Context Transformations in Cortical Minicolumns

An Artificial Neural Network Architecture Based on Context Transformations in Cortical Minicolumns An Artificial Neural Network Architecture Based on Context Transformations in Cortical Minicolumns 1. Introduction Vasily Morzhakov, Alexey Redozubov morzhakovva@gmail.com, galdrd@gmail.com Abstract Cortical

More information

Survey on Breast Cancer Analysis using Machine Learning Techniques

Survey on Breast Cancer Analysis using Machine Learning Techniques Survey on Breast Cancer Analysis using Machine Learning Techniques Prof Tejal Upadhyay 1, Arpita Shah 2 1 Assistant Professor, Information Technology Department, 2 M.Tech, Computer Science and Engineering,

More information

Fuzzy Based Early Detection of Myocardial Ischemia Using Wavelets

Fuzzy Based Early Detection of Myocardial Ischemia Using Wavelets Fuzzy Based Early Detection of Myocardial Ischemia Using Wavelets Jyoti Arya 1, Bhumika Gupta 2 P.G. Student, Department of Computer Science, GB Pant Engineering College, Ghurdauri, Pauri, India 1 Assistant

More information