Slide 11
Slide 11 text
Clustering - Unsupervised Technique
So you have a bunch of data, with no labels…
You ask yourself, is there any structure in this data?
Congratulations, you may be asking about clustering.
Clustering is a great way to “explore” data…
from sklearn.cluster import KMeans
handwritten digits example