Viewing profile — gauravm
gauravm
HN member- Joined
- Fri, Dec 21, 2012, 1:45 AM UTC
- HN karma
- 30
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About gauravm
No profile information was provided.
Recent public activity
-
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…
- story
-
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…
- story
- story
-
comment
Comment #16365271
There is Tensorflow Lite that Google just opensourced.
- story
- story
- story
- story
- story
-
comment
Comment #10414319
Sadly, there is no 'R' anymore :-/
-
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!
-
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 …
-
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.
-
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…
- story
- story
- story
- story
-
comment
Comment #5869137
Is it just me or does the abstract seems like it was written by some grammar retard?
-
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.