03 2018 档案

摘要:这是一篇迟来很久的关于增强学习(Reinforcement Learning, RL)博文。增强学习最近非常火!你一定有所了解,现在的计算机能不但能够被全自动地训练去玩儿ATARI(译注:一种游戏机)游戏(直接输入游戏的原生的像素数据),还能击败围棋的世界冠军、模拟四... 阅读全文
posted @ 2018-03-20 11:33 曾先森在努力 阅读(496) 评论(0) 推荐(0)
摘要:Welcome to Part 3 of a blog series that introduces TensorFlow Datasets and Estimators. Part 1 focused on pre-made Estimators, while Pa... 阅读全文
posted @ 2018-03-08 19:22 曾先森在努力 阅读(345) 评论(0) 推荐(0)
摘要:Welcome to Part 2 of a blog series that introduces TensorFlow Datasets and Estimators. We're devoting this article to feature columns—... 阅读全文
posted @ 2018-03-08 19:20 曾先森在努力 阅读(258) 评论(0) 推荐(0)
摘要:Datasets and Estimators are two key TensorFlow features you should use:Datasets: The best practice way of creating input pipelines (th... 阅读全文
posted @ 2018-03-08 19:18 曾先森在努力 阅读(307) 评论(0) 推荐(0)
摘要:GoConvey是一款针对Golang的测试框架,可以管理和运行测试用例,同时提供了丰富的断言函数,并支持很多 Web 界面特性。GoConvey 网站 : http://smartystreets.github.io/goconvey/GoConvey 是个相当不错... 阅读全文
posted @ 2018-03-07 17:34 曾先森在努力 阅读(4548) 评论(1) 推荐(0)