lettier/interactiveknn
Interactive K-Nearest Neighbors machine learning algorithm in JavaScript.
Provides a browser-based visualization where users can plot labeled training data points and interactively classify new points by adjusting the K parameter in real-time. Built as a standalone web application using vanilla JavaScript with HTML5 Canvas for rendering, enabling immediate visual feedback on how neighbor count affects decision boundaries.
No commits in the last 6 months.
Stars
83
Forks
6
Language
JavaScript
License
—
Category
Last pushed
Sep 03, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/lettier/interactiveknn"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
thatipamula-jashwanth/smart-knn
smartKNN - A feature-weighted KNN algorithm with automatic preprocessing, normalization, and...
stabgan/K-Nearest-Neighbours
I applied the K-NN model for my classification problem in both R and Python
ksdkamesh99/KNN-Visualiser
It is a best Visualiser for implementing K-Nearest Neighbours Algorithm with 3 different classes...
ullayne02/Natural-Neighbor
Knn implementation without K parameter
dstarrago/fuzzy_rough_classifiers
Framework for developing fuzzy and fuzzy-rough classification models for multiple instance data