rdspring1 / LSH_DeepLearning

Scalable and Sustainable Deep Learning via Randomized Hashing
Apache License 2.0
91 stars 22 forks source link

Python Implementations? #1

Open smrtslckr opened 7 years ago

smrtslckr commented 7 years ago

I cam across this repo after your reading your paper. Are you aware of any python based implementations?

rdspring1 commented 7 years ago

Not yet. This repo reproduces the LSH implementation in the paper. We're working on GPU version with support for python.

smrtslckr commented 7 years ago

@rdspring1 Thanks Ryan. I'll keep a lookout for the python implementation in the future. When do you think it might be ready?

jeena72 commented 6 years ago

@rdspring1 is the python implementation available now? We are also referring your paper in our project.

soham96 commented 4 years ago

@rdspring1 I was trying to implement this paper. Was wondering if there is a python implementation.