Difference between Backward Chaining and Forward Chaining
Forward: start from known facts, apply rules, grow the KB. Good when many facts stream in. Can do extra work. Backward: start from the goal, only explore relevant rules. Good for a single query. Can loop if rules are sloppy.
Same knowledge, different walk. Don’t say one is “more AI”. Say data-driven vs goal-driven + one example each.
Output — idea / do / check for Difference between Backward Chaining and Forward Chaining. Fill those three in the viva.
Data-driven vs goal-driven + examples.