Expert Systems Principles And Programming Fourth Editionpdf Verified -
You will understand the architecture of an expert system: knowledge base (rules), facts, inference engine, and user interface. The book teaches the Rete Algorithm (developed by Charles Forgy), which is still used in modern rule engines like Drools.
CLIPS provides built-in commands like (watch rules) and (agenda) . However, the textbook shows how to implement a custom explanation facility using meta-rules that record justification trees. You will understand the architecture of an expert