Expert System: Uncertainty & Bayseian Inference Flashcards

1
Q

What is Uncertainty?

A

the lack of exact knowledge that would enable us to reach a perfectly reliable solution.

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

Name four sources of uncertainty.

A

Weak implications

Imprecise language

Unknown data

Combining the views of different experts

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

Describe how Weak implications can be a source of Uncertainty

A

In KBS, domain experts and knowledge engineers have the painful task
of establishing concrete correlations between IF (condition) and THEN (action) parts of the rules.

Therefore, KBS need to have the ability to handle vague associations, for example by accepting the degree of correlations as numerical certainty factors.

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

Describe how Imprecise language can be a source of uncertainty.

A
  • Our natural language is ambiguous and imprecise.
  • We describe facts with such terms as often and sometimes, frequently and hardly ever.
  • As a result, it can be difficult to express knowledge in the precise IF-THEN form of production rules.
  • However, if the meaning of the facts is quantified, it can be used in KBS.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Describe how Imprecise language can be a source of uncertainty.

A

When the data is incomplete or missing, the only solution is
to accept the value “unknown” and proceed to an approximate reasoning with
this value

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

Describe how Combining the views of different experts can be a source of Uncertainty.

A
  • Large KBS usually combine the knowledge and expertise of a number of experts.
  • Unfortunately, experts often have contradictory opinions and produce conflicting rules.
  • To resolve the conflict, the knowledge engineer has to attach a weight to each expert and then calculate the composite conclusion.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a Certainty Factor?

A

Certainty factors theory is a popular alternative to Bayesian reasoning

rength of their belief in terms that were neither logical nor mathematically consisten, -> /unable to use a classical probability approach. Instead they decided to introduce a certainty factor (cf ), a number to measure the expert’s belief.

he maximum value of the certainty factor was +1.0 (definitely true) and the minimum -1.0 (definitely false

In expert systems with certainty factors, the knowledge base consists of a set of rules that have the following syntax:

IF <evidence></evidence>

THEN <hypothesis> {cf}</hypothesis>

The certainty factors theory is based on two functions: measure of belief MB(H,E), MD(H,E)

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

Which applications are most suitable for bayesian reasoning and which are for certainty factors?

A

Bayesian:

  • where statistical data is usually available and accurate probability statements can be made.
  • f. i. forecastin, planning

certainty factors

  • reliable statistical information is not available or we cannot assume the conditional independence of evidence.
  • diagnostics, particularly in medicine
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the prior probability?

A

p(H) is the prior probability of hypothesis H being true;

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

What is the conditional probabiliyt?

A

The probability that event A will occur if event B occurs is called the conditional probability.

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

What it the joint probability?

A

The number of times A and B can occur, or the probability that both A and B will occur, is called the joint probability of A and B. It is represented mathematically as p(A ∩ B).

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

How does Bayesian reasoning work?

A

IF E is true
THEN H is true {with probability p}

This rule implies that if event E occurs, then the probability that event H will occur is p.

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