Predicate Logic and Expert System Implementation
Predicate Logic and Expert System Implementation
Knowledge Base: Contains the domain-specific knowledge and rules used by the system.
Inference Engine: Processes information from the knowledge base to make decisions or draw conclusions.
User Interface: Allows users to interact with the system and receive information or recommendations.
Methods of Inference Engine
Forward Chaining
It's a method of reasoning where the system starts with known facts and uses inference
rules to derive new information.
Methods of Inference Engine
Backward Chaining
It starts with a goal (or query) and works backward through the rules to find the facts that
support the goal.
Thanks!!