https://github.com/urbslab/pyke_expertsystem_example_bmin520
Example PyKE code and Jupyter Notebook for a simple backwards chaining expert system as described in this lecture on YouTube: https://www.youtube.com/watch?v=mzsk5_EmZq8
https://github.com/urbslab/pyke_expertsystem_example_bmin520
Last synced: 9 months ago
JSON representation
Example PyKE code and Jupyter Notebook for a simple backwards chaining expert system as described in this lecture on YouTube: https://www.youtube.com/watch?v=mzsk5_EmZq8
- Host: GitHub
- URL: https://github.com/urbslab/pyke_expertsystem_example_bmin520
- Owner: UrbsLab
- License: gpl-3.0
- Created: 2021-05-24T15:14:03.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-24T15:26:48.000Z (about 5 years ago)
- Last Synced: 2025-07-12T15:32:37.597Z (12 months ago)
- Language: Jupyter Notebook
- Size: 145 KB
- Stars: 24
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyKE_ExpertSytem_Example_BMIN520
Example PyKE code and Jupyter Notebook for a simple backwards chaining expert system as described in this lecture on YouTube: https://www.youtube.com/watch?v=mzsk5_EmZq8
We recommend first opening and reading through the 'BMIN 520- PyKE Installation and Family Relations Example' Jupyter Notebook to understand how to install and use PyKE as well as confirm that it is working properly on your computer.
Next open 'BMIN 520 - PyKE Coding Simple Example' to run the very simple backwards chaining expert system implemented as an example for the course.
The relevant code for that expert system are within the folder 'simple_bc_all'.