MohameD ELQUCHIRI
MohameD ELQUCHIRI

Reputation: 64

Backward chaining in artificial intelligence

I need to understand the Backward chaining concept in expert systems (artificial intelligence) without using formal logic.

Upvotes: 1

Views: 490

Answers (1)

marli
marli

Reputation: 559

If you have the rule

it_rains -> street_is_wet

which means that if it is raining the street is wet. Then backward chaining means that if you want to know if the street is wet you have to check if it is raining. So you go backwards through the rule.

Upvotes: 2

Related Questions