Knowledge Learning by Using Case Based Reasoning (CBR)

Slides:



Advertisements
Similar presentations
Lecture 2: CBR Case Retrieval
Advertisements

Lecture 5: Reuse, Adaptation and Retention
Machine Learning Instance Based Learning & Case Based Reasoning Exercise Solutions.
Data Mining Classification: Alternative Techniques
Inferences The Reasoning Power of Expert Systems.
1 Machine Learning: Lecture 7 Instance-Based Learning (IBL) (Based on Chapter 8 of Mitchell T.., Machine Learning, 1997)
Lazy vs. Eager Learning Lazy vs. eager learning
Application of Inductive Learning and Case-Based Reasoning for Troubleshooting Industrial Machines - Michel Manago and Eric Auriol 컴퓨터공학과 신수용.
Artificial Intelligence MEI 2008/2009 Bruno Paulette.
Analogies and Case-Based Reasoning
CS 590M Fall 2001: Security Issues in Data Mining Lecture 3: Classification.
Instance Based Learning
Instance-Based Learning
Knowledge-based Systems
Case Based Reasoning Melanie Hanson Engr 315. What is Case-Based Reasoning? Storing information from previous experiences Using previously gained knowledge.
5/20/1999 Li-we Pan1 指導老師 : 陳錫明教授 學生:潘立偉 學號: M 日期: 5/20/1999 Myung-Kuk Park, Inbom Lee, Key-Mok Shon Expert Systems with Application 15(1998), p69~75.
Lazy Learning k-Nearest Neighbour Motivation: availability of large amounts of processing power improves our ability to tune k-NN classifiers.
Case-based Reasoning System (CBR)
1 Nearest Neighbor Learning Greg Grudic (Notes borrowed from Thomas G. Dietterich and Tom Mitchell) Intro AI.
1 MACHINE LEARNING TECHNIQUES IN IMAGE PROCESSING By Kaan Tariman M.S. in Computer Science CSCI 8810 Course Project.
KNN, LVQ, SOM. Instance Based Learning K-Nearest Neighbor Algorithm (LVQ) Learning Vector Quantization (SOM) Self Organizing Maps.
Information retrieval Finding relevant data using irrelevant keys Example: database of photographic images sorted by number, date. DBMS: Well structured.
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.
AIDA an AI tool for conceptual design of complex products Date Rentema en Erik Jansen Information Technology and Systems Delft University of Technology.
12 -1 Lecture 12 User Modeling Topics –Basics –Example User Model –Construction of User Models –Updating of User Models –Applications.
A Web-based Intelligent Hybrid System for Fault Diagnosis Gunjan Jha Research Student Nanyang Technological University Singapore.
Efficient Case Retrieval Sources: –Chapter 7 – –
Data Mining By Andrie Suherman. Agenda Introduction Major Elements Steps/ Processes Tools used for data mining Advantages and Disadvantages.
Expert Systems Infsy 540 Dr. Ocker. Expert Systems n computer systems which try to mimic human expertise n produce a decision that does not require judgment.
CHAPTER 12 ADVANCED INTELLIGENT SYSTEMS © 2005 Prentice Hall, Decision Support Systems and Intelligent Systems, 7th Edition, Turban, Aronson, and Liang.
Operations Research Models
CBR for Design Upmanyu Misra CSE 495. Design Research Develop tools to aid human designers Automate design tasks Better understanding of design Increase.
The Program Development Cycle
Case-based Reasoning A type of analogical reasoning
CBR for Fault Analysis in DAME Max Ong University of Sheffield.
Personalized Web Search by Mapping User Queries to Categories Fang Liu Presented by Jing Zhang CS491CXZ February 26, 2004.
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.
80 million tiny images: a large dataset for non-parametric object and scene recognition CS 4763 Multimedia Systems Spring 2008.
Case study of Several Case Based Reasoners Sandesh.
DataBases & Data Mining Joined Specialization Project „Data Mining Classification Tool” By Mateusz Żochowski & Jakub Strzemżalski.
1 Instance Based Learning Ata Kaban The University of Birmingham.
Program Development Cycle Modern software developers base many of their techniques on traditional approaches to mathematical problem solving. One such.
1 Promoting ITS Deployment via ITS Decision Website Jeff X. Ban, Polina Mikkelsen, Marika Benko, Hamed Benouar California Center.
March 1999Dip HI KBS1 Knowledge-based Systems Alternatives to Rules.
GPU-Accelerated Computing and Case-Based Reasoning Yanzhi Ren, Jiadi Yu, Yingying Chen Department of Electrical and Computer Engineering, Stevens Institute.
Intelligent Database Systems Lab N.Y.U.S.T. I. M. Externally growing self-organizing maps and its application to database visualization and exploration.
CpSc 881: Machine Learning Instance Based Learning.
AI in Knowledge Management Professor Robin Burke CSC 594.
CpSc 810: Machine Learning Instance Based Learning.
20. september 2006TDT55 - Case-based reasoning1 Retrieval, reuse, revision, and retention in case-based reasoning.
Michael Bendersky, W. Bruce Croft Dept. of Computer Science Univ. of Massachusetts Amherst Amherst, MA SIGIR
K nearest neighbors algorithm Parallelization on Cuda PROF. VELJKO MILUTINOVIĆ MAŠA KNEŽEVIĆ 3037/2015.
CS Machine Learning Instance Based Learning (Adapted from various sources)
CSE (c) S. Tanimoto, 2004 Case-Based Reasoning 1 Case-Based Reasoning Outline: Motivation. System diagram Brief description of the menu planning.
Agents for Case-based software reuse Stein Inge Morisbak Web:
Kansas State University Department of Computing and Information Sciences CIS 890: Special Topics in Intelligent Systems Wednesday, November 15, 2000 Cecil.
Developing a diagnostic system through integration of fuzzy case-based reasoning and fuzzy ant colony system Expert Systems with Applications 28(2005)
CS 8751 ML & KDDInstance Based Learning1 k-Nearest Neighbor Locally weighted regression Radial basis functions Case-based reasoning Lazy and eager learning.
1 Instance Based Learning Soongsil University Intelligent Systems Lab.
3.3. Case-Based Reasoning (CBR)
Case-Based Reasoning CBR Cycle CBR Problem Issues
MANAGING KNOWLEDGE FOR THE DIGITAL FIRM
Taxonomy of Problem Solving and Case-Based Reasoning (CBR)
یادگیری بر پایه نمونه Instance Based Learning Instructor : Saeed Shiry
Chap 8. Instance Based Learning
MACHINE LEARNING TECHNIQUES IN IMAGE PROCESSING
MACHINE LEARNING TECHNIQUES IN IMAGE PROCESSING
Machine Learning: UNIT-4 CHAPTER-1
CSE (c) S. Tanimoto, 2002 Case-Based Reasoning
Presentation transcript:

