Table of Contents

Machine Learning - Unsupervised Learning (“Mining”)

About

Unsupervised learning is the second type of function that an algorithm can perform.

The algorithm is said to be unsupervised when no response is used in the algorithm.

Unsupervised Learning has the goal of discovering relationships and patterns rather than of determining a particular value as in supervised learning. There is:

Unsupervised learning can be used:

Unsupervised learning can be useful as a pre-processing step of supervised learning.

Algorithm

Example

Example Illustrate the Model
Determine distinct segments of a population and the attribute values indicating an individual’s membership in a particular segment Clustering
Determine the five items most likely to be purchased at the same time as item X. Market Basket Analysis (or association)