4: Bayesian Reasoning Flashcards
What is Bayesian Reasoning?
Bayesian reasoning is an application of probability theory to inductive reasoning. Bayes’ rule/theorem states that P(A | B) = [P(B | A) * P(A)] / P(B)
What is probabilistic reasoning?
Using the power of probability theory to handle uncertainty and still facilitate conclusions from deductive logic from a formal argument.
What are Bayesian Networks?
A directed acyclic graph that models the conditional dependencies of different variables in a statistical system.
What is Bayesian probabilistic reasoning?
The use of Bayes’ rule and Bayesian networks in application to probabilistic reasoning (and in turn deductive logic).
What are some sources of uncertainty?
- Partial observability
• To give a complete model we would have to include
many facts we don’t know, such as road state, other
drivers’ plans, etc. - Noisy sensors
• Information we can get can be inaccurate, e.g. a traffic report claiming free roads when there is a jam - Uncertainty in action outcomes
• The road bridge might close at short notice - immense complexity of modelling and
predicting traffic
• Even if we had complete information, it may be
intractable to compute a valid prediction
Why do we use probability methods rather than logical ones to deal with uncertainty?
???
What is a sample space? How is it notated?
The set of possible values of a random variable, notated as Ω.
What is an atomic event? How is it notated?
???
What is a probability space? How is it notated?
???
What is an event? How is it defined?
???
How can you find the probability of an event?
???
What is a random variable?
A variable (set of different possible values) whose value depends on the outcome of a random (unpredictable, without pattern) phenomenon.
What is a probability distribution?
???
What are Kolmogorov’s Axioms for Probability?
For any event A
- 0 <= P(A) <= 1
- P(true) = 1, P(false) = 0
- P(¬A) = 1 - P(A)
- P(A ∨ B) = P(A) + P(B) - P(A ⋀ B)
What is De Finetti’s Argument?
???
What is a joint probability distribution?
???
What is a complete joint probability distribution?
???
What can a complete joint probability distribution do?
Calculate any atomic event probability
What is a complex event probability?
???
What are Conditional Probabilities?
Probabilities of events happen given that other event/s have happened beforehand.
What does the vertical bar | notate?
Conditional probabilities.