Case-Based Reasoning CBR Cycle CBR Problem Issues

Slides:



Advertisements
Similar presentations
V-Detector: A Negative Selection Algorithm Zhou Ji, advised by Prof. Dasgupta Computer Science Research Day The University of Memphis March 25, 2005.
Advertisements

Rolls-Royce supported University Technology Centre in Control and Systems Engineering UK e-Science DAME Project Alex Shenfield
Lazy vs. Eager Learning Lazy vs. eager learning
1.  Texturing is a core process for modeling surface details in computer graphics applications › Texture mapping › Surface texture synthesis › Procedural.
Making Choices using Structure at the Instance Level within a Case Based Reasoning Framework Cormac Gebruers*, Alessio Guerri †, Brahim Hnich* & Michela.
Query Execution Professor: Dr T.Y. Lin Prepared by, Mudra Patel Class id: 113.
Artificial Intelligence MEI 2008/2009 Bruno Paulette.
Parallelized Evolution System Onur Soysal, Erkin Bahçeci Erol Şahin Dept. of Computer Engineering Middle East Technical University.
Case-Based Reasoning, 1993, Ch11 Kolodner Adaptation method and Strategies Teacher : Dr. C.S. Ho Student : L.W. Pan No. : M Date : 1/7/2000.
Xyleme A Dynamic Warehouse for XML Data of the Web.
Instance Based Learning
Case Based Reasoning Melanie Hanson Engr 315. What is Case-Based Reasoning? Storing information from previous experiences Using previously gained knowledge.
Soft Computing and Its Applications in SE Shafay Shamail Malik Jahan Khan.
Case-based Reasoning System (CBR)
Learning from Experience: Case Injected Genetic Algorithm Design of Combinational Logic Circuits Sushil J. Louis Genetic Algorithm Systems Lab(gaslab)
Polyscheme John Laird February 21, Major Observations Polyscheme is a FRAMEWORK not an architecture – Explicitly does not commit to specific primitives.
Case-Based Reasoning Ramon López de Mántaras Badia IIIA - CSIC
Instance Based Learning Bob Durrant School of Computer Science University of Birmingham (Slides: Dr Ata Kabán) 1.
Recommender systems Ram Akella November 26 th 2008.
Clustering. What is clustering? Grouping similar objects together and keeping dissimilar objects apart. In Information Retrieval, the cluster hypothesis.
MCSTL: The Multi-Core Standard Template Library Xiaofan Liu
Chapter 10 Artificial Intelligence. © 2005 Pearson Addison-Wesley. All rights reserved 10-2 Chapter 10: Artificial Intelligence 10.1 Intelligence and.
Presentation on Neural Networks.. Basics Of Neural Networks Neural networks refers to a connectionist model that simulates the biophysical information.
An affinity-driven clustering approach for service discovery and composition for pervasive computing J. Gaber and M.Bakhouya Laboratoire SeT Université.
Becerra-Fernandez, et al. -- Knowledge Management 1/e -- © 2004 Prentice Hall Chapter 9 Using Past History Explicitly as Knowledge: Case-based Reasoning.
Case-based Reasoning A type of analogical reasoning
Community Architectures for Network Information Systems
(Particle Swarm Optimisation)
LECTURE 13. Course: “Design of Systems: Structural Approach” Dept. “Communication Networks &Systems”, Faculty of Radioengineering & Cybernetics Moscow.
A Declarative Similarity Framework for Knowledge Intensive CBR by Díaz-Agudo and González-Calero Presented by Ida Sofie G Stenerud 25.October 2006.
Case study of Several Case Based Reasoners Sandesh.
1 Instance Based Learning Ata Kaban The University of Birmingham.
Adaptive Mining Techniques for Data Streams using Algorithm Output Granularity Mohamed Medhat Gaber, Shonali Krishnaswamy, Arkady Zaslavsky In Proceedings.
CS 682, AI:Case-Based Reasoning, Prof. Cindy Marling1 Chapter 11: Adaptation Methods and Strategies Adaptation is the process of modifying a close, but.
Knowledge Learning by Using Case Based Reasoning (CBR)
CS 682, AI:Case-Based Reasoning, Prof. Cindy Marling1 Chapter 8: Organizational Structures and Retrieval Algorithms This chapter deals with how to find.
1 Knowledge Acquisition and Learning by Experience – The Role of Case-Specific Knowledge Knowledge modeling and acquisition Learning by experience Framework.
Partitioning using Mesh Adjacencies  Graph-based dynamic balancing Parallel construction and balancing of standard partition graph with small cuts takes.
Information Retrieval Transfer Cycle Dania Bilal IS 530 Fall 2007.
Vector and symbolic processors
Mental Addition – Objectives
Chapter 18 Connectionist Models
COSC 4426 AJ Boulay Julia Johnson Artificial Neural Networks: Introduction to Soft Computing (Textbook)
Ahmad Atta. Knowledge Representation 1. Case Representation 2. Case base representation.
CS Machine Learning Instance Based Learning (Adapted from various sources)
Verbal Representation of Knowledge
Chapter 15. Cognitive Adequacy in Brain- Like Intelligence in Brain-Like Intelligence, Sendhoff et al. Course: Robots Learning from Humans Cinarel, Ceyda.
A Case-based Reasoning Approach to Imitating RoboCup Players Michael W. Floyd, Babak Esfandiari and Kevin Lam FLAIRS 21 May 15, 2008.
Developing a diagnostic system through integration of fuzzy case-based reasoning and fuzzy ant colony system Expert Systems with Applications 28(2005)
3 Copyright © 2006, Oracle. All rights reserved. Designing and Developing for Performance.
A Self-organizing Semantic Map for Information Retrieval Xia Lin, Dagobert Soergel, Gary Marchionini presented by Yi-Ting.
University of Maryland Baltimore County
Self-Organizing Network Model (SOM) Session 11
Ch7: Hopfield Neural Model
Instance Based Learning
C.-S. Shieh, EC, KUAS, Taiwan
Case-Based Reasoning System for Bearing Design
Instance Based Learning (Adapted from various sources)
K Nearest Neighbor Classification
Research Areas Christoph F. Eick
Prepared by: Mahmoud Rafeek Al-Farra
Paraskevi Raftopoulou, Euripides G.M. Petrakis
Chap. 7 Regularization for Deep Learning (7.8~7.12 )
Chap 8. Instance Based Learning
GPX: Interactive Exploration of Time-series Microarray Data
Ying Dai Faculty of software and information science,
Case-Based Reasoning BY: Jessica Jones CSCI 446.
Authors: Barry Smyth, Mark T. Keane, Padraig Cunningham
Lecture 6: Knowledge Application Systems
The Network Approach: Mind as a Web
Presentation transcript:

