Viewing profile — viuphiet
viuphiet
HN member- Joined
- Tue, Jan 28, 2020, 7:39 AM UTC
- HN karma
- 7
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About viuphiet
No profile information was provided.
Recent public activity
-
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.
-
comment
Comment #22227639
Do you guys host interns over the fall semester?
-
comment
Comment #22167517
I think it's because everything is far more spread out in the US.
-
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…
-
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…
-
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…
-
comment
Comment #22167241
A few more steps and you'd have reinvented functional programming.