AlphaGo

From David's Wiki
Revision as of 17:31, 13 April 2020 by David (talk | contribs) (Created page with "AlphaGo is a Go AI program by DeepMind from 2016. It became very popular after challenging Lee Sedol and beating him 4-1 in Go. The two first authors on the paper are David S...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
\( \newcommand{\P}[]{\unicode{xB6}} \newcommand{\AA}[]{\unicode{x212B}} \newcommand{\empty}[]{\emptyset} \newcommand{\O}[]{\emptyset} \newcommand{\Alpha}[]{Α} \newcommand{\Beta}[]{Β} \newcommand{\Epsilon}[]{Ε} \newcommand{\Iota}[]{Ι} \newcommand{\Kappa}[]{Κ} \newcommand{\Rho}[]{Ρ} \newcommand{\Tau}[]{Τ} \newcommand{\Zeta}[]{Ζ} \newcommand{\Mu}[]{\unicode{x039C}} \newcommand{\Chi}[]{Χ} \newcommand{\Eta}[]{\unicode{x0397}} \newcommand{\Nu}[]{\unicode{x039D}} \newcommand{\Omicron}[]{\unicode{x039F}} \DeclareMathOperator{\sgn}{sgn} \def\oiint{\mathop{\vcenter{\mathchoice{\huge\unicode{x222F}\,}{\unicode{x222F}}{\unicode{x222F}}{\unicode{x222F}}}\,}\nolimits} \def\oiiint{\mathop{\vcenter{\mathchoice{\huge\unicode{x2230}\,}{\unicode{x2230}}{\unicode{x2230}}{\unicode{x2230}}}\,}\nolimits} \)

AlphaGo is a Go AI program by DeepMind from 2016. It became very popular after challenging Lee Sedol and beating him 4-1 in Go.

The two first authors on the paper are David Silver and Aja Huang.

The paper is published in Nature at Mastering the game of Go with deep neural networks and tree search (2017).

Paper Mirrors:


Architecture

Algorithm

Followups

Resources

Publicity

References