MichaelFish199 / K-NearestNeighbors-Implementation

This is a project that implements the K-Nearest Neighbors (KNN) algorithm in Python. KNN is a machine learning algorithm used for classification or regression based on training data, and is an unsupervised learning model. This implementation allows you to train a KNN model on training data and classify new data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MichaelFish199/K-NearestNeighbors-Implementation Issues

No issues in this repository yet.