Chapter 7: Clustering Using the K-Means Algorithm
In this chapter, we'll introduce unsupervised machine learning, and you'll learn how to use BigQuery ML to build K-Means algorithms to cluster similar data into multiple categories.
Unsupervised machine learning is particularly useful when we have datasets without any labels, and we need to infer the structure of the data without any initial knowledge.
In different industries, it can be very valuable to identify similar events, objects, and people according to a specific set of features. K-Means clustering is typically used to identify similar customers, documents, products, events, or items according to a specific set of characteristics.
In this chapter, we'll focus our attention on the K-Means ...
Get Machine Learning with BigQuery ML now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.