Giter VIP home page Giter VIP logo

Comments (5)

erikbern avatar erikbern commented on May 16, 2024

I don't think that's true – there's a unit test here: https://github.com/spotify/annoy/blob/master/test/annoy_test.py#L172

and in the following test here, I check that the distance is always less than or equal to 2: https://github.com/spotify/annoy/blob/master/test/annoy_test.py#L186

If the distance had been Euclidean this had not been the case

If you still don't trust it, can you try to produce a minimal breaking example?

from annoy.

bittremieux avatar bittremieux commented on May 16, 2024

Ok, see the attached file for an approximation of what I'm doing:
euclidean.txt

If I run this, the returned distances are equal to the computed Euclidean distance (I also added the dot product for comparison, the vectors are normalized).

For example, I get the following output:
annoy_dist = 0.8814489841461182 euclidean = 0.8814489556668296 dot = 0.6115238692769277 annoy_dist = 0.8938978314399719 euclidean = 0.8938978219006966 dot = 0.6004733420005951 annoy_dist = 0.9004353880882263 euclidean = 0.9004354783899279 dot = 0.5946079746283507

from annoy.

erikbern avatar erikbern commented on May 16, 2024

since you are dividing by the norm of the vector, the euclidean and angular distance will be identical

annoy's "angular" distance is really just the euclidean distance of normalized vectors i.e. (u / |u| - v / |v|)^2

from annoy.

bittremieux avatar bittremieux commented on May 16, 2024

Ok, that was silly. Thanks for clearing up the confusion.

from annoy.

erikbern avatar erikbern commented on May 16, 2024

np :)

from annoy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.