Awesome
Learning ANNOY
Just one of the things I'm learning. https://github.com/hchiam/learning
ANNOY for ML approximate nearest neighbours of vectors.
Python
https://github.com/spotify/annoy
pip install --user annoy
# or: pip2 install --user annoy
python use.py
Node.JS (has a subset of the Python language bindings)
https://github.com/jimkang/annoy-node
npm install
node use.js