Published onApril 17, 2021Visual K-Nearest Neighbors (KNN) ClassificationMachine-learning-K-Nearest-NeighborsClassificationData-GraphThis project involves the implementation of a K-Nearest Neighbors (KNN) classifier using the famous Iris dataset.
Published onApril 15, 2021Simple classifier using K-Nearest Neighbors (KNN)Machine-learning-K-Nearest-NeighborsClassificationEvaluation-metricsIn this project, we present the evaluation of a machine learning classification model that uses the K-Nearest Neighbors (KNN) algorithm to better learn the implementation of the various metrics to evaluate a classifier.