Re: [Computer-go] AlphaGo won first game!

2016-03-09 Thread Julian Schrittwieser
As Demis said during the press conference, it's roughly the same amount of hardware. On Mar 9, 2016 17:56, "Marc Landgraf" wrote: > Btw, is there any information on what hardware AlphaGo is running. And > how does it compare to the version used against Fan Hui? > > 2016-03-09 9:31 GMT+01:00 David

Re: [Computer-go] Game Over

2016-01-27 Thread Julian Schrittwieser
fs: http://deepmind.com/alpha-go.html > > 2016-01-27 19:25 GMT+01:00 Julian Schrittwieser >: > >> Actually the paper has been in the works for quite a while and was >> already set to be released today for some weeks. >> It seems a journalist reached out to Facebook to comment a da

Re: [Computer-go] Game Over

2016-01-27 Thread Julian Schrittwieser
Actually the paper has been in the works for quite a while and was already set to be released today for some weeks. It seems a journalist reached out to Facebook to comment a day ago. On Wed, Jan 27, 2016 at 6:19 PM, Gian-Carlo Pascutto wrote: > On 27/01/2016 18:58, Darren Cook wrote: > > P.S. C

Re: [Computer-go] Mastering the Game of Go with Deep Neural Networks and Tree Search

2016-01-27 Thread Julian Schrittwieser
Congratulations Aja, well done :) On Wed, Jan 27, 2016 at 6:46 PM, Aja Huang wrote: > Hi all, > > We are very excited to announce that our Go program, AlphaGo, has beaten a > professional player for the first time. AlphaGo beat the European champion > Fan Hui by 5 games to 0. We hope you enjoy o

Re: [Computer-go] Game Over

2016-01-27 Thread Julian Schrittwieser
http://www.nature.com/nature/journal/v529/n7587/full/nature16961.html well done Aja :) On Wed, Jan 27, 2016 at 5:59 PM, Erik S. Steinmetz wrote: > This seems quite amazing. Congratulations to the Google DeepMind team and > AlphaGo! > > Rémi, Is the paper of which you speak available? > > Many t

Re: [Computer-go] Using gogui to visualize a CNN for move prediction

2016-01-09 Thread Julian Schrittwieser
Yes, but afaik you have to separate them by newlines, not spaces. On Jan 10, 2016 00:01, "Justin .Gilmer" wrote: > Perhaps influence is not the best name for the command, but it is just a name > and not the issue I'm having. > > "- 2. Each of these commands must provides their answer in the form

Re: [Computer-go] Using gogui to visualize a CNN for move prediction

2016-01-09 Thread Julian Schrittwieser
More specifically, you want to implement analyze commands: http:// gogui.sourceforge.net /doc/ analyze.html L