Incremental Learning
Incremental Learning
Incremental Learning
applications
School of Computer Science
Taylor’s University Lakeside Campus
Learning by
Storing Cases
Incremental
Learning
• Again, background
knowledge plays an
important role in
deciding whether this
example is a foo or
not!
11
Lecture 7 - Incremental Learning
Incremental
learning more
systematically
contd.
• 2nd example
• How to represent
the Relationships
of the concept on
the right?
Refining the
concept
definition..
Refining the
concept
definition..
• Suppose the AI agent has background knowledge that Brick, and Cylinder are both
sub-concepts of a Block
• How does the AI program refine the current concept definition?
• This method of incremental concept of learning differs from some of the standard ML
algorithms
• Often in ML, the AI agent is given a large number of examples to begin the learning
with
• Then we can apply statistical methods to find patterns of regularity in the input data
• If the examples are small and come one at a time, then the learning is incremental
• Then it becomes challenging to apply those statistical methods to detect patterns of
regularity in the input data
• In that case the algorithm must make use of its background knowledge to decide what
to learn and how to learn