Knowledge Learning by Using Case Based Reasoning (CBR) Jun Yin and Yan Meng Department of Electrical and Computer Engineering Stevens Institute of Technology Hoboken, NJ, USA 4/24/2017

What’s CBR? Case-Based Reasoning (CBR) is a name given to a reasoning method that solves a new problem by remembering a previous similar experiences and by reusing information and knowledge of that situation. Ex: Medicine doctor remembers previous patients especially for rare combinations of symptoms Ex: Law English/US law depends on precedence case histories are consulted 4/24/2017

CBR System Components Case-base Retrieval of relevant cases database of previous cases (experience) Retrieval of relevant cases matching most similar case(s) retrieving the solution(s) from these case(s) Adaptation of solution alter the retrieved solution(s) to reflect differences between new case and retrieved case(s) 4/24/2017

The Case Based Reasoning Cycle 4/24/2017 The Case Based Reasoning Cycle

Case Retrieval and Adaptation the process of finding within the case base those cases that are the closest to the current case. Nearest Neighbor Retrieval Inductive approaches Knowledge Guided Approaches Validated Retrieval Case Adaptation the process of translating the retrieved solution into the solution appropriate for the current problem. 4/24/2017

Open Tools freeCBR is a free open source Java implementation of a "Case Based Reasoning" engine. (http://freecbr.sourceforge.net/) myCBR is an open-source case-based reasoning tool developed at DFKI. (http://mycbr-project.net/index.html) 4/24/2017

freeCBR a very small case set: 4/24/2017

freeCBR (cont.) search from the case set: the result of the search: 4/24/2017

Open Tool – myCBR 4/24/2017

Open Tools – freeCBR & myCBR Modeling Similarity Measures: These two tools follow the approach in which, for an attribute-value based case representation consisting of n attributes, the similarity between a query q and a case c may be calculated as follows: Here, simi and wi denote the local similarity measure and the weight of attribute i, and Sim represents the global similarity measure. 4/24/2017

Case Retrieval Retrieve most similar k-nearest neighbor - k-NN Nearest Neighbor Retrieval Retrieve most similar k-nearest neighbor - k-NN - like scoring in bowls or curling Example 1-NN 5-NN 4/24/2017

Case Retrieval Case-Base indexed using a decision-tree Decision Tree e.g. Case-Base indexed using a decision-tree 4/24/2017

Case Retrieval We propose a self-organizing reservoir computing based network for case retrieval. 4/24/2017

, Case Retrieval Benchmark to evaluate the performance of proposed RC based network. NARMA task - The Nonlinear Auto-Regressive Moving Average (NARMA) task consists of modeling the output of the following tenth-order system : 4/24/2017

NARMA task: Mean squared error = 0.128221, std = 0.0200301 4/24/2017

Future Work Integrate RC based network into CBR system Develop the CBR system based on existing tools for more complicated tasks 4/24/2017