The simplest type of temporal classification is based on associating a single class label with each stream. In the Tech Support domain, the classification is the outcome, happy or angry, after a phone call. In the sign language problem, the classification is of the sign, based on the samples from a single stream. Each of these are weak temporal classification tasks.
Let
be a set of streams with the same type. Let
be a set
of labels, that describes the set of possible classes.
Define a function
which takes an element of
and returns an element of
.
The goal is: given a subset of the function
(say
),
produce a function
which is as similar to
as
possible. The exact meaning of ``similar'' is explored in Section
2.4.
Mathematically, this can be viewed as trying to develop a function
:
such that the symmetric difference between
and
is as
small as possible. This is the definition of traditional concept
learning and is included here for completeness.
Intuitively, our goal is: given a limited example of streams and their
classes, in other words, some subset of the function
, can we determine the rest of the function?