Previous Year Exam Questions Topic: Expert Systems and Rule-based Reasoning.

Slides:



Advertisements
Similar presentations
Narration Essay A Sample Structure.
Advertisements

VEGETARIAN DIET prepared by: Alicia Ramos Registered Dietitian.
Assumptions and Conditions
The "if structure" is used to execute statement(s) only if the given condition is satisfied.
Functional Verification III Prepared by Stephen M. Thebaut, Ph.D. University of Florida Software Testing and Verification Lecture Notes 23.
The Diet Problem, And Inventory Holding Over Time Periods
CHAPTER 13 Inference Techniques. Reasoning in Artificial Intelligence n Knowledge must be processed (reasoned with) n Computer program accesses knowledge.
CS 484 – Artificial Intelligence1 Announcements Choose Research Topic by today Project 1 is due Thursday, October 11 Midterm is Thursday, October 18 Book.
Inferences The Reasoning Power of Expert Systems.
ARTIFICIAL INTELLIGENCE [INTELLIGENT AGENTS PARADIGM] Professor Janis Grundspenkis Riga Technical University Faculty of Computer Science and Information.
Yellowstone Makes a Triumphant Return Ten Years After Fires
Algebra Problems… Solutions Algebra Problems… Solutions © 2007 Herbert I. Gross Set 22 By Herbert I. Gross and Richard A. Medeiros next.
Artificial Intelligence Lecture No. 16
FT228/4 Knowledge Based Decision Support Systems Rule-Based Systems Ref: Artificial Intelligence A Guide to Intelligent Systems Michael Negnevitsky – Aungier.
Expert System Human expert level performance Limited application area Large component of task specific knowledge Knowledge based system Task specific knowledge.
1 5.0 Expert Systems Outline 5.1 Introduction 5.2 Rules for Knowledge Representation 5.3 Types of rules 5.4 Rule-based systems 5.5 Reasoning approaches.
Lecture 04 Rule Representation
1 Chapter 9 Rules and Expert Systems. 2 Chapter 9 Contents (1) l Rules for Knowledge Representation l Rule Based Production Systems l Forward Chaining.
Determining Sample Sizes For Estimating . Situation We want to estimate the average life of certain batteries –We know it costs about $15 to test each.
EXPERT SYSTEMS Part I.
Inferencing using forward- and backward-chaining.
Determine whether each curve below is the graph of a function of x. Select all answers that are graphs of functions of x:
Artificial Intelligence CSC 361
1 In the previous sequence, we were performing what are described as two-sided t tests. These are appropriate when we have no information about the alternative.
Cause & Effect Essays. Questions... Why did Mary change jobs? How was the educational system affected by the new legislation? Why do so many people eat.
Special diets.
Artificial Intelligence Lecture No. 15 Dr. Asad Ali Safi ​ Assistant Professor, Department of Computer Science, COMSATS Institute of Information Technology.
Key Stone Problem… Key Stone Problem… next Set 22 © 2007 Herbert I. Gross.
My Blastoff Nutrition Game [Insert Instructor’s Name] [Insert Date]
Explanation Facility دكترمحسن كاهاني
Page 34 – 35 #16 – 46 even (#42 bonus) (15 problems – 20 points) Math Pacing Logical Reasoning Evaluate each expression 1.2. Simplify each expression 3.4.
Introduction to Agriscience 1.Obtain your textbook and class portfolio. 2.Open your textbook to the designated pages and begin your reading. 3.Write the.
School of Computer Science and Technology, Tianjin University
Unit 2 – Week 4 Reasoning with Linear Equations and Inequalities Lesson 1.
3.5 What’s the Condition? Pg. 16 Conditional Statements.
Topic 1Topic 2Topic 3Topic 4Topic
1 Exam2 Review 841f07exam2review24nov Q1 - Parnas 841f07exam2review24nov27 2 Parnas discussed that software is difficult because failures are not.
Chapter 7 Preview Key Terms Key Ideas Graphics Critical Thinking.
Identify ways to prevent food borne illness Identify potentially harmful causes of food borne illness.
1 Exam2 Review 841f07exam2review24nov Q1 - Parnas 841f07exam2review24nov27 2 Parnas discussed that software is difficult because failures are not.
Unit 5 Writing 牛津上海高一版. Reporting on eating habits.
1 Knowledge Based Systems (CM0377) Lecture 10 (Last modified 19th March 2001)
BELL WORK FILL OUT YOUR FOOD LOG.
Today we will … Identify how to write aims for an investigation in Modern Studies. What a hypothesis is. Outline how to write a hypothesis for a Modern.
Forward and Backward Chaining
Vegetarianism in its broadest definition,
Hypothesis Testing Steps for the Rejection Region Method State H 1 and State H 0 State the Test Statistic and its sampling distribution (normal or t) Determine.
Paper 5308 Finance – advice for teachers. Delivery Issues 5308 Externally tested unit The exam is UNTIERED – targeted at students across the full ability.
1 Ch 17: Alternative Decision-Support Systems. 2 What is an expert system? ‘The modeling, within a computer, of expert knowledge in a given domain, such.
1 Chapter 13 Artificial Intelligence and Expert Systems.
Meat is Murder? Why meat is murder? What reasons do people have for going vegan? 1.
By Muhammad Safdar MCS [E-Section].  There are times in life when you are faced with challenging decisions to make. You have rules to follow and general.
Costin Ionita, CERN for the ALICE DAQ collaboration ALICE Expert System ACAT 2013, Beijing, May 16 th – 21 st, 2013.
Education Phase 2 What factors are involved in choosing food and drink?
PSY 355 Week 2 DQ 1 To what extent are the reasons why you like or dislike certain foods based on innate factors? Explain your answer. To purchase this.
Good health is above wealth
Rule Exercises Status of the Ball Definitions and Rule 15
Factors, multiple, primes: Factors from prime factors
Level 2: Unit 7 Health Applications of Life Science
Parts of your Opinion Paragraph
HEALTHY and UNHEALTHY FOOD
Today we will… Identify how to write aims for an investigation in Modern Studies. What a hypothesis is. Outline how to write a hypothesis for a Modern.
True or False: Suppose the graph of f is given
Vegetarianism Types of Vegetarians, Rationale for Lifestyle Choice,
Among the Hidden/Fahrenheit 451
What’s the QUESTION? Do Now!
Factors, multiple, primes: Multiples
SEQUENCE Start Initial situation Step 1 Step 2 Step 3 End
Standard form: In standard form?
Coordinates: Naming 2D coordinates – quadrant 1
Presentation transcript:

