Live data from Hacker News

Viewing profile — wall_words

wall_words

HN member
Joined
Fri, Jan 24, 2014, 5:42 AM UTC
HN karma
90
Public activity
13 items

About wall_words

No profile information was provided.

Recent public activity

  1. comment
    Comment #11245412

    The performance graph is deceptive for two reasons: (1) Leaf with CuDNN v3 is a little slower than Torch with CuDNN v3, yet the bar for leaf is positioned to the left of the one fo…

  2. comment
    Comment #11236925

    std::tuple is essentially an "anonymous" struct -- there's no allocation involved

  3. comment
    Comment #10118667

    I've used Blaze for machine learning applications, where I've relied on the performance of elementwise operations and dense matrix multiplication on a single machine (the results a…

  4. comment
    Comment #10118473

    Thanks, I tried finding the link to the Bitbucket repository but I had a hard time finding the link via Google.

  5. comment
    Comment #10118463

    I'm guessing that's the point at which the working set exceeds the L1 cache size. You can see a few more subtle dips in the performance graph at later points; these correspond to w…

  6. comment
    Comment #10117999

    I've had great success with Blaze, despite the fact that it has received little publicity compared to alternatives like Eigen, Armadillo, etc. Blaze is consistently the leader of t…

  7. story
  8. comment
    Comment #8507525

    If you want to generate LaTeX from Markdown, you can use Pandoc. Pandoc has various extensions to regular Markdown (including inline math, tables, etc.), so this gives you some fle…

  9. comment
    Comment #8393501

    I found a lot of examples in the full manual here: https://raw.githubusercontent.com/simoncozens/sile/master/do... The syntax is very similar to LaTeX, but it's more modern in that…

  10. comment
    Comment #8260989

    This is an important statement and should be upvoted more. Case in point: "the Weierstrass approximation theorem states that every continuous function defined on a closed interval …

  11. comment
    Comment #8260976

    > but a migration of research interest away from neural nets seemed increasingly promising, and today, the migration seems largely complete. What are you talking about? Deep learni…

  12. comment
    Comment #8260927

    If you like deciphering ancient recipes, you may interested in "The Forme of Cury: A Roll of Ancient English Cookery Compiled, about A.D. 1390": http://www.amazon.com/The-Forme-Cur…

  13. comment
    Comment #8245826

    Interest in development of C++ has never been more vigorous. Representatives from more companies than ever before are getting involved in C++ standardization and giving talks: see …