Case-Based Reasoning CBR Cycle CBR Problem Issues Knowledge Representation Case Retrival Case Adaptation Strategies Learning Mechanism

Knowledge Representation The Dynamic Memory Model Memory Organization Packets (MOP) Norms (common features) Cases Indexes (to discriminate features…) The Category & Exemplar Model Categories Examplars Features Network

Knowledge Representation The Category & Exemplar Model Categories Exemplars Features Network

Case Retrieval Memory (Case-Base) Organization Search Strategies Match Index Schemes Match Weight Matching Algorithm (Nearest Neighbors)

1. Memory Organization and Retrieval Algorithm Flat Memory, Serial Search Shallow indexing Partitioning of the case library Parallel retrieval Shared Feature Networks(Based on MOP), tree/graph Provide a means of clustering cases so that cases that share many features are clustered together. (Clustering-Discrimination)

1. Memory Organization and Retrieval Algorithm Discrimination Networks Discrimination first, Clustering second. Index Scheme Does a system need Index Scheme ? How to organize index (Scheme)? What kinds of features can be used as indexes (Discrimination)?

Nearest Neighbor Matching (Weight Matching) Algorithm NumericEvaluation: nk=1 Wk * Sim( fIk, fRk ) nk=1 Wk Wk : Weight of feature k Sim : similarity function of the primitives fIk, fRk : the values for feature fk in the input and retrieved cases.

Adaptation Methods and Strategies Simple Substitution Parameter Adjustment Global Constraint Satisfactions

Learning in CBR--Learning from Problem Solving What can be learned ? New experience (New case) Strategies: Storing cases in the case base