Inference Engine #14
Answered
by
GouniSahithi
mssanamateen
asked this question in
Q&A
Replies: 1 comment
|
Backward chaining is also known as backward deduction or backward reasoning method when using an inference engine. |
0 replies
Answer selected by
mssanamateen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Backward chaining is also known as backward deduction or backward reasoning method when using an inference engine.
It is a form of reasoning,which starts with goal and works backward to determine what facts must be asserted so that goal can be achieved.
It is top-down approach.
It is called a goal-driven approach,as a list of goals decides which rules are selected and used.
It is used in game theory,automated theorem proving tools, inference engine,....