Live data from Hacker News

Viewing profile — hoaphumanoid

hoaphumanoid

HN member
Joined
Sun, Dec 06, 2015, 10:24 PM UTC
HN karma
203
Public activity
78 items

About hoaphumanoid

Data Scientist at Microsoft, this is my blog: http://miguelgfierro.com

Recent public activity

  1. story
  2. story
  3. comment
    Comment #18942561

    thanks for the comment, would this definition be clearer: "Recall at k is the proportion of relevant items found in the top-k recommendations"?

  4. comment
    Comment #18942536

    hey one of the authors here. We are planning to create some notebooks on recommendation about recommendation algos :-)

  5. story
  6. story
  7. story
  8. story
  9. story
  10. story
  11. story
  12. story
  13. story
  14. story
  15. story
  16. story
  17. story
  18. story
  19. comment
    Comment #15958737

    Sometimes the notebook doesn't render, here there is a different option: https://nbviewer.jupyter.org/github/miguelgfierro/sciblog_su...

  20. story
  21. story
  22. comment
    Comment #15331462

    Miguel Fierro from Microsoft here: Joseph Sirosh session will be broadcasted live at 2.15pm ET in this link: https://myignite.microsoft.com/sessions/56555?source=session...

  23. comment
    Comment #14853866

    Yes, it was initially forked from an internal boosted trees library from Microsoft. The guys who created it are Microsoft Research Asia

  24. comment
    Comment #14853846

    The LightGBM implementation on GPU is based on this paper: https://arxiv.org/abs/1706.08359 they use several smart techniques to make the computation faster. One is how they create…

  25. comment
    Comment #14853810

    In deep learning, the algorithm that is used, back propagation, is basically a chained matrix multiplication, which is good for the GPU structure. However, for boosted trees the op…