Skip to content

lettier/interactiveknn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interactive K-Nearest Neighbors

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 git@github.com:lettier/interactiveknn.git
cd interactiveknn
# Install nvm and npm.
nvm use
npm install

(C) 2016 David Lettier
http://www.lettier.com/