Viewing profile — jimmy-dean
jimmy-dean
HN member- Joined
- Thu, Oct 25, 2018, 5:49 AM UTC
- HN karma
- 7
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About jimmy-dean
No profile information was provided.
Recent public activity
- comment
-
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…
-
comment
Comment #18749645
Not effectively. From what I've read, JS lacks SIMD support which makes Numpy-like vectorizations unachievable. Would be nice though...
-
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 ...".