Skip to content

Week 7 - k-Nearest Neighbors

Learning Objectives

After today's class, you should be able to:

  • Understand the k-Nearest Neighbor (kNN) algorithm for classification tasks, enabling the extraction of insights by analyzing patterns in labeled data.
  • Develop and implement KNN models in Python.

Class Agenda

Task List

  • Required Reading: Chapter 7 - k-Nearest Neighbors (k-NN)
  • Complete and Submit HW4_k-Nearest_Neighbors on Canvas/Gradescope.

Additional Resources