(IT413P) Pattern Recognition Grade Four DR: Nagham Mekky
(IT413P) Pattern Recognition Grade Four DR: Nagham Mekky
Supervised Learning with target vector : the training data comprises examples of
the input vectors along with their corresponding target vectors. Examples:
1. Classification the assignment of each input vector to one of a finite number of
discrete categories or classes.
2. Regression. If the desired output consists of one or more continuous variables.
LEARNING TYPES
Unsupervised learning without target vector: the training data consists of a set of
input vectors x without any corresponding target values. Examples:
1. Clustering: The goal is to discover groups of similar examples within the data.
2. Density estimation to determine the distribution of data within the input space.
3. Visualization project the data from a high-dimensional space down to two or three
dimensions.
LEARNING TYPES
Ultimately, we are interested in computing P(ωj /x) for each class ωj.
26