9 - Bayesian Networks Flashcards

(6 cards)

1
Q

Boolean Random Variables

A

take the values true or false- think of the event as occurring or not occurring

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are Bayesian Networks?

A

a graphical model that represents the probabilistic relationships among variables. It is used to handle uncertainty and make predictions or decisions based on probabilities

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Conditional Independence?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Joint Probability Distribution?

A

Joint probability is a statistical measure that calculates the likelihood of two events occurring together and at the same point in time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Bayes Nets (belief networks)

A

a directed model of conditional dependence among a set of random variables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How would you build a bayers net?

A

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=kAssignments of Parents(Xi))

How well did you know this?
1
Not at all
2
3
4
5
Perfectly