In the previous chapters we took a look at the regression and classification algorithms that fall under the category of supervised algorithms [1]. In this chapter, we will be taking a look at the remaining forms of machine learning, namely unsupervised algorithms and reinforcement learning. In unsupervised algorithms, the labels or the target classes are not given. So the goal of unsupervised learning is to attempt to find natural partitions of patterns.
The main forms of performing unsupervised learning has been through clustering.
First, ...