I watched the entire clip - it was pretty interesting. I was amused near the end when Kasparov mentioned that things go in seasons and something along the lines of having yet to see if techniques like neural networks, which were abandoned in the past, would be successful. Demis appeared a bit defensive of AlphaGo's success, even suggesting that it may be successful in chess, too.
Of course, I think Demis is probably correct, but his reaction was defensive IMO.
Man Vs. Artificial Intelligence (AI): From Deep Blue to Deep
-
Kirby
- Honinbo
- Posts: 9553
- Joined: Wed Feb 24, 2010 6:04 pm
- GD Posts: 0
- KGS: Kirby
- Tygem: 커비라고해
- Has thanked: 1583 times
- Been thanked: 1707 times
-
pookpooi
- Lives in sente
- Posts: 727
- Joined: Sat Aug 21, 2010 12:26 pm
- GD Posts: 10
- Has thanked: 44 times
- Been thanked: 218 times
Re: Man Vs. Artificial Intelligence (AI): From Deep Blue to
Demis Hassabis defensive probably comes from this article https://motherboard.vice.com/en_us/arti ... atthew-lai
-
Baywa
- Dies in gote
- Posts: 39
- Joined: Wed Feb 22, 2017 6:37 am
- GD Posts: 0
- Has thanked: 40 times
- Been thanked: 10 times
Re: Man Vs. Artificial Intelligence (AI): From Deep Blue to
Real interesting clip. Kasparov is quite a captivating character. He mentioned attempts in the 1970s by Botwinnik ( a former chess world champion) to design learning systems for chess. But they quickly got sidetracked by the brute force systems aka Deep Blue. But then I don't know whether these ideas had anything to do with the concept of neural networks.
Kasparov also thinks that the gap between top chess engines and professional chess players is relatively bigger than the gap between AlphaGo and top go player but that (human) mistakes in go are "deadlier" than in chess. In reply to that Hassabis said "I guess we'll have to put that to the test by teaching AlphaGo to play chess", so Demis brought it up.
Kasparov also thinks that the gap between top chess engines and professional chess players is relatively bigger than the gap between AlphaGo and top go player but that (human) mistakes in go are "deadlier" than in chess. In reply to that Hassabis said "I guess we'll have to put that to the test by teaching AlphaGo to play chess", so Demis brought it up.
Couch Potato - I'm just watchin'!
-
moha
- Lives in gote
- Posts: 311
- Joined: Wed May 31, 2017 6:49 am
- Rank: 2d
- GD Posts: 0
- Been thanked: 45 times
Re: Man Vs. Artificial Intelligence (AI): From Deep Blue to
I kind of see where this comes from, AlphaGo is very new etc, but still seems hard to concretize. The gap measured in what? Percentage of chance of winning a game? I don't know the current state of chess engines - are the best humans' chances of getting a rare draw with white is that close to zero? Alphago did went 60-0...Baywa wrote:Kasparov also thinks that the gap between top chess engines and professional chess players is relatively bigger than the gap between AlphaGo and top go player
I also recall the time when chess engines experimented with using more knowledge (instead of more search), before the latter proved more effective. Since go and chess are different, the optimal algorithmic approach can be different as well. But actually I think Alphago's success also owes most to tree search - NNs and MC are just necessary to make that possible at all (pruning the tree to a manageable branching factor, and as a substitute for the evaluation function that's so much easier in chess).
-
dfan
- Gosei
- Posts: 1599
- Joined: Wed Apr 21, 2010 8:49 am
- Rank: AGA 2k Fox 3d
- GD Posts: 61
- KGS: dfan
- Has thanked: 891 times
- Been thanked: 534 times
- Contact:
Re: Man Vs. Artificial Intelligence (AI): From Deep Blue to
It's been a long time since I read Botvinnik's book, but my recollection is that his ideas for computer chess were mostly based on hand-coded algorithms and rules (as was true for AI in general at the time).Baywa wrote:Real interesting clip. Kasparov is quite a captivating character. He mentioned attempts in the 1970s by Botwinnik (a former chess world champion) to design learning systems for chess. But they quickly got sidetracked by the brute force systems aka Deep Blue. But then I don't know whether these ideas had anything to do with the concept of neural networks.