Difference between revisions of "Chris J. Maddison"

From Chessprogramming wiki
Jump to: navigation, search
(Created page with "'''Home * People * Chris J. Maddison''' FILE:ChrisJMaddison.jpg|border|right|thumb|link=http://scholar.google.ca/citations?user=WjCG3owAAAAJ| Chris J. Ma...")
 
 
Line 11: Line 11:
 
=Selected Publications=
 
=Selected Publications=
 
<ref>[http://dblp.uni-trier.de/pers/hd/m/Maddison:Chris_J= dblp: Chris J. Maddison]</ref>
 
<ref>[http://dblp.uni-trier.de/pers/hd/m/Maddison:Chris_J= dblp: Chris J. Maddison]</ref>
* [http://dblp.uni-trier.de/pers/hd/g/Grosse:Roger_B= Roger B. Grosse], [[Chris J. Maddison]], [[Ruslan R. Salakhutdinov]] ('''2013'''). ''[http://papers.nips.cc/paper/4879-annealing-between-distributions-by-averaging-moments Annealing Between Distributions by Averaging Moments]''. [http://dblp.uni-trier.de/db/conf/nips/nips2013.html#GrosseMS13 NIPS 2013]
+
* [http://dblp.uni-trier.de/pers/hd/g/Grosse:Roger_B= Roger B. Grosse], [[Chris J. Maddison]], [[Mathematician#RRSalakhutdinov|Ruslan R. Salakhutdinov]] ('''2013'''). ''[http://papers.nips.cc/paper/4879-annealing-between-distributions-by-averaging-moments Annealing Between Distributions by Averaging Moments]''. [http://dblp.uni-trier.de/db/conf/nips/nips2013.html#GrosseMS13 NIPS 2013]
 
* [[Chris J. Maddison]], [http://scholar.google.com/citations?user=oavgGaMAAAAJ Daniel Tarlow], [http://scholar.google.co.uk/citations?user=odOmEY0AAAAJ Tom Minka] ('''2014'''). ''A* Sampling''. [http://arxiv.org/abs/1411.0030 arXiv:1411.0030]
 
* [[Chris J. Maddison]], [http://scholar.google.com/citations?user=oavgGaMAAAAJ Daniel Tarlow], [http://scholar.google.co.uk/citations?user=odOmEY0AAAAJ Tom Minka] ('''2014'''). ''A* Sampling''. [http://arxiv.org/abs/1411.0030 arXiv:1411.0030]
 
* [[Chris J. Maddison]], [[Shih-Chieh Huang|Aja Huang]], [[Ilya Sutskever]], [[David Silver]] ('''2014'''). ''Move Evaluation in Go Using Deep Convolutional Neural Networks''. [http://arxiv.org/abs/1412.6564v1 arXiv:1412.6564v1]  
 
* [[Chris J. Maddison]], [[Shih-Chieh Huang|Aja Huang]], [[Ilya Sutskever]], [[David Silver]] ('''2014'''). ''Move Evaluation in Go Using Deep Convolutional Neural Networks''. [http://arxiv.org/abs/1412.6564v1 arXiv:1412.6564v1]  

Latest revision as of 20:57, 9 January 2019

Home * People * Chris J. Maddison

Chris J. Maddison [1]

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

[5]

External Links

References

Up one level