Decision Making Under Uncertainty CSE 495 Resources: –Russell and Norwick’s book.

Slides:



Advertisements
Similar presentations
Probability. Uncertainty Let action A t = leave for airport t minutes before flight –Will A t get me there on time? Problems: Partial observability (road.
Advertisements

Artificial Intelligence Universitatea Politehnica Bucuresti Adina Magda Florea
Probability Interpretations Theoretical. Where P comes from mathematical model or logical reasoning. (pp ) –Example: P(‘heads’) = exactly 1/2 Empirical.
Subjective Probability Lecture Topics: Calculating subjective probabilities The de Finetti game.
PROBABILITY. Uncertainty  Let action A t = leave for airport t minutes before flight from Logan Airport  Will A t get me there on time ? Problems :
Probabilistic Reasoning Course 8
Agent Technology for e-Commerce Appendix A: Introduction to Decision Theory Maria Fasli
Where are we in CS 440? Now leaving: sequential, deterministic reasoning Entering: probabilistic reasoning and machine learning.
Summary So Far Extremes in classes of games: –Nonadversarial, perfect information, deterministic –Adversarial, imperfect information, chance  Adversarial,
Final Exam: May 10 Thursday. If event E occurs, then the probability that event H will occur is p ( H | E ) IF E ( evidence ) is true THEN H ( hypothesis.
Uncertain Reasoning CPSC 315 – Programming Studio Spring 2009 Project 2, Lecture 6.
Independent Events. These situations are dealing with Compound events involving two or more separate events. These situations are dealing with Compound.
Probability.
Uncertainty Chapter 13. Uncertainty Let action A t = leave for airport t minutes before flight Will A t get me there on time? Problems: 1.partial observability.
CSCI 5582 Fall 2006 CSCI 5582 Artificial Intelligence Lecture 12 Jim Martin.
CS 416 Artificial Intelligence Lecture 13 Uncertainty Chapter 13 Lecture 13 Uncertainty Chapter 13.
Probability And Expected Value ————————————
KI2 - 2 Kunstmatige Intelligentie / RuG Probabilities Revisited AIMA, Chapter 13.
PSY 5018H: Math Models Hum Behavior, Prof. Paul Schrater, Spring 2005 Normative Decision Theory A prescriptive theory for how decisions should be made.
Representing Uncertainty CSE 473. © Daniel S. Weld 2 Many Techniques Developed Fuzzy Logic Certainty Factors Non-monotonic logic Probability Only one.
Ai in game programming it university of copenhagen Welcome to... the Crash Course Probability Theory Marco Loog.
Probability and Information Copyright, 1996 © Dale Carnegie & Associates, Inc. A brief review (Chapter 13)
Uncertainty Logical approach problem: we do not always know complete truth about the environment Example: Leave(t) = leave for airport t minutes before.
AI Principles, Lecture on Reasoning Under Uncertainty Reasoning Under Uncertainty (A statistical approach) Jeremy Wyatt.
1 Basic Probability Statistics 515 Lecture Importance of Probability Modeling randomness and measuring uncertainty Describing the distributions.
Uncertainty Chapter 13.
Uncertainty Chapter 13.
Information Theory and Games (Ch. 16). Information Theory Information theory studies information flow Under this context information has no intrinsic.
A multiple-choice test consists of 8 questions
COMP14112: Artificial Intelligence Fundamentals L ecture 3 - Foundations of Probabilistic Reasoning Lecturer: Xiao-Jun Zeng
Mrs. Ramsey. Introductions Syllabus Calculators? Water Taste Test Hand out books! Section 5.1.
The Development of Decision Analysis Jason R. W. Merrick Based on Smith and von Winterfeldt (2004). Decision Analysis in Management Science. Management.
Complexity and Emergence in Games (Ch. 14 & 15). Seven Schemas Schema: Conceptual framework concentrating on one aspect of game design Schemas: –Games.
An Introduction to Artificial Intelligence Chapter 13 & : Uncertainty & Bayesian Networks Ramin Halavati
CS 4100 Artificial Intelligence Prof. C. Hafner Class Notes March 13, 2012.
1 Chapter 13 Uncertainty. 2 Outline Uncertainty Probability Syntax and Semantics Inference Independence and Bayes' Rule.
Dependent and Independent Events. Events are said to be independent if the occurrence of one event has no effect on the occurrence of another. For example,
History of Probability Theory
Axioms Let W be statements known to be true in a domain An axiom is a rule presumed to be true An axiomatic set is a collection of axioms Given an axiomatic.
An Introduction to Artificial Intelligence Chapter 13 & : Uncertainty & Bayesian Networks Ramin Halavati
1 Reasoning Under Uncertainty Artificial Intelligence Chapter 9.
C4, L1, S1 Chapter 3 Probability. C4, L1, S2 I am offered two lotto cards: –Card 1: has numbers –Card 2: has numbers Which card should I take so that.
What is Probability?. The Mathematics of Chance How many possible outcomes are there with a single 6-sided die? What are your “chances” of rolling a 6?
Chapter 13 February 19, Acting Under Uncertainty Rational Decision – Depends on the relative importance of the goals and the likelihood of.
Uncertainty in Expert Systems
Probability Evaluation 11/12 th Grade Statistics Fair Games Random Number Generator Probable Outcomes Resources Why Fair Games? Probable Outcome Examples.
Uncertainty Chapter 13. Outline Uncertainty Probability Syntax and Semantics Inference Independence and Bayes' Rule.
Chapter 10 Introducing Probability BPS - 5th Ed. Chapter 101.
5.1 Probability in our Daily Lives.  Which of these list is a “random” list of results when flipping a fair coin 10 times?  A) T H T H T H T H T H 
Uncertainty Chapter 13. Outline Uncertainty Probability Syntax and Semantics Inference Independence and Bayes' Rule.
Conditional Probability Mass Function. Introduction P[A|B] is the probability of an event A, giving that we know that some other event B has occurred.
Information Theory and Games (Ch. 16). Information Theory Information theory studies information flow Information has no meaning –As opposed to daily.
Uncertainty Let action A t = leave for airport t minutes before flight Will A t get me there on time? Problems: 1.partial observability (road state, other.
CSE 473 Uncertainty. © UW CSE AI Faculty 2 Many Techniques Developed Fuzzy Logic Certainty Factors Non-monotonic logic Probability Only one has stood.
Uncertainty & Probability CIS 391 – Introduction to Artificial Intelligence AIMA, Chapter 13 Many slides adapted from CMSC 421 (U. Maryland) by Bonnie.
Math 1320 Chapter 7: Probability 7.3 Probability and Probability Models.
Uncertainty and Games (Ch. 15). Uncertainty If a game outcome is certain can it achieve meaningful play? –Example of such a game? Two kinds of uncertainty:
What is Probability? Quantification of uncertainty.
Appendix A: Probability Theory
Where are we in CS 440? Now leaving: sequential, deterministic reasoning Entering: probabilistic reasoning and machine learning.
Uncertainty Chapter 13.
Where are we in CS 440? Now leaving: sequential, deterministic reasoning Entering: probabilistic reasoning and machine learning.
Multiple Choice Practice
Uncertainty.
CS 188: Artificial Intelligence Fall 2008
Uncertainty Logical approach problem: we do not always know complete truth about the environment Example: Leave(t) = leave for airport t minutes before.
Fun… Tree Diagrams… Probability.
Uncertainty Chapter 13.
Uncertainty Chapter 13.
Homework Due Tomorrow mrsfhill.weebly.com.
Presentation transcript:

Decision Making Under Uncertainty CSE 495 Resources: –Russell and Norwick’s book

Some Examples 1. Suppose that you are in a TV show and you have already earned 1’ so far. Now, the presentator propose you a gamble: he will flip a coin if the coin comes up heads you will earn 3’ But if it comes up tails you will loose the 1’ What do you decide? 2. Considerations for sitting a new airport: Cost noise pollution Safety If there are two candidate sites, how to decide between them?

First Order Representation  p symptom(p,toothache)  disease(p, cavity)  p disease(p, cavity)  symptom(p,toothache) For the “dentist in you”, which one is true? None. A better rule could be something like:  p symptom(p,toothache)  disease(p, cavity)  disease(p, Gumdisease)  …

Problems with First Order Representation Laziness: it is too much work to list antecedents and consequents Theoretical Ignorance: not all known antecedents/consequents may be known Practical ignorance: even if we know all the rules, uncertainty in establishing antecedents/consequents may still occur Related to the knowledge-acquisition bottle neck & Fuzzy Logic

Handling Uncertain Knowledge We have only a degree of belief Probability theory can be used to deal with degree of belief  If the probability of an event is 1 does it mean that the event will occur? No. It means that we believe that will always occur In our example we may believe that with 0.8 probability the patient has cavities

Uncertainty and Rational Decisions In addition to probabilities there might be preferences Plan 1: Take the train from NYC to NC at 7:00AM (probability of missing a connection in WAS: 5%, waiting time in WAS: 4 hours) Plan 2: Take the train from NYC to NC at 10:00AM (probability of missing a connection in WAS: 35%, waiting time in WAS: 1 hour) Which would you choose? The point being that decisions are not made based only on the probability of events

Decision Theory Utility theory: represents and reasons with preferences Decision Theory = probability theory + utility theory Suppose that taken actions update probabilities of states/actions. Which actions should be taken? ? ? ? 1. Calculate probabilities of current state 2. Calculate probabilities of action 3. Select actions with the highest expected utility

Probability Distribution The events E 1, E 2, …, E k must meet the following conditions: One always occur No two can occur at the same time The probabilities p 1, …, p n are numbers associated with these events, such that 0  p i  1 and p 1 + … + p n = 1 A probability distribution assigns probabilities to events such that the two properties above holds

Expected Value In general, let Q be a quantity that has value v1 with probability p 1, …., v k with probability p k then the Expected value of Q is: p 1 * v 1 + p 2 * v 2 +…+ p k * v K

Selection of a Good Attribute: Information Gain Theory If the possible answers v i have probabilities p(v i ), then the information content of the actual answer is given by: I(p(v 1 ), p(v 2 ), …, p(v n )) = p(v 1 )I(v 1 ) + p(v 2 )I(v 2 ) +…+ p(v n )I(v n ) = p(v 1 )log 2 (1/p(v 1 )) + p(v 2 ) log 2 (1/p(v 2 )) +…+ p(v n ) log 2 (1/p(v n )) Examples:  Information content with the fair coin:  Information content with the totally unfair:  Information content with the very unfair: I(1/2,1/2) = 1 I(1,0) = 0 I(1/100,99/100) = 0.08

Uniform Distribution A probability distribution is uniform if there are k events each of which has probability 1/k Examples? Rolling a “fair” dice. The events being that the dice will comes up on each of the dice’s faces

Probability of Two Events Taken Place Two events are independent if the occurrence of one doesn’t affect the occurrence of the other one. If E1 and E2 are two independent events, then the probability that E1 and E2 occur is p(E1)*p(E2) If the probability of having a winning a lottery is.1, then the probability of winning the lottery two times in a row is.1*.1 =.01 If E1 and E2 are two independent events, then the probability that E1 or E2 occur is p(E1) + p(E2) – (p(E1)*p(E2))

Conditional Probability P(A  B) = P(B)P(A|B) = P(A)P(B|A) (product rule) P(A|B) = (P(A)P(B|A))/ P(B) (Bayes rule) Example: Suppose that the following is true: Meningitis cause stiff neck, 50% of the time Probability of patient having meningitis is 1/50000 Probability of patient having stiff neck is 1/120 P(M|S) = = P(S|M) = P(M) = P(S)

Axioms of Probability 1.For any event A, 0  P(A)  1 holds 2.If F can never occur then P(F) = 0 and if T always occurs then P(T) = 1 3.P(E1  E2) = p(E1) + p(E2) – p(E1  E2)

Axioms of Probability (2) Suppose there is a betting game between 2 persons for money. Suppose that person 1 has some degree of belief in an event A. “I bet $6 that it will occur. My degree of belief is 0.4” Suppose that person 2 bets for or against A consistent with the degree of belief of person 1. “I bet $4 that it will not occur” Theorem (Bruno de Finetti, 1931): If Person 1 sets of degrees violating the axioms of the probability, then there is a betting strategy for Person 2 that guarantees that Person 1 looses money