Week 2 Flashcards

1
Q

What can cause uncertainty ?

A

Partial observability

Non determinism

Or both

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

Belief state

A

Representation of the set of all possible world states that the agent may be in

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

What is the qualification problem?

A

Accounting for every possible scenario

Eg, meteor hits

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

3 problems of using logic in medical diagnosis

A

Laziness: too many possible antecedents and consequents

Theoretical ignorance: medical science has no complete theory for the domain

Practical ignorance: even with a complete theory not all of necessary tests will have been completed on everyone

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

Limitation of agent knowledge

A

Degree of belief is best product

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

Utility theory

A

Methodology for representing and reasoning with preferences of possible outcomes

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

Decision theory =

A

Probability theory + utility theory

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

An agent is rational iff

A

It chooses the action that yields the highest expected utility, averaged over all the possible outcomes of the action

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

Maximum expected utility

A

The highest expected utility averaged over all the possible outcomes of the action

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

Probabilities in the absence of any other information called

A

Unconditional or prior probabilities

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

Product rule

A

P(a ^ b) = p(a|b)p(b)

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

Inclusion exclusion principle

A

P(a v b) = p(a) + p(b) - p(a ^ b)

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

Kolmogorov’s axioms

A

1) non negativity: P(A) >= 0

2) Unitarity: P(S) = 1 for sample space S

3) Additivity: P(A u B) = P(A) + P(B) for any mutually exclusive A,B

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

Marginalisation

A

Adding probabilities of all scenarios of an event occurring eg

Adding all of cavity row to get marginal probability = 0.2

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

Notation for marginalisation

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

Conditioning

A

Using conditional probabilities instead of joint probabilities for marginalisation

17
Q

Normalización

A

Using conditional probabilities 1/p(a) can be considered a constant, α

18
Q

Independence

A

If P(A|B,C,D) = P(A)

Then A is marginally/absolutely independent of B,C,D

19
Q

Bayes’ rule

A

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

20
Q

Causal and Diagnostic

A

Causal P(effect | cause)

Diagnostic P(cause | effect)

21
Q

X and Y are conditionally independent , given a 3rd variable Z, notationally?

A

P(X,Y|Z) = P(X|Z)P(Y|Z)

22
Q

Computing normalizing constant

A