Back to course

K-Nearest Neighbors (KNN)

Full Course: AI & Machine Learning (ML)

KNN Algorithm\n\nKNN is a simple, 'lazy' learning algorithm. It classifies a point based on the labels of its 'k' closest neighbors in the data space.