BriefGPT.xyz
Aug, 2014
一项相似性搜索的哈希调查
Hashing for Similarity Search: A Survey
HTML
PDF
Jingdong Wang, Heng Tao Shen, Jingkuan Song, Jianqiu Ji
TL;DR
本文介绍了哈希方法作为解决最近邻搜索问题的一种主要方法的概述,其中对基于数据分布设计哈希函数和基于数据学习设计哈希函数的两种主要哈希算法进行了阐述和综述。
Abstract
similarity search
(
nearest neighbor search
) is a problem of pursuing the data items whose distances to a query item are the smallest from a large database. Various methods have been developed to address this prob
→