An open API service indexing awesome lists of open source software.

https://github.com/lettier/interactiveknn

Interactive K-Nearest Neighbors machine learning algorithm in JavaScript.
https://github.com/lettier/interactiveknn

ai classification data-analysis data-science gui html5 interactive-knearest-neighbors javascript k-nearest-neighbor k-nearest-neighbors k-nearest-neighbours knn machine-learning machine-learning-algorithms nearest-neighbor-search scikit-learn statistics visualization

Last synced: 27 days ago
JSON representation

Interactive K-Nearest Neighbors machine learning algorithm in JavaScript.

Awesome Lists containing this project

README

        

![Interactive K-Nearest Neighbors](preview.gif)

# Interactive K-Nearest Neighbors

Visually interact with dots in your browser classifying unknown dots using the K-Nearest Neighbors algorithm.
Playable at [Lettier.com](http://www.lettier.com/knearestneighbors/).

## Get Started

```bash
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/