Shibi He

Results 3 issues of Shibi He

I am confused by functions: saveState(), loadState(), cloneState(), restoreState(), cloneSystemState(), and restoreSystemState(). Do we have any detailed explanation about these functions?

docs

I found the indexing in build_function not right. You can run the code below to testify the wrong indexing in VS[:, A] This indexing should be written like line 51,...

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...