Live data from Hacker News

Viewing profile — jimmy-dean

jimmy-dean

HN member
Joined
Thu, Oct 25, 2018, 5:49 AM UTC
HN karma
7
Public activity
4 items

About jimmy-dean

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #18798231

    Oof those are all dense reads for a new comer... For a first dip into the waters I usually suggest Introduction to Statistical Learning. Then from there move into PRML or ESL. Were…

  3. comment
    Comment #18749645

    Not effectively. From what I've read, JS lacks SIMD support which makes Numpy-like vectorizations unachievable. Would be nice though...

  4. comment
    Comment #18661521

    This is something I was introduced to when learning Rust. I've grown to like it as I now read declarations such as: let x: int32 ... as "let x be a 32 bit integer ...".