Activity 01
Human Clustering Activity
Post a scatterplot of 20 points on the board. Ask students to walk up and draw cluster boundaries using their judgment, no algorithm. Different students often draw different boundaries, which opens a discussion: what makes a cluster valid? Is there one right answer? This motivates why a formal algorithm with a defined criterion is useful.
Explain how unsupervised learning identifies patterns without explicit labels.
Facilitation TipDuring the Human Clustering Activity, walk around and ask students to explain their grouping criteria aloud so the whole class hears different approaches.
What to look forPresent students with a small 2D dataset (e.g., 6-8 points) and ask them to manually perform one iteration of the K-Means algorithm. They should draw the initial centroids, assign points, and calculate the new centroid locations.