Module neural_hash

Module neural_hash 

Source
Expand description

§Neural Hash Functions

Learn similarity-preserving binary projections for extreme compression. Achieves 32-128x compression with 90-95% recall preservation.

Structs§

DeepHashEmbedding
Deep hash embedding with learned projections
HashIndex
Hash index for fast approximate nearest neighbor search
HashIndexStats
Hash index statistics
SimpleLSH
Simple LSH (Locality Sensitive Hashing) baseline

Traits§

NeuralHash
Neural hash function for similarity-preserving binary codes