Question: Using suggested resources below or your resources, write your simple expert system in python. It should have the following features: 1. A rule structure with
Using suggested resources below or your resources, write your simple expert system in python. It should have the following features:
1. A rule structure with at least a half a dozen IF-THEN rules.
2. A variety of possible "fact" variables to analyze
3. A specific output consisting of a domain-relevant recommendation.
The function and domain of your expert system is your choice. The final submission must include an easily executable Python file alongside a text file containing facts to input for easy testing, as well as an explanation of the expected function.
Resources for Expert System creation in Python:
Pyknow Links to an external site.(GNU LESSER GENERAL PUBLIC LICENSE)
clipspy Links to an external site.(Python binding library for CLIPS Links to an external site.)
Pyke Links to an external site.(Expert system engine for Python inspired by Prolog)
You can also write your rules from scratch!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
