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
2
Q
Explain the difference between forward-chaining and backward-chaining expert system
A
-
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
4
Q
What is conflict resolution?
A
Choosing a production rule in the conflict set to fire
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