interactiveknn
interactiveknn copied to clipboard
Interactive K-Nearest Neighbors machine learning algorithm in JavaScript.
Interactive K-Nearest Neighbors
Visually interact with dots in your browser classifying unknown dots using the K-Nearest Neighbors algorithm.
Playable at Lettier.com.
Get Started
git clone [email protected]:lettier/interactiveknn.git
cd interactiveknn
# Install nvm and npm.
nvm use
npm install
(C) 2016 David Lettier
http://www.lettier.com/