Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What are you using Annoy for? #86

Closed
erikbern opened this issue Jul 16, 2015 · 8 comments
Closed

What are you using Annoy for? #86

erikbern opened this issue Jul 16, 2015 · 8 comments

Comments

@erikbern
Copy link
Collaborator

(I couldn't think of a better way than filing a ticket to ask for)

I'm planning to speak at the NYC ML meetup later this year about ANN and was curious if people are happy to share some use cases for Annoy!

@zachmayer
Copy link

Nothing yet, but link to your slides here when you're done =D

@JohnNay
Copy link

JohnNay commented Aug 16, 2015

Using it for a baseline model to compare to deep learning and gradient boosting machines, we're building a system to that trains on hundreds of millions of examples of remotely sensed values of vegetation health and lagged values of other remotely sensed (NASA satellite data) variables at high spatial resolution for Sri Lanka for the past ten years to forecast future values of vegetation health in drought prone farming areas. I'm using annoy to look up pixel-time observations closest in space and time in the trianing data and use their values of vegetation health as the predictions for the holdout data to compare to the more complex models to see if they will be worth deploying.

@erikbern
Copy link
Collaborator Author

That's super cool – so some sort of k-NN classifier on satellite images?

@JohnNay
Copy link

JohnNay commented Aug 16, 2015

Yeah k-NN regression on a vegetation health index measured from satellite images (http://modis.gsfc.nasa.gov/data/). Thanks for this software by the way!

@erikbern
Copy link
Collaborator Author

Curious to see how k-NN compares to deep learning (tbh I would suspect the latter is better, given enough data)

@JohnNay
Copy link

JohnNay commented Aug 17, 2015

I'll share the results with you once I have them if you would like

@duhaime
Copy link

duhaime commented Jan 1, 2016

This is an old thread, but I wanted to drop a quick line to say thanks for putting together this awesome library! I'm using it to study patterns in text reuse within literary history (imitations, plagiarisms, etc). I have a simple repo that couples Annoy with D3 for some interactive visualizations in case you're curious. Thanks again for sharing this great work!

@shawnjhenry
Copy link

I would like to say thanks for building this, too! I'm indexing an archive of chat messages with distributed document representations and Annoy for semantic similarity search.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants