Skip to content

JerritJaison/KNN-algorithm-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

KNN-algorithm-from-scratch

Overview

This project provides a custom implementation of the K-Nearest Neighbors (KNN) algorithm using NumPy and Pandas, demonstrating the core machine learning technique without relying on scikit-learn.

Features

  • Custom KNN algorithm implementation

  • Distance calculation methods (Euclidean, Manhattan)

  • Flexible k-value selection

  • Support for classification and regression tasks

  • Easy to use and understand implementation

  • Also I have included KNN from scikit-learn for comparison

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published