INF2D: Week 8: Probabilistic Inference
Last week, we made the first steps towards building an agent that acts rationally: in words, it chooses an action that is an optimal trade off between what it prefers and what it believes it can achieve. At the moment, we are focussed on the belief bit of this trade off: how do we represent beliefs that reflect the degree to which the agent is certain, or uncertain, about whether a particular proposition is true? I introduced some notation in probability theory and its basic axioms. We're going to build on that this week, so that by the end of this week you have the means to compute an answer to probabilistic queries of the following form: given the evidence e that I've observed, what is the probability that proposition p is true?
We will be covering the following topics:
22: Probabilities and Bayes' Rule
23: Probabilistic Reasoning with Bayesian Networks
24: Exact Inference in Bayesian Networks
If there is anything you don't understand, then you have several options:
- Post a question on piazza;
- Ask a question at the in-person lecture; and/or
- Ask your tutor.