Methods of Inference: Expert Systems: Principles and Programming, Fourth Edition
Methods of Inference: Expert Systems: Principles and Programming, Fourth Edition
Methods of Inference: Expert Systems: Principles and Programming, Fourth Edition
Methods of
Inference
• Well-formed problems:
– Explicit problem, goal, and operations are
known
– Deterministic – we are sure of the next state
when an operator is applied to a state.
– The problem space is bounded.
– The states are discrete.
Is h is true?
and
Not
Or
Expert Systems: Principles and Programming, Fourth Edition 22
Types of Logic
• Deduction – reasoning where conclusions must
follow from premises
• Induction – inference from the specific case to
the general
• Intuition – no proven theory
• Heuristics – rules of thumb based on experience
• Generate and test – trial and error
• IF-THEN rule:
IF All basketball players are tall and
Jason is a basketball player
THEN Jason is tall.
1. An alphabet of symbols
2. A set of finite strings of these symbols, the
wffs.
3. Axioms, the definitions of the system.
4. Rules of inference, which enable a wff to be
deduced as the conclusion of a finite set of
other wffs – axioms or other theorems of the
logic system.
Goal: exciting(W)
{Z/W}
happy(Z) poor(X) smart(X) happy(X)
{X/Z}
poor(X) smart(X) read(Y) smart(Y)
{Y/X}
poor(john) poor(Y) read(Y)
{john/Y}
read(john) read(john)
{}