tiwnilesh022 / k-nearest-neighbor

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

Repository from Github https://github.comtiwnilesh022/k-nearest-neighborRepository from Github https://github.comtiwnilesh022/k-nearest-neighbor

k-nearest-neighbor

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

About

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


Languages

Language:Jupyter Notebook 100.0%