Live data from Hacker News

Viewing profile — zugweg

zugweg

HN member
Joined
Fri, Nov 09, 2018, 4:52 PM UTC
HN karma
9
Public activity
4 items

About zugweg

No profile information was provided.

Recent public activity

  1. comment
    Comment #18416228

    ML is dangerously overhyped (that is an issue at play). This article uses min max scaling, so it will treat a 30$ stock as if it were 20$. You want someone like that managing your …

  2. comment
    Comment #18416157

    I think you are still confused. Replace DL with software.

  3. comment
    Comment #18415954

    I think relating DL with human skills is confusing you. DL already beats humans in recognizing dog breeds. DL could always do a better job, because it looks at more patterns than h…

  4. comment
    Comment #18415916

    Do not minmax scale the data. New data outside ranges seen before will be chopped off. Do make relative (high/low), so patterns you find generalize to other domains. Don't fit comp…