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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Explaining way

A
  • Example: sunny&raquo_space; happy, raise&raquo_space; happy

If I am happy and it is sunny, then it is less likely that I received a raise

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly