Expert Systems Flashcards

(11 cards)

1
Q

knowledge base

A

A knowledge base is a store of facts and rules about a particular topic used by an expert system.

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

What does the knowledge base contain?

A

• Facts (true information) • Rules (IF… THEN… statements)

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

Give an example of a rule in a knowledge base.

A

IF temperature is high THEN risk of fever

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

rule base

A

A rule base is the part of the knowledge base that contains all the IF… THEN… rules.

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

What is the purpose of the rule base?

A

To provide logical rules that the system uses to make decisions.

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

user interface

A

The part of the system that allows the user to interact with it.

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

What does the user interface do?

A

• Asks the user questions • Accepts input (answers) • Displays results or advice

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

inference engine

A

The inference engine is the part of the expert system that processes the rules and facts to reach a conclusion.

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

What does the inference engine do?

A

• Applies logical rules • Uses data from the knowledge base • Deduces new information or decisions

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

explanation facility

A

A feature that explains how the expert system reached its decision.

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

Why is the explanation facility important?

A

• Helps users understand decisions • Builds trust in the system • Allows checking for errors

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