Unit-3: Knowledge: Representation
Unit-3: Knowledge: Representation
3170716
Unit-3: Knowledge
Representation
• It is embodied. • It is embedded.
• Drawn from experience, action, subjective • Drawn from artifact of some type as principle,
insight procedure, process, concepts.
Forward Backward
Representation Representation
Mapping Mapping
Adult-male
Isa
Player
Isa Isa
Cricket Football
Instance Instance
Peter Ankit
and [conjunction]
or [disjunction]
implies [implication]
not [negation]
∀ For all
∃ There exists
Sunny Windy 2
¬Pompeian(Marcus) loyalto(Marcus, Caesar)
4 (Peanuts l x) ¬Food(Peanuts)
6 KilledBy(Bill, Peanuts)
• High efficiency and Low modifiability • Good modifiability and good readability
2. Generates the next level of tree by finding all 2. Generate the next level of tree by finding all rules
rules whose left hand side matches against the whose right hand side matches against the root node.
root node. The right hand side is used to create The left hand side is used to create new
new configurations. configurations.
3. Forward Chaining searches for any conclusion. 3. Backward chaining searches for only the required
Suitable for planning, monitoring, control, and data. Suitable for diagnostic and debugging
interpretation applications. applications.