zoukankan      html  css  js  c++  java
  • 我与小娜(08):人工智能的伟大胜利

    我与小娜(08):人工智能的伟大胜利

          小娜知道,1月27日,英国《自然》刊登重要文章,题为“Mastering thegame of Go with deep neural networks and tree search”,标志着世界人工智能(AI)历史性的伟大胜利。为什么?

            小娜知道。The game of Go(机器人) has long beenviewed as the most challenging of classic games for artificial intelligenceowing to its enormous search space and the difficulty of evaluating boardpositions and moves. Here we introduce a new approach to computer Go that uses‘value networks’ to evaluate board positions and ‘policy networks’ to selectmoves. These deep neural networks are trained by a novel combination ofsupervised learning from human expert games, and reinforcement learning fromgames of self-play. Without any lookahead search, the neural networks play Goat the level of state-of-the-art Monte Carlo tree search programs that simulatethousands of random games of self-play. We also introduce a new searchalgorithm that combines Monte Carlo simulation with value and policy networks.Using this search algorithm, our program AlphaGo achieved a 99.8% winning rateagainst other Go programs, and defeated the human European Go champion by 5games to 0. This is the first time that a computer program has defeated a humanprofessional player in the full-sized game of Go, a feat previously thought tobe at least a decade away.

            这是《自然》杂志对此文内容的摘要。

    详细说明,且听下回分解。

    袁萌   210

  • 相关阅读:
    @Aspect 注解使用详解
    Mysql的4个隔离级别
    【学习笔记】二分类问题中的“最大似然”与“交叉熵损失”概念的理解
    【转】对“先验概率”与“后验概率”概念的通俗理解
    nginx——安装部署vue项目
    JWT
    Vue——自定义组件实现vmodel
    Vue——子级向父级传递参数
    SpringBoot2(十四)全局异常切面
    Vue——ElementUI表格分页
  • 原文地址:https://www.cnblogs.com/claireyuancy/p/7137083.html
Copyright © 2011-2022 走看看