Using Clustering
In addition to supervised methods, Scholar offers a number of tools for unsupervised learning and analysis. Recall from Chapter 1, Make Machines That Learn, that unsupervised learning is a type of machine learning where you learn only from inputs without access to any target information. Perhaps the most common type of unsupervised learning is clustering. Clustering is the process of identifying clusters or groups of similar data points in a dataset. There are many approaches to clustering, such as K-Means clustering, hierarchical clustering, spectral clustering, and more.
The most common type of clustering you’ll likely see in practice is K-Means clustering, which randomly assigns K centroids to random points in the dataset ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access