Skip to content

hchiam/learning-annoy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

More

https://github.com/hchiam/text-similarity-test

About

Learning ANNOY for ML approximate nearest neighbours of vectors

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors