Skip to content

Papers that use locality-sensitive hashing (LSH) to make neural nets efficient

Notifications You must be signed in to change notification settings

jaeho-lee/nn_plus_lsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Aww... some papers using LSH on neural nets

This page is to keep myself a reading list of ML algorithm/system/theory papers that combine locality sensitive hashing and deep learning.

Categorization is yet to come.

Replaces the matrix multiplication $C = AB$ with LSH: First, generate hash tables from some training data (say, tilde A). Next, construct prototype row vectors for each bucket. Then, pre-compute B-processed versions of the prototypes (i.e., $v^t B$). Then, for each row of A, map it to the bucket, and output the corresponding B-processed version.

About

Papers that use locality-sensitive hashing (LSH) to make neural nets efficient

Resources

Stars

Watchers

Forks