发布于 2017-07-02 23:56:39 | 242 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的TensorFlow 官方文档中文版,程序狗速度看过来!

TensorFlow 机器学习系统

TensorFlow 是谷歌的第二代机器学习系统,按照谷歌所说,在某些基准测试中,TensorFlow的表现比第一代的DistBelief快了2倍。


TensorFlow 1.2.1 已发布,

该版本更新内容:

  • 更新 markdow 版本要求为 > = 2.6.8

  • 通过删除 min(max(..)) 以重新支持 tensors 作为 dropout rates

下载地址:

尝试你的第一个 TensorFlow 程序

$ python
>>> import tensorflow as tf  >>> hello = tf.constant('Hello, TensorFlow!')  >>> sess = tf.Session()  >>> sess.run(hello)  'Hello, TensorFlow!'  >>> a = tf.constant(10)  >>> b = tf.constant(32)  >>> sess.run(a+b)  42  >>>


历史版本 :
TensorFlow 1.5.0-rc1 发布,包含破坏性变更和新功能
TensorFlow 1.5.0-rc0 发布,bug 修复和其他改进
TensorFlow 1.4.1 发布,bug 修复
TensorFlow Lite 正式发布,谷歌移动端深度学习框架
TensorFlow 1.4.0 正式发布,API 发生改变
Kaldi 集成 TensorFlow,两个开源社区要一起玩耍了
TensorFlow 1.3.0 正式发布,包含诸多更新
TensorFlow 1.3.0-rc2 发布,增加大量新特性
TensorFlow 1.3.0-rc0 ,向 Tensorflow 库添加了评估工具
TensorFlow 1.2.1 发布,更新 markdown 版本要求
TensorFlow 1.2.0 发布,集成英特尔 MKL
TensorFlow 1.2.0-rc1 发布,包含重大更新
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务