Clustering

Overview


Clustering is a machine learning technique that tries to identify clusters within a dataset. This example goes through a simple demonstration of using k-means clustering to identify clusters in a randomly generated dataset.

Video Demos


Video Demo
A full copy of the desktop used in this example can be found here:

full desktop

Next Steps


The first step is to obtain the data.