Previous Year Exam Questions Topic: Expert Systems and Rule-based Reasoning

Given a rule-based Expert System with 9 rules whose purpose is to advise you on how your health is influenced by certain foods and other factors. The rules are: R1: IF you eat beef or eggs THEN high cholesterol R2: IF you eat fish or poultry and no beef THEN low cholesterol R3: IF you eat no beef and no fish and no poultry THEN low cholesterol R4: IF you are Catholic and today is Friday THEN you eat no fish and no beef R5: IF you are a vegetarian THEN you eat no fish, no beef and no poultry R6: IF low cholesterol THEN healthy R7: IF high cholesterol THEN unhealthy R8: IF you eat veal THEN you eat beef R9: If you work 6 hours or less today THEN it is Friday

1.Run a forward chaining system to determine the health state of a person who eats veal. Final goal: the person is Unhealthy. Rules that fired are: R8, R1, R7 & Stopped. Note: Conditions of other rules are not satisfied thus they are not executed in the forward chaining system to conclude the “unhealthy” decision.

2. What if you are catholic, eat poultry and work 4 hours today? Advise the person on his health situation. Justify your answer. Final Recommendation: The person is Healthy. Rules that fired are: R9, R4, R2, R6 & Stopped. Students are required to give reason for why R9 is first fired? Why was it chained to R4, etc. Also, students need to mention why other rules are not used. An example is given below: – R1 is not used because no clue on ‘egg’. – R3 is not fired because the person eats poultry. So the condition is false. – R5 is not used since not told that he is a vegetarian. – R8 is not fired since ‘”eat veal” is unknown.

Suppose you have the following rules in your Knowledge base: Rule 1: IF X is true AND B is true AND E is true THEN Y is true Rule 2: IF Y is true AND D is true THEN Z is true Rule 3: IF A is true THEN X is true Rule 4: IF Y is true AND C is true THEN W is true Suppose a forward chaining (data-driven) system is used. What “goal” would the system return if A, B, C, E are true? Explain how the result is obtained (e.g. show the reasoning path). Answer: The system will return “W” as the goal. How? By firing R3, R1, and R4. Other rules all failed. Answer: The system will return “W” as the goal. How? By firing R3, R1, and R4. Other rules all failed.