About 28,900,000 results
Open links in new tab
  1. K-Nearest Neighbor (KNN) Algorithm - GeeksforGeeks

    4 days ago · Thе K-Nearest Neighbors (KNN) algorithm operates on the principle of similarity where it predicts the label or value of a new data point by considering the labels or values of its K nearest …

  2. k-nearest neighbors algorithm - Wikipedia

    In statistics, the k-nearest neighbors algorithm (k-NN) is a non-parametric supervised learning method. It was first developed by Evelyn Fix and Joseph Hodges in 1951, [1] and later expanded by Thomas …

  3. What is the k-nearest neighbors (KNN) algorithm? - IBM

    The k-nearest neighbors (KNN) algorithm is a non-parametric, supervised learning classifier, which uses proximity to make classifications or predictions about the grouping of an individual data point.

  4. What is K-Nearest Neighbors? Definition, Examples, and Guide

    1 day ago · K-Nearest Neighbors (KNN) is a simple, non-parametric machine learning algorithm used for classification and regression. It makes predictions based on the similarity between a data point and …

  5. Guide to K-Nearest Neighbors (KNN) Algorithm [2026 Edition]

    1 day ago · In this article, we will talk about one such widely used machine learning classification technique called the k-nearest neighbors (KNN) algorithm. Our focus will primarily be on how the …

  6. What Is K-Nearest Neighbors (KNN) Algorithm in ML? - Zilliz

    Mar 2, 2025 · KNN formalizes this intuition into a powerful machine learning technique that has applications across numerous domains, from recommendation systems to medical diagnosis. The …

  7. A Comprehensive Guide to the K-Nearest Neighbors (k-NN) Algorithm

    Mar 8, 2025 · k-Nearest Neighbors is a supervised learning algorithm that defers the actual “learning” until it sees a new data point. Unlike “eager learners” (e.g., linear regression, neural networks)...

  8. K-Nearest Neighbor (KNN) Algorithm: Use Cases and Tips - G2

    Jul 2, 2025 · K-nearest neighbor (KNN) is a supervised machine learning algorithm that classifies or predicts outcomes based on the 'K' most similar data points in the training dataset.

  9. K Nearest Neighbor Algorithm (KNN) Explained – Effective 2025 Guide

    Oct 30, 2025 · Learn what is the KNN algorithm, how it works, and its applications in machine learning (2025 guide). In the world of machine learning, one of the first algorithms you would be going through …

  10. What Is a K-Nearest Neighbor Algorithm? | Built In

    May 22, 2025 · K-nearest neighbor (KNN) is a non-parametric, supervised machine learning algorithm that classifies a new data point based on the classifications of its closest neighbors, and is used for …