WEEK 4 BN PART 2 Flashcards

1
Q

Do we need to draw arcs between all nodes to make states dependent on each other?

A

NO

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

Temporal Representation

A

How a state changes over time, using a series of time slices.
Assume that CPT for a given node are going to be the same across each time slice. You can specify different CPT but that is harder.

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

Dynamic Bayesian Network (DBN)

A
Consists of 3 aspects: 
1. Transition Model- how states evolve over time 
2. Observation Model 
3. Belief at time t0
Example: Knowledge vs Solution 
Bottom/ Blue Nodes is the solution
K above is the knowledge 
Ex. Blue node observed, you know Kasia has knowledge because of the work she has produced, updating your knowledge at each time slice. 

Don’t consider grandparents: only considering the one parent before.
Modelling forgetting??

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

Probability Theory

A

Uncertainty comes from incomplete knowledge

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

Utility Theory

A

Provides a way to represent a reason about an agents preferences.
U is assigned as a value to each outcome expressing the desirability of that outcome for the agent

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

Expected Utility (EU)

A

Chosing the action that maximizes that expected utility
Probability of each outcome multiply by the utility of each outcome added together to get the expected utility of each decision

MULTIPLY EACH PROBABILITY BY THE UTILITY AND ADD THEM TOGETHER
We pick the decision with the highest utility
EU= Combining probabilities with utilities

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

Utility Function

A

Higher means a better outcome

Utility function is specific to the agent

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

Decision Network (DN)

A

Chance Nodes: Random variables, same as in BN.
Decision Nodes: Do not have an associated CPT.

Utility Nodes: Have no children. Values in utility table specify agents preferences.

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

Multi- Attribute Decisions

A

Having more than one parent affecting the decision

Memorization Type Question

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

Naive Bayes Classifier

A

Very simple BN lets us obtain the probability of a hypothesis given evidence (attributes)
Can be used for classification
Need to train the network, gives CPT values
Then test using data –> clamp the evidence nodes not the hypothesis node
Ex. Play tennis? –> Outlook, temp, humidity, wind

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