Machine Learning

CS 5350/6350, DS 4350, Spring 2024

Nearest Neighbor Classification

In this lecture, we look at the popular K nearest neighbors algorithm, which is an example of instance based learning. We see how the nearest neighbors algorithm carves up the instance space into Voronoi maps and can express rather complicated decision boundaries. We will end with a discussion about the curse of dimensionality.

Miscellaneous

  • Flatland: A Romance of Many Dimensions, a 1884 novella that serves as a fun introduction to multiple dimensions. The link points to the Wikipedia page for the book. The actual source of the book is also available online. See the links at the bottom of the Wikipedia page.