Darkforest — это компьютерная программа для игры го, разработанная Facebook и использовавшая deep learning techniques, включая convolutional neural networks. Более поздние версии объединяли neural-network evaluation с Monte Carlo tree search для улучшения игровой производительности.
A computer go program developed by Facebook, based on deep learning techniques using a convolutional neural network. Its updated version Darkfores2 combines the techniques of its predecessor with Monte Carlo tree search. The MCTS effectively takes tree search methods commonly seen in computer chess programs and randomizes them. With the update, the system is known as Darkfmcts3.