Chris J. Maddison
Home * People * Chris J. Maddison
Chris J. Maddison,
a Canadian computer scientist affiliated with the University of Toronto. His reaearch interests include machine learning, neural networks, deep learning, inference, Monte Carlo methods, and how can we simulate complex models of the world [2].
DCNNs in Go
In their 2014 paper Move Evaluation in Go Using Deep Convolutional Neural Networks [3], Chris J. Maddison, Aja Huang, Ilya Sutskever, and David Silver investigate whether deep convolutional neural networks can be used to directly represent and learn a move evaluation function for the game of Go. They train a large 12-layer convolutional neural network by supervised learning from a database of human professional games. The network correctly predicted the expert move in 55% of positions, equalling the accuracy of a 6 dan human player. When the trained convolutional network was used directly to play games of Go, without any search, it beat the traditional search program Gnu Go in 97% of games, and matched the performance of a state-of-the-art Monte-Carlo Tree Search that simulates a million positions per move [4].
Selected Publications
- Roger B. Grosse, Chris J. Maddison, Ruslan R. Salakhutdinov (2013). Annealing Between Distributions by Averaging Moments. NIPS 2013
- Chris J. Maddison, Daniel Tarlow, Tom Minka (2014). A* Sampling. arXiv:1411.0030
- Chris J. Maddison, Aja Huang, Ilya Sutskever, David Silver (2014). Move Evaluation in Go Using Deep Convolutional Neural Networks. arXiv:1412.6564v1
- David Silver, Aja Huang, Chris J. Maddison, Arthur Guez, Laurent Sifre, George van den Driessche, Julian Schrittwieser, Ioannis Antonoglou, Veda Panneershelvam, Marc Lanctot, Sander Dieleman, Dominik Grewe, John Nham, Nal Kalchbrenner, Ilya Sutskever, Timothy Lillicrap, Madeleine Leach, Koray Kavukcuoglu, Thore Graepel, Demis Hassabis (2016). Mastering the game of Go with deep neural networks and tree search. Nature, Vol. 529 » AlphaGo
External Links
- Chris J. Maddison
- Chris J. Maddison - Google Scholar Citations
- Google DeepMind's AlphaGo: meet the U of T computer scientists who helped it win, by Nina Haikara, U of T news, February 02, 2016
References
- ↑ Chris J. Maddison - Google Scholar Citations
- ↑ Chris J. Maddison
- ↑ Chris J. Maddison, Aja Huang, Ilya Sutskever, David Silver (2014). Move Evaluation in Go Using Deep Convolutional Neural Networks. arXiv:1412.6564v1
- ↑ Move Evaluation in Go Using Deep Convolutional Neural Networks by Aja Huang, The Computer-go Archives, December 19, 2014
- ↑ dblp: Chris J. Maddison