AlphaGo beats Lee Sedol again in match 2 of 5
201–210 of 576 posts
Re: AlphaGo beats Lee Sedol again in match 2 of 5
#202Re: AlphaGo beats Lee Sedol again in match 2 of 5
#203Someone somewhere asked why a lot of people in the Go community is taking this in a somewhat hard way, here is my hypothesis: Go, unlike Chess, has deep mytho attached to it. Throughout the history of many Asian countries it's seen as the ultimate abstract strategy game that deeply relies on players' intuition, personality, worldview. The best players are not described as "smart", they are described as "wise". I thin…
This can be claimed to be true when we understand how deep neural networks mathematically.
Re: AlphaGo beats Lee Sedol again in match 2 of 5
#204Earlier quoted context omitted.
Actually this AI kind of confirms these myths, since its basis are not in mathematics but in neural networks. While it could be argued to be just math, so is the brain, but that's besides the point. The point is, even the programmers have no idea what the AI is thinking. The way it picks moves is very similar to how top professionals do. Intuition is reduced to memories stored vaguely as neural connections.
I fear this is an overly mystical misinterpretation of neural nets. (Standard feed-forward) neural nets are layers of non-linear feature transformations. They take inputs and at each step transform those inputs into a more compact representation, distilling the inputs into their most important factors (and throwing away unimportant factors). So the most likely explanation is that policy/value nets in AlphaGo have lea…
Re: AlphaGo beats Lee Sedol again in match 2 of 5
#205Someone somewhere asked why a lot of people in the Go community is taking this in a somewhat hard way, here is my hypothesis: Go, unlike Chess, has deep mytho attached to it. Throughout the history of many Asian countries it's seen as the ultimate abstract strategy game that deeply relies on players' intuition, personality, worldview. The best players are not described as "smart", they are described as "wise". I thin…
Now go read "The Player of Games", by Iain M. Banks, to see that idea taken to extremes.
Re: AlphaGo beats Lee Sedol again in match 2 of 5
#206Someone somewhere asked why a lot of people in the Go community is taking this in a somewhat hard way, here is my hypothesis: Go, unlike Chess, has deep mytho attached to it. Throughout the history of many Asian countries it's seen as the ultimate abstract strategy game that deeply relies on players' intuition, personality, worldview. The best players are not described as "smart", they are described as "wise". I thin…
I think that would be pretty awesome and amazing, to be honest.
Re: AlphaGo beats Lee Sedol again in match 2 of 5
#207What I find fascinating - and I guess this really highlights that I have no idea whatsoever how AlphaGo works - is that at the start of game 2, AlphaGo plays P4, then Lee Sedol plays D16. To a layman, this looks like it would be a very, very common opening. Moreover, it's symmetrical - I'm not sure how that affects things, but my naive intuition is that it makes the game state less complex. Nonetheless, AlphaGo takes…
A person might memorize standard openings and play them by rote. The computer _could_ do that, but it would just be a computational short cut. In a sense, the machine is re-discovering the classic opening.
Re: AlphaGo beats Lee Sedol again in match 2 of 5
#208Slack channel for discussion if anyone's interested. We're using it for commentary while the games go on. Was created by AGA people.
Re: AlphaGo beats Lee Sedol again in match 2 of 5
#209Re: AlphaGo beats Lee Sedol again in match 2 of 5
#210Someone somewhere asked why a lot of people in the Go community is taking this in a somewhat hard way, here is my hypothesis: Go, unlike Chess, has deep mytho attached to it. Throughout the history of many Asian countries it's seen as the ultimate abstract strategy game that deeply relies on players' intuition, personality, worldview. The best players are not described as "smart", they are described as "wise". I thin…
> turns Go into a simple game of mathematics This can be claimed to be true when we understand how deep neural networks mathematically.