- Notifications
You must be signed in to change notification settings - Fork14
jtonyortiz/ExpertSystems
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
In artificial intelligence, an expert system is a computer system that emulates the decision-making ability of a human expert. Expert systems are designed to solve complex problems useing reasoning through bodies of knowledge, represented mainly as a set of if-then rules rather than through conventional procedural code.
CLIPS (C Language Integrated Production System), is a public domain software tool that is used to build modern Expert Systems. CLIPS is written in C, and can be called from C, and resembles the Lisp programming language in its syntax. It is also Object-Oriented, allowing the user to explore multiple programming paradigms.
To help give examples of rule-based AI through simple project code.
You will first need the CLIPS ide and compiler which you can obtain through thiswebsite. For the time being, it appears to mainly work on Windows based OS's.
- Install CLIPS on Windows
- Git Clone this folder
- Open CLIPS and select a file to run
About
CLIPS programs I have completed for Expert Systems (Rule-Based AI)
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.