9 - Bayesian Networks Flashcards
(6 cards)
Boolean Random Variables
take the values true or false- think of the event as occurring or not occurring
What are Bayesian Networks?
a graphical model that represents the probabilistic relationships among variables. It is used to handle uncertainty and make predictions or decisions based on probabilities
What is Conditional Independence?
situations where an observation is irrelevant or redundant when evaluating the certainty of a hypothesis
describes a situation where two random variables, A and B, are independent of each other given a third variable, C
What is Joint Probability Distribution?
Joint probability is a statistical measure that calculates the likelihood of two events occurring together and at the same point in time.
Bayes Nets (belief networks)
a directed model of conditional dependence among a set of random variables
How would you build a bayers net?
1.Choose a set of relevant variables and an ordering for them.
2.Assume they’re called X1, …,Xm(where X1 is the first in the ordering, X2 is the second, etc.)
3.For i= 1 to m:
i.Add the Xi node to the network
ii.Set Parents(Xi)to be a minimal subset of {X1…Xi-1} such that we have conditional independence of Xiand all other members of {X1…Xi-1} given Parents(Xi)
iii.Define the probability table of P(Xi=kAssignments of Parents(Xi))