RubyGems Navigation menu

hanny 0.2.2

Hanny is a Hash-based Approximate Nearest Neighbor (ANN) search library in Ruby. Hash-based ANN converts vector data into binary codes and builds a hash table by using the binary codes as hash keys. To build the hash table, Hanny uses Locality Sensitive Hashing (LSH) of approximating cosine similarity. It is known that if the code length is sufficiently long (ex. greater than 128-bit), LSH can obtain high search performance. In the experiment, Hanny achieved about twenty times faster search speed than the brute-force search by Euclidean distance.

Gemfile:
= Copier Copié!

installation:
=

Versions:

  1. 0.2.2 - August 27, 2022 (14 ko)
  2. 0.2.1 - July 10, 2021 (13,5 ko)
  3. 0.2.0 - June 25, 2021 (13,5 ko)
  4. 0.1.0 - May 04, 2018 (13,5 ko)

Dépendances de Runtime (1):

numo-narray >= 0.9.1

Propriétaires:

Pushed by:

Auteurs:

  • yoshoku

Total de contrôle SHA 256:

23059e35dececb1760833d05c24d596b452005e35cadd26716a2177ee831808a

Total de téléchargements 5 981

Pour cette version 715

License:

BSD-2-Clause

Version de Ruby requise: >= 0

New versions require MFA: true

Version published with MFA: true

Liens: