FwdandBwd Chain
FwdandBwd Chain
2) likes (murat,x)
likes (y,pizza)
Unification= {x|pizza, y|murat}
3) likes (murat,x)
likes (x,pizza)
Unification= {fail}
Forward Chaining
The simple example of the forward chaining
is given below:
R1: IF A=5 AND B=7 THEN C=10
R2: IF C=10 AND D=12 THEN E=15
R3: IF E=15 THEN F=18
The following facts are present: A=5, B=7,
and D=12
Use forward chaining to reach the goal F .
Forward Chaining
Let’s see an example (knowledge base) with a
forward chaining: