JU Ch9
JU Ch9
(Comp551)
1
JIMMA UNIVERSITY
JIMMA INSTITUTE OF TECHNOLOGY
DEPARTMENT OF COMPUTING
CHAPTER NIGN
LEARNING FROM OBSERVATIONS
Topics we will cover
2
Learning agents
Inductive learning
Decision tree learning
Learning
3
Learning agents
A learning agent can be divided into
four conceptual components:
Performance Element can be
replaced with any of the 4
agent types .
The Learning Element is
responsible for suggesting
improvements to any part of the
performance element.
The input to the learning element
comes from the Critic.
The Problem Generator is
responsible for suggesting
Figure - The basic structure of a learning
actions that will result in new agent
knowledge about the world being
acquired.
Learning element
5
Trivially, there is a consistent decision tree for any training set with one path to
leaf for each example but it probably won't generalise to new examples.
We can see that the negative branch requires no further classification, as all 3 outcomes
are Lose. The positive branch requires further classification, so we use the Temperature
attribute, resulting in the following final decision tree: