Bayes nets Flashcards
1
Q
Why bayes nets are important?
A
- Takes probability and uncertainty and marries them with efficient structures
- It shows how a uncertain variable influences another uncertain variable
2
Q
Bayes rule
A
- P(A|B) = P(B|A)*P(A)/P(B)
- P(-A|B) = P(B|-A)*P(-A)/P(B)
- P’(A|B) = P(B|A)*P(A)
- P’(-A|B) = P(B|-A)*P(-A)
- n = (P(B|A)P(A) + P(B|-A)P(-A))^-1
3
Q
Conditional independence
A
- P(T2|C,T1) = P(T2|C)
- B and C are conditionally independent given A (If we know A). If we do not know A then B and C are not conditionally independent
4
Q
Explaining way
A
- Example: sunny»_space; happy, raise»_space; happy
If I am happy and it is sunny, then it is less likely that I received a raise
5
Q
What is a bayes network?
A
- It defines the probability distribution over graphs or random variables
- It requires less parameters than a full probability distribution. It is more compact and efficient.
6
Q
What is D-Separation?
A
- Two variables are independent if not link by unknown variables. An exception is when the “explain way effect” happens
- It is the situation in which two node in a bayes net become independent or dependent