发布于 2017-03-27 02:52:39 | 399 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的TensorFlow 官方文档中文版,程序狗速度看过来!
TensorFlow 机器学习系统
TensorFlow 是谷歌的第二代机器学习系统,按照谷歌所说,在某些基准测试中,TensorFlow的表现比第一代的DistBelief快了2倍。
TensorFlow 1.1.0-rc0 发布了,主要特性和改进如下:
为 Windows 添加 Java API 支持。
添加 tf.spectral 模块。将现有的 FFT 运算移动到 tf.spectral,同时保留旧位置(tf。*)中的别名。
为实际信号添加 1D, 、2D、3D Fourier transform ops 到 tf.spectral。
添加一个 tf.bincount 函数。
添加 Keras 2 API。
添加一个新的轻量级队列对象 - RecordInput。
添加 tf.contrib.image.compose_transforms 函数。
将tf.estimator.*导入API。
Docker 图像:gcr.io 和 Docker Hub 上的 TF images 已升级到 ubuntu:16.04。
向 TensorFlow Debugger(tfdbg)添加一些实用功能
更多详情请查看发行日志