key questions Flashcards

1
Q

advantages of expert system

A

Uniform structure, Natural knowledge representation, Dealing with incomplete and uncertain knowledge

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

disadvantages of expert system

A

High maintainability cost, Adaptability, Lacks common sense

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

forward chaining

A

starts from facts and applies inference rule to extract more data until it reaches a goal

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

backward chaining

A

starts from the goal and works backward through inference rules to find the required facts of that goal

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

inherited knowledge

A

stored in a hierarchy of classes. elements inherit values from other members of a class

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

declarative knowledge

A

to know about something. used like a set of rules/ conditions

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

procedural knowledge

A

type of knowledge for knowing how to do something

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

structural knowledge

A

basic knowledge to problem solving describing the relationship between concepts and objects

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

what is fuzzy logic

A

a set of mathematical principles for knowledge representation based on degrees of memberships

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

What is conflict resolution?

A

A method for choosing a rule to fire when more than one rule can be fired in a given cycle

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

How to choose between forward and backward chaining?

A

Choose forward chaining if an expert needs to gather information first and then tries to infer from it. Choose backward chaining if the expert begins with a hypothetical solution and then attempts to find facts to prove it

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

3 methods used for conflict resolution

A

Fire the rule with the highest priority. Fire the most specific rule. Fire the rule that uses the data most recently entered in the database.

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