https://github.com/filipwozniak/knn
The k-nearest neighbors (KNN) algorithm is a simple, easy-to-implement supervised machine learning algorithm that can be used to solve both classification and regression problems.
https://github.com/filipwozniak/knn
jupyter-notebook knn-algorithm python
Last synced: 18 days ago
JSON representation
The k-nearest neighbors (KNN) algorithm is a simple, easy-to-implement supervised machine learning algorithm that can be used to solve both classification and regression problems.
- Host: GitHub
- URL: https://github.com/filipwozniak/knn
- Owner: FilipWozniak
- Created: 2020-10-10T09:40:08.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-10T09:43:24.000Z (over 5 years ago)
- Last Synced: 2025-11-19T06:17:16.304Z (7 months ago)
- Topics: jupyter-notebook, knn-algorithm, python
- Language: Jupyter Notebook
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KNN