Difference between revisions of "Google DeepMind AlphaGo Zero"
| Line 12: | Line 12: | ||
* [[Architectures]] | * [[Architectures]] | ||
* [[Google DeepMind AlphaFold]] | * [[Google DeepMind AlphaFold]] | ||
| + | * [[Minigo]] | ||
* [http://www.nature.com/articles/nature24270.epdf?author_access_token=VJXbVjaSHxFoctQQ4p2k4tRgN0jAjWel9jnR3ZoTv0PVW4gB86EEpGqTRDtpIz-2rmo8-KG06gqVobU5NSCFeHILHcVFUeMsbvwS-lxjqQGg98faovwjxeTUgZAUMnRQ Mastering the game of Go without human knowledge | Google DeepMind: David Silver, Julian Schrittwieser, Karen Simonyan, Ioannis Antonoglou, Aja Huang, Arthur Guez, Thomas Hubert, Lucas Baker, Matthew Lai, Adrian Bolton, Yutian Chen, Timothy Lillicrap, Fan Hui, Laurent Sifre, George wan den Driessehe, Thore Graepel, & Demis Hassabis] | * [http://www.nature.com/articles/nature24270.epdf?author_access_token=VJXbVjaSHxFoctQQ4p2k4tRgN0jAjWel9jnR3ZoTv0PVW4gB86EEpGqTRDtpIz-2rmo8-KG06gqVobU5NSCFeHILHcVFUeMsbvwS-lxjqQGg98faovwjxeTUgZAUMnRQ Mastering the game of Go without human knowledge | Google DeepMind: David Silver, Julian Schrittwieser, Karen Simonyan, Ioannis Antonoglou, Aja Huang, Arthur Guez, Thomas Hubert, Lucas Baker, Matthew Lai, Adrian Bolton, Yutian Chen, Timothy Lillicrap, Fan Hui, Laurent Sifre, George wan den Driessehe, Thore Graepel, & Demis Hassabis] | ||
| Line 18: | Line 19: | ||
<youtube>MgowR4pq3e8</youtube> | <youtube>MgowR4pq3e8</youtube> | ||
| − | |||
<youtube>Wujy7OzvdJk</youtube> | <youtube>Wujy7OzvdJk</youtube> | ||
<youtube>9kQ-6VcdtNQ</youtube> | <youtube>9kQ-6VcdtNQ</youtube> | ||
Revision as of 10:58, 11 August 2019
Youtube search... ...Google search
- Service Capabilities
- Evolutionary Computation / Genetic Algorithms
- Architectures
- Google DeepMind AlphaFold
- Minigo
- Mastering the game of Go without human knowledge | Google DeepMind: David Silver, Julian Schrittwieser, Karen Simonyan, Ioannis Antonoglou, Aja Huang, Arthur Guez, Thomas Hubert, Lucas Baker, Matthew Lai, Adrian Bolton, Yutian Chen, Timothy Lillicrap, Fan Hui, Laurent Sifre, George wan den Driessehe, Thore Graepel, & Demis Hassabis
- A general reinforcement learning algorithm that masters chess, shogi, and Go through self-play | Google DeepMind: David Silver, Julian Schrittwieser, Karen Simonyan, Ioannis Antonoglou, Aja Huang, Arthur Guez, Thomas Hubert, Lucas Baker, Matthew Lai, Adrian Bolton, Yutian Chen, Timothy Lillicrap, Fan Hui, Laurent Sifre, George wan den Driessehe, Thore Graepel, & Demis Hassabis - Science
- AlphaGo Zero Explained In One Diagram | David Foster
Monte Carlo Tree Search
MiniGo
A pure Python implementation of a neural-network based Go AI, using TensorFlow. While inspired by DeepMind's AlphaGo algorithm, this project is not a DeepMind project nor is it affiliated with the official AlphaGo project.