About 16,100,000 results
Open links in new tab
  1. k-nearest neighbors algorithm - Wikipedia

    k -nearest neighbors algorithm 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 …

  2. K-Nearest Neighbor (KNN) Algorithm - GeeksforGeeks

    Dec 16, 2025 · 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 …

  3. 1.6. Nearest Neighbors — scikit-learn 1.8.0 documentation

    NearestNeighbors implements unsupervised nearest neighbors learning. It acts as a uniform interface to three different nearest neighbors algorithms: BallTree, KDTree, and a brute-force …

  4. 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 …

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

    Mar 8, 2025 · In the realm of machine learning, k-Nearest Neighbors (k-NN) is often one of the first algorithms that beginners come across. Despite its simplicity, it can be a powerful tool for …

  6. k-Nearest Neighbors Algorithm - an overview | ScienceDirect ...

    To improve the performance of k -NN, large margin nearest neighbor or neighborhood components analysis can be adopted to enhance the accuracy [13]. The weighted nearest …

  7. Nearest-Neighbor Algorithms — Machine Learning

    Instead of classification/regression, we use k-d trees to find the k nearest neighbors of a query point. The split feature is now based on factors such as feature width, rather than …