Live data from Hacker News

Viewing profile — jessebett

jessebett

HN member
Joined
Thu, Aug 09, 2018, 12:59 PM UTC
HN karma
29
Public activity
5 items

About jessebett

No profile information was provided.

Recent public activity

  1. comment
    Comment #23431970

    I'm not sure what `inspect` does, but can you clarify what you mean by proper pipes? julia> x = [3,2,4,5] 4-element Array{Int64,1}: 3 2 4 5 julia> x |> sort |> x->reshape(x,(2,2)) …

  2. comment
    Comment #23431893

    I've encountered a few pieces of math that are more naturally expressed in 0-based indexes and it is pretty easy to define them in Julia using arbitrary indexing. TaylorSeries.jl i…

  3. comment
    Comment #18685115

    Thanks! Have you taken a look at the other HN thread I linked to above? In which David answers a similar question here: https://news.ycombinator.com/item?id=18677947 If you have an…

  4. comment
    Comment #18685106

    As with all science communication, it is highly specific to the audience. I would say if you are completely unfamiliar with machine learning then this article accomplishes the job …

  5. comment
    Comment #18683849

    I'm one of the authors. There's more discussion on this other recent HN thread https://news.ycombinator.com/item?id=18676986 where David Duvenaud (Senior Author) answers some quest…