Chapter Five AI
Chapter Five AI
3 Sources of Uncertainty
4 Probability Theory
5 Axioms of Probability
6 Probability distributions
7 Bayes’ Rule
8 Summary
Frequentism (Empirical)
Probabilities are relative frequencies determined by observation.
For example, if we toss a coin many times, p(heads) is the
proportion of the time the coin will come up heads
But what if we are dealing with events that only happen once?
E.g., what is the probability that a Republican will win the
presidency in 2024?
Reference class problem. E.g., how do we define comparable
elections?
Subjectivism (Bayesian Statistics)
Probabilities are degrees of belief updated by evidence.
How do we assign belief values to statements without evidence?
How do we update our degrees of belief?
What would make sure that agents hold consistent beliefs? E.g.,
The coin will land heads up and tails up at the same time.
Prepared by Adem (MSc.) Introduction to Artificial intelligence August 10, 2022 9 / 30
Axioms of Probability
Events
Probabilistic statements are defined over events, world states or
sets of states
"It is raining"
"The weather is either cloudy or snowy"
"The sum of the two dice rolls is 11"
Events are described using propositions:
R = True
W = "Cloudy" ∨ W = "Snowy’
D ∈ (5,6),(6,5)