LSHash icon indicating copy to clipboard operation
LSHash copied to clipboard

projection type

Open ShibiHe opened this issue 8 years ago • 1 comments

The code is using np.random.randn() times input vector. In the LSH paper survey, we are using either (Gaussian Distribution * input + bias)/W or (Uniform Distribution * input). I was wondering if we should change the distribution to uniform in the code?

ShibiHe avatar Aug 26 '16 22:08 ShibiHe

I have seen that Gaussian Random Projection is on way to implement the random projections. What is this LSH paper survey?

eggie5 avatar Nov 21 '17 21:11 eggie5