recategorized by
2,452 views
1 votes
1 votes

Reasoning strategies used in expert systems include

  1. Forward chaining, backward chaining and problem reduction
  2. Forward chaining, backward chaining and boundary mutation
  3. Forward chaining, backward chaining and back propagation
  4. Forward chaining, problem reduction and boundary mutation
recategorized by

2 Answers

0 votes
0 votes

Answer must be A

Forward chaining, backward chaining and problem reduction

forward chaining: Expert system is driven by the antecedent (left hand side)

backward chaining. : Expert system is driven by the consequent (right hand side)

0 votes
0 votes

The correct set of reasoning strategies used in expert systems includes:

  • Forward chaining
  • Backward chaining
  • Problem reduction

So, the correct option is:

Forward chaining, backward chaining, and problem reduction

Answer:

Related questions

1 votes
1 votes
1 answer
1
go_editor asked Jul 13, 2016
2,654 views
An expert system shell is an expert system withoutdomain knowledgeexplanation facilityreasoning with knowledgeall of the above
3 votes
3 votes
2 answers
3
go_editor asked Aug 11, 2016
1,789 views
Language model used in LISP isFunctional programmingLogic programmingObject oriented programmingAll of the above
3 votes
3 votes
2 answers
4
go_editor asked Aug 9, 2016
5,547 views
Forward chaining systems are ____ where as backward chaining systems are ____Data driven, Data drivenGoal driven, Data drivenData driven, Goal drivenGoal driven, Goal dri...