https://github.com/playwithalgos/knn
Visualization of the k-nearest neighbor algorithm
https://github.com/playwithalgos/knn
educational-project knn knn-algorithm
Last synced: 4 months ago
JSON representation
Visualization of the k-nearest neighbor algorithm
- Host: GitHub
- URL: https://github.com/playwithalgos/knn
- Owner: playwithalgos
- License: gpl-3.0
- Created: 2023-07-07T09:44:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-24T18:31:25.000Z (over 1 year ago)
- Last Synced: 2025-03-05T17:40:52.500Z (9 months ago)
- Topics: educational-project, knn, knn-algorithm
- Language: HTML
- Homepage: https://playwithalgos.github.io/knn/
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# knn
This tool displays the result of the k-nearest neightbor algorithm. With this tool, you can change the value of k and see how the classification changes.
