Live data from Hacker News

Viewing profile — jj12345

jj12345

HN member
Joined
Tue, Feb 07, 2017, 3:15 PM UTC
HN karma
26
Public activity
23 items

About jj12345

No profile information was provided.

Recent public activity

  1. comment
    Comment #21185114

    Thanks for the reference!

  2. comment
    Comment #21183876

    Not sure if you'd be willing, but I'd love a quick rundown of the high level takeaways if you'd be willing to drop them here. Are you talking about more than one experimental desig…

  3. comment
    Comment #18990055

    Can you speak to how useful you've found the pattern/paradigm? Sort of an ambiguous question, but I've sat through some intro Rx stuff at Microsoft seminars and I've yet to deliber…

  4. comment
    Comment #18805935

    This is done occasionally in algo books to encourage their adoption in cirricula (e.g. Dasgupta, etc.). As a sibling comment mentions, it's relatively easy to verify your answer fo…

  5. comment
    Comment #18345322

    These are good questions, but I'd also be curious to hear of some more concrete examples. In the interest of continuing the discussion, OP might be referring to some hybrid approac…

  6. comment
    Comment #18203374

    I'm just now starting to crack open some Lisp tutorials, coming from the OOP side of the fence, so please excuse the ignorance. For my learning purposes, would you be open to expla…

  7. comment
    Comment #18134410

    In addition to the scarcity of what I'd call "deep dive" materials, companies like Facebook and Google are frequently trying to encourage platform adoption. MOOCs for purely pedago…

  8. comment
    Comment #17919084

    Definitely biased, but here are some anecdotes/thoughts: - I've found the rigor to be significantly more than most MOOCs, inline with other traditional grad courses I've taken. - S…

  9. comment
    Comment #17507740

    Forgot my /s tag for my obnoxious comment :[

  10. comment
    Comment #17507658

    I'm not sure what you mean. If you simply take the chapter titles and google them, you end up at Head First Python [1], which seems like a great book that doesn't require $250 a ye…

  11. comment
    Comment #17507615

    Thanks for sharing this video. When she's discussing Compensations she mentions that the Transaction (T_i) can't have an input dependency on T_i-1. What are some things I should be…

  12. comment
    Comment #17366260

    I'm a fan of Kibana, but AnyChart does support some more templates (not that you couldn't accomplish the same chart in either). There's a million of these visualization libraries n…

  13. comment
    Comment #16628093

    To the first point, the paper mentions that "the covariance is calculated after applying the Gaussian Copula to that table". The experiments seem to conclude that, for their datase…

  14. comment
    Comment #16618561

    Just finished the paper, so let me take a stab: Peeling back the mystery a bit, what is happening is: 1. From each child table upwards, model each column as a simple distribution (…

  15. comment
    Comment #16618442

    To add to this answer: the methods outlined in the paper allow for perfect reconstruction of the underlying data in many cases, as the simulation of data is simply sampling from fi…

  16. comment
    Comment #16285017

    Thanks, these are great responses! Also, I apologize for not fixing my own formatting sooner, which makes the questions almost impossible to read. You answered my last question abo…

  17. comment
    Comment #16273757

    Thanks for the paper link! I've been digging into PAC learning so I'm taking anything I can get. On the paper, I was hoping you could help me understand a few things: - It seems th…

  18. comment
    Comment #16096674

    Maybe an expert will chime in here, but I recall learning that several concepts in ML are derived from or in parallel to the BIC. Many use feature AIC/BIC measures for feature sele…

  19. comment
    Comment #15490344

    It's a hard problem. One person's scam is another person's business opportunity. I, for one, want to learn more about this amazing spell-casting.

  20. comment
    Comment #15329833

    I was looking at this as well, but I'm willing to suspend my disbelief because the normal vaguely looks like it has a good deal of information (in a basic fidelity sense).

  21. comment
    Comment #14053779

    As someone going into the field, can you explain what this means? Specifically, I'd assume we're trying to isolate some outliers that are causing a funky bias in the learner. In wh…

  22. comment
    Comment #13857271

    Thanks for the nice, condensed article. Generating features from BeautifulSoup isn't something that I've considered before. I'm still going through Yoshua Bengio's new book on DL, …

  23. comment
    Comment #13589918

    As someone just now getting into the basics of NLP, thank you for this brief summary.