Live data from Hacker News

Viewing profile — viuphiet

viuphiet

HN member
Joined
Tue, Jan 28, 2020, 7:39 AM UTC
HN karma
7
Public activity
7 items

About viuphiet

No profile information was provided.

Recent public activity

  1. comment
    Comment #26472915

    This isn't a problem at all for modern type systems. OCaml, Haskell, and even C++ have Turing complete type systems and this is one of the last concerns for developers.

  2. comment
    Comment #22227639

    Do you guys host interns over the fall semester?

  3. comment
    Comment #22167517

    I think it's because everything is far more spread out in the US.

  4. comment
    Comment #22167457

    The reinforcement learning framework is perfect for representing cause and effect. An agent could learn that in a state of no fire, taking an action of rubbing sticks together woul…

  5. comment
    Comment #22167410

    Neural networks do exactly what you are describing as "symbolic reasoning". It seems to be a common thing recently to dismiss modern ML techniques as curve fitting, but these funda…

  6. comment
    Comment #22167352

    The "self-model" you're talking about is the agent in the Reinforcement Learning framework. It moves between states in an environment and learns from reward it earns from each acti…

  7. comment
    Comment #22167241

    A few more steps and you'd have reinvented functional programming.