Probabilistic Inference, Probabilistic Agents




CS156

Chris Pollett

Nov 27, 2017

Outline

Introduction

Independence

Baye's Rule and Its Use

Probabilistic Agent Example

Example state of knowledge about a Wumpus World

Modeling the Problem

More Modeling the Problem

Answering the Question

Example state of knowledge about a Wumpus World

Quiz

Which of the following is true?

  1. Default logics make use of circumscribed predicates.
  2. `P(Total=11|Die_1 = 5)` is an example of what we called a prior probability.
  3. Marginalization lets us compute the probability distribution of a single boolean variable from a joint probability distribution.

Learning

Forms of Learning

Components to be Learned

We have described several agents so far this semester. The components of these agents which might be improved include:

The book gives examples of the above in terms of a taxi driver agent.

Representation and Prior Knowledge

Feedback to learn from

There are three main types of feedback that correspond to the three main types of learning:

In addition, to the above there is also things such as semi-supervised learning where we are given a few labeled examples and must make what we can of a large collection of unlabeled examples.

Unsupervised Learning