
TensorFlow学习
阳睿
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
TensorFlow入门(一)基本用法
TensorFlow入门(一)基本用法 原文链接:http://blog.csdn.net/jerr__y/article/details/52955148 refer to: http://wiki.jikexueyuan.com/project/tensorflow-zh/get_started/basic_usage.html @author: huangyongye @date转载 2017-03-06 11:47:06 · 600 阅读 · 0 评论 -
tensorflow学习链接
你好,tensorflow(伯乐在线) http://python.jobbole.com/87513/原创 2017-04-09 10:55:42 · 368 阅读 · 0 评论 -
Tensorflow基础
TensorFlow 基本使用 使用 TensorFlow, 你必须明白 TensorFlow: 使用图 (graph) 来表示计算任务. 在被称之为 会话 (Session) 的上下文 (context) 中执行图. 使用 tensor 表示数据. 通过 变量 (转载 2017-03-05 16:40:30 · 553 阅读 · 0 评论