Example
- Now, let's build a Rule Based System for fruit and vegetable diagnosis.
- Let's identify Apples, Watermelons, Oranges, Tomatos and Lettuce.
- Here are some rules from earlier
- if (Feature ?X colour green) and (Feature ?X type fruit) then
(Feature ?X subtype Watermelon)
- if (Feature ?X colour red) and (Feature ?X type fruit) then
(Feature ?X subtype Apple)
- What will WM look like?
- What will other rules like?
- Can we make fruit and vegetable rules?
- What will it look like in Clips?
- What will the UI look like?