Production System and Expert System Flashcards

1
Q

What are the components of the production system?

Explain how it works.

A
  • A set of production rules
  • Working memory
  • The recognize-act control cycle
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Explain the difference between forward-chaining and backward-chaining expert system

A

-

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

What is a typical architecture of an expert system?

A
  • Knowledge-base (rules)
  • Inference engine(agenda)
  • Working memory (facts)
  • Explanation ability
  • Knowledge Acquisition ability
  • User Interface
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is conflict resolution?

A

Choosing a production rule in the conflict set to fire

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

What are some conflict resolution strategies?

A
  • Choose the first rule that matches the content of working memory
  • Refraction: Let the rule fired only once
  • Recency: Given preference to the rules that match the working memory elements that most recently added
  • Specificity: Given preference to more specific rules over the general ones
How well did you know this?
1
Not at all
2
3
4
5
Perfectly