Skip to content

SAKET03/Case-Study-kNN-Classification

Repository files navigation

Case Study kNN Classification

In this Case Study I have implemented k-Nearest Neighbor classification using Python.

K nearest neighbors is a simple algorithm that stores all available cases and classifies new cases based on a similarity measure (e.g., distance functions). KNN has been used in statistical estimation and pattern recognition already in the beginning of 1970's as a non-parametric technique.

This was a part of HarvardX PH526x Using Python for Research course provided by edx .

About

Implements kNN Classification

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published