bayes network representation Flashcards

(21 cards)

1
Q

what are bayesian networks

A

probabilistic graphical models that use edges to display cause-effect relationships and bayes theoreon for probabilistic inference

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

what do edges represent in bayes network graph

A

displays cause and effect relationship

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

what is bayes theorem used for bayes network graph

A

probabilistic inference

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

what is bayes thereom equation

A

P(A|B) = ( P(B|A)*P(A) ) / P(B)

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

real world applications of bayes network

A

legal tech
chemistry
cyber security

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

advantages of bayes network

A

▶ Graphical representation: Provides a visual representation of joint
probability distributions of different random variables –
interpretability.
▶ Powerful: Can capture complex relationships between random
variables.
▶ Combine data and prior knowledge: Incorporates prior knowledge and
updates with statistically significant information from data.
▶ Generative approach: Able to generates new data similar to existing
data

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

disadvantages of bayes network

A

Requires prior knowledge of many probabilities.
Sometimes computationally intractable

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

what are the three main task needed for bayes network

A

1) inference: from observations ->
2) training: learn the model parameter ( usually calculating the probabilities )
3) structure determination: identify what is connected to what

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

how can we represent the joint probability distributions of random variables

A

bayes network is a directed acrylic graph (DAG)

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

what does DAG stand for

A

directed acrylic graph

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

what dies the bayes network graph consists of

A

set of nodes -> represent random variable
set of DIRECTED edges -> representing cause and effect relationship and connects those nodes

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

what does a directed edge represent

A

“directed dependency” or
“directed influence”
also called “direct cause”
basically a parent node ponitng to a child node
(PN) –> (CN)

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

what is the conditional distribution for each node given its parents

A

P( Xi | Parents (Xi) )

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

discrete random variables for bayes network

A

conditional distributions are represented as a conditional probability table (CPT) - the distribution over Xi for each combination of parent values

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

describe essence of a bayesian network

A

A compact representation of a joint probability distribution in terms
of conditional distributions

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

what is the equation of bayes network

A

P(X1, X2, . . . , Xn) =
n
i =1
P(Xi |Parents(Xi ))

17
Q

what are the 4 probabilstic relationships of BN (the standard structures)

A

direct cause
indirect cause
common cause
common effect

18
Q

draw a direct cause relationship

19
Q

draw a indirect cause relationship

A

A –> B –> C

20
Q

draw a common cause relationship

A

B <– A –> C

21
Q

draw a common effect relationship

A

A –> C <– B