Lecture 25 - Clustering; Scikit-Learn Basics

Announcements:

Goals:

An example of using PCA on a synthetic dataset:

Clustering

Find clusters of points based on proximity, density, or other similar metrics.

Example algorithm: K means

Demo: https://www.naftaliharris.com/blog/visualizing-k-means-clustering/

An example that ties together clustering and PCA: plot_kmeans_digits.ipynb