BriefGPT.xyz
Sep, 2023
具有理论保证的快速局部敏感哈希
Fast Locality Sensitive Hashing with Theoretical Guarantee
HTML
PDF
Zongyuan Tan, Hongya Wang, Bo Xu, Minjie Luo, Ming Du
TL;DR
通过随机抽样和随机投影的组合,FastLSH算法将LSH计算的时间复杂度从O(n)降低到O(m)(其中m < n),并具有可证明的LSH属性,是一种有希望替代经典LSH方案的方法。
Abstract
locality-sensitive hashing
(
lsh
) is an effective randomized technique widely used in many machine learning tasks. The cost of hashing is proportional to data dimensions, and thus often the performance bottleneck
→