This document discusses unsupervised machine learning classification through clustering. It defines clustering as the process of grouping similar items together, with high intra-cluster similarity and low inter-cluster similarity. The document outlines common clustering algorithms like K-means and hierarchical clustering, and describes how K-means works by assigning points to centroids and iteratively updating centroids. It also discusses applications of clustering in domains like marketing, astronomy, genomics and more.