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

    May 14, 2025 · K-Nearest Neighbors (KNN) is a supervised machine learning algorithm generally used for classification but can also be used for regression tasks. It works by finding the "k" …

  2. K-Nearest Neighbors - Neo4j Graph Data Science

    The K-Nearest Neighbors algorithm computes a distance value for all node pairs in the graph and creates new relationships between each node and its k nearest neighbors. The distance is …

  3. k -Nearest Neighbor Learning with Graph Neural Networks

    Apr 10, 2021 · k-nearest neighbor (kNN) is a widely used learning algorithm for supervised learning tasks. In practice, the main challenge when using kNN is its high sensitivity to its …

  4. K-Nearest Neighbors for Machine Learning

    Aug 15, 2020 · In this post you will discover the k-Nearest Neighbors (KNN) algorithm for classification and regression. After reading this post you will know. The model representation …

  5. Machine Learning - K-nearest neighbors (KNN) - W3Schools

    KNN is a simple, supervised machine learning (ML) algorithm that can be used for classification or regression tasks - and is also frequently used in missing value imputation.

  6. KNN Algorithm – K-Nearest Neighbors Classifiers and Model …

    Jan 25, 2023 · The K-Nearest Neighbors (K-NN) algorithm is a popular Machine Learning algorithm used mostly for solving classification problems. In this article, you'll learn how the K …

  7. KNN Algorithms - Analytics Vidhya

    Feb 27, 2025 · KNN also called K- nearest neighbour is a supervised machine learning algorithm that can be used for classification and regression problems. K nearest neighbour is one of the …

  8. Machine Learning Basics with the K-Nearest Neighbors Algorithm

    Sep 10, 2018 · The k-nearest neighbors (KNN) algorithm is a simple, easy-to-implement supervised machine learning algorithm that can be used to solve both classification and …

  9. What is K-Nearest Neighbors (KNN) in AI algorithms?

    Apr 15, 2025 · K-Nearest Neighbors, or KNN, is a supervised machine learning algorithm that can be used for both classification and regression tasks. Rather than building a complex internal …

  10. K-Nearest Neighbors (KNN) Algorithm For Machine Learning

    Apr 16, 2021 · K-Nearest Neighbors (KNN) is a classification machine learning algorithm. This algorithm is used when the data is discrete in nature. It is a supervised machine learning …

  11. Some results have been removed