* What are the basic phases for building knowledge engineering systems? Explain briefly three of them.
* You want to develop an intelligent system that can help you find malfunctions of your computer. Write the rules if the computer does not start.
* How does an expert system establish the net certainty factor for conjunctive and disjunctive rules? Give an example for each case.
* Write down a fuzzy rule. What is the difference between classical and fuzzy rules? Give examples.
* Suppose the knowledge base of an Expert System consists of the following rules:
Rule 1:
IF A is Y
THEN C is Z {cf 0.6}
Rule 2:
IF B is X
THEN C is Z {cf 0.8}
Calculate cf(cf1, cf2) for the following cases:
- cf(E1)=cf(E2)=0.75
- ..
* What is a conflict set of rules? How can we resolve a conflict? List and describe the basic conflict resolution methods.