WilCrofter / BuzzHash

A Julia package based on S. Dasgupta, C. F. Stevens, and S. Navlakha (2017). A neural algorithm for a fundamental computing problem. Science, 358, 6364:793-796.
Other
5 stars 3 forks source link

usage #2

Open clive-g-brown opened 6 years ago

clive-g-brown commented 6 years ago

be nice to have some examples

WilCrofter commented 6 years ago

@clive-g-brown Examples are indeed needed. I pushed to github earlier than I might have because a friend from NIA was interested. I've been preoccupied with another project (lame--I know) but began to work with the MNIST data yesterday.

Have you seen @dataplayer12's Python implementation and his very nice explanatory post at Medium?

clive-g-brown commented 6 years ago

look fwds to it, no i hadn’t seen the python one, thats helpful thanks.

On 11 Dec 2017, at 16:03, William R Bauer notifications@github.com<mailto:notifications@github.com> wrote:

@clive-g-brownhttps://github.com/clive-g-brown Examples are indeed needed. I pushed to github earlier than I might have because a friend from NIA was interested. I've been preoccupied with another project (lame--I know) but began to work with the MNIST data yesterday.

Have you seen @dataplayer12https://github.com/dataplayer12's Python implementationhttps://github.com/dataplayer12/Fly-LSH and his very nice explanatory post at Mediumhttps://medium.com/@jaiyamsharma/efficient-nearest-neighbors-inspired-by-the-fruit-fly-brain-6ef8fed416ee?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/WilCrofter/BuzzHash/issues/2#issuecomment-350768932, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AJxOrs9gaxFUDt8yZ7sBZvpAKTd6Z5Czks5s_VJUgaJpZM4Q9j7z.

IMPORTANT NOTICE: The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, re-transmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. Although we routinely screen for viruses, addressees should check this e-mail and any attachment for viruses. We make no warranty as to absence of viruses in this e-mail or any attachments. Registered Office: Oxford Science Park, Oxford OX4 4GA; Registered No. 05386273 ; VAT No 874 642494. Think about the environment - Do you need to print this email?

WilCrofter commented 6 years ago

@clive-g-brown and @guoxiaolu Notebook illustrating basic usage here. Nothing much, but thanks for your patience and interest.

guoxiaolu commented 6 years ago

Good job, I'll check it,Thank you~