Live data from Hacker News

Viewing profile — gauravm

gauravm

HN member
Joined
Fri, Dec 21, 2012, 1:45 AM UTC
HN karma
30
Public activity
22 items

About gauravm

No profile information was provided.

Recent public activity

  1. comment
    Comment #44820190

    New blog post on Efficient AI Techniques: KV Caching and KV Sharing. Efficient training and inference is table stakes for LLMs these days, and these two algorithmic efficiency tech…

  2. story
  3. comment
    Comment #32315404

    We have been working on a book that focuses on deep learning efficiency techniques such as quantization, pruning, distillation, etc. for both server-side as well as on-device (smar…

  4. story
  5. story
  6. comment
    Comment #16365271

    There is Tensorflow Lite that Google just opensourced.

  7. story
  8. story
  9. story
  10. story
  11. story
  12. comment
    Comment #10414319

    Sadly, there is no 'R' anymore :-/

  13. comment
    Comment #10205510

    I really like this approach of gamified interview prep, kind of like Duoling style learning. Practicing for interviews is hard, and this makes it a little more fun :) Good luck!

  14. comment
    Comment #9404073

    I wanted something easy to use to quickly get an idea of how much explicit content could we be dealing with. The main challenge was dealing with a multi-lingual database. I didn't …

  15. comment
    Comment #9404052

    Thanks. This quick idea worked for my cases, because there were few potential false positives. But your idea around using a regex style matcher should be good.

  16. comment
    Comment #9404040

    Sorry, no offense intended, if anyone took it. In my use-case, the words such as 'gay' and 'lesbian' were in almost all cases, used for explicit documents. This is a very naive imp…

  17. story
  18. story
  19. story
  20. story
  21. comment
    Comment #5869137

    Is it just me or does the abstract seems like it was written by some grammar retard?

  22. story
    Scalable Bloom Filters in Go

    I have implemented Bloom Filters which are Scalable in Go. This is similar to the bit.ly dablooms project. But, my construction is in Go, and simpler.