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 Bayesian network (BN) is a probabilistic graphical model for representing knowledge about an uncertain domain where each node corresponds to a random variable and each edge represents the conditional probability for the corresponding random variables

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

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

Explain Bayes Nets Formalized

A

is an augmented directed acyclic graph, represented by the pair V, E where:
*V is a set of vertices. *E is a set of directed edges joining vertices. No loops of any length are allowed

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