Live data from Hacker News

Viewing profile — kuldeepmeel

kuldeepmeel

HN member
Joined
Sat, Jan 28, 2023, 1:01 PM UTC
HN karma
14
Public activity
10 items

About kuldeepmeel

https://www.cs.toronto.edu/~meel/

Recent public activity

  1. comment
    Comment #40410268

    Unfortunately, not, and that's an interesting open problem as other count-distinct algorithms don't work for "structured sets", while this one does. https://dl.acm.org/doi/10.1145/…

  2. comment
    Comment #40402578

    I agree with zero_k on everything he said about Knuth and strongly disagree with his own (extremely modest) characterization of himself.

  3. comment
    Comment #40401439

    We are very grateful for the interest, and I thought I would link to some relevant resources. Paper: https://arxiv.org/pdf/2301.10191 Knuth's note: https://cs.stanford.edu/~knuth/p…

  4. comment
    Comment #40401300

    The Chernoff bound needed in this work can be derived from Binomial distribution (with Stirling's approximation); I have worked on pairwise independent hash functions for a decade …

  5. comment
    Comment #40401206

    I fully agree with you and this is indeed one of my criticisms of modern academic writing -- we tend to write papers that are just very hard for anyone to read. So delta refers to …

  6. comment
    Comment #40401092

    You are indeed right; while has the added advantage of making the estimator unbiased -- i.e., not only strongly (epsilon,delta)-guarantees but also having an expectation of being c…

  7. comment
    Comment #40397197

    Yes, there is an error in the Quanta article [at the same time, I must add that writing popular science articles is very hard, so it would be wrong to blame them] Your fix is indee…

  8. comment
    Comment #40397175

    The following is also not correct. if k not in mem: mem += [k] if k in mem: # not the same than "else" here if np.random.rand() > p: mem.remove(k) Your final solution is indeed cor…

  9. comment
    Comment #40397156

    [I am one of the authors]. We have a follow-up work (admittedly, more technical) that can remove reliance on m completely: https://www.cs.toronto.edu/~meel/Papers/pods22.pdf But ye…

  10. story