TensorFlow Programmer's Guide (Introduction)

TensorFlow 编程手册 (引言)

#(本项目对tensorflow官网上给出的指导手册(TF1.3版本)进行了翻译,后续将持续更新,并补充个人对此的理解)

The documents in this unit dive into the details of writing TensorFlow code. For TensorFlow 1.3, we revised this document extensively. The units are now as follows:

本文档深入介绍编写TF代码的细节。对于TF1.3,我们对文档进行了大幅修改。目前的文档单元构成如下:

Estimators, which introduces a high-level TensorFlow API that greatly simplifies ML programming.

tf.estimators,引入了一个高层TF接口,极大地简化了机器学习编程。

Tensors, which explains how to create, manipulate, and access Tensors--the fundamental object in TensorFlow.

tf.tensors, 解释了如何创建、操作、访问张量。张量也即TF最基本的对象。

Variables, which details how to represent shared, persistent state in your program.

tf.variables,解释了如何表示程序中的共享的持续状态。

Graphs and Sessions, which explains:

图与会话,解释了:

1. dataflow graphs, which are TensorFlow's representation of computations as dependencies between operations.

1. 数据流图,是TF对各种计算操作(也即各操作间的依赖关系)的表示。

2. sessions, which are TensorFlow's mechanism for running dataflow graphs across one or more local or remote devices. If you are programming with the low-level TensorFlow API, this unit is essential. If you are programming with a high-level TensorFlow API such as Estimators or Keras, the high-level API creates and manages graphs and sessions for you, but understanding graphs and sessions can still be helpful.

2. 会话,TF在一个或多个本地或远程机器上运行数据流图的机制。如果你在底层TF接口上进行编程,那么这个单元对你来说是基本的。如果你利用高层TF接口如Estimators或Keras进行编程,那么这些接口会为你创建和管理图与会话,但是理解这些仍然会对你很有帮助。

Saving and Restoring, which explains how to save and restore variables and models.

保存和载入,解释了如何保存与载入变量和模型。

Input Pipelines, which explains how to set up data pipelines to read data sets into your TensorFlow program.

输入管道(导入数据),解释了如何构建数据管道来为你的TF程序读入你的数据集。

Embeddings, which introduces the concept of embeddings, provides a simple example of training an embedding in TensorFlow, and explains how to view embeddings with the TensorBoard Embedding Projector.

映射,介绍了TF中映射的概念,提供了一个在TF中训练映射的简单例子,解释了如何利用Tensorboard工具可视化映射关系。

Debugging TensorFlow Programs, which explains how to use the TensorFlow debugger (tfdbg).

调试TF程序,解释了如何使用TF的调试器(tfdbg)

TensorFlow Version Compatibility, which explains backward compatibility guarantees and non-guarantees.

TF版本兼容性,解释了版本回退对兼容性的保障及无保障之处。

FAQ, which contains frequently asked questions about TensorFlow. (We have not revised this document for v1.3, except to remove some obsolete information.)

常见问题解答,包含了关于TF最常见的问题,我们尚未针对1.3版本对此进行修改,仅移除了一些孤立的信息。

Reference:

[1] TensorFlow Programmer's Guide. (https://www.tensorflow.org/programmers_guide/)

TensorFlow 官方文档 Programmer's Guide 中文翻译 —— 引言的更多相关文章

  1. 人工智能系统Google开源的TensorFlow官方文档中文版

    人工智能系统Google开源的TensorFlow官方文档中文版 2015年11月9日,Google发布人工智能系统TensorFlow并宣布开源,机器学习作为人工智能的一种类型,可以让软件根据大量的 ...

  2. TensorFlow官方文档

    关于<TensorFlow官方文档> <TensorFlow官方文档>原文地址:http://devdocs.io/tensorflow~python/ ,本次经过W3Csch ...

  3. TensorFlow 官方文档中文版【转】

    转自:http://wiki.jikexueyuan.com/project/tensorflow-zh/ TensorFlow 官方文档中文版 你正在阅读的项目可能会比 Android 系统更加深远 ...

  4. TensorFlow 官方文档中文版

    http://wiki.jikexueyuan.com/list/deep-learning/ TensorFlow 官方文档中文版 你正在阅读的项目可能会比 Android 系统更加深远地影响着世界 ...

  5. tensorflow官方文档中的sub 和mul中的函数已经在API中改名了

    在照着tensorflow 官方文档和极客学院中tensorflow中文文档学习tensorflow时,遇到下面的两个问题: 1)AttributeError: module 'tensorflow' ...

  6. TensorFlow 官方文档中文版 --技术文档

    1.文档预览 2.文档下载 TensorFlow官方文档中文版-v1.2.pdf 提取码:pt7p

  7. TensorFlow 官方文档中文版学习

    TensorFlow 官方文档中文版 地址:http://wiki.jikexueyuan.com/project/tensorflow-zh/

  8. 在 Ubuntu 上安装 TensorFlow (官方文档的翻译)

    本指南介绍了如何在 Ubuntu 上安装 TensorFlow.这些指令也可能对其他 Linux 变体起作用, 但是我们只在Ubuntu 14.04 或更高版本上测试了(我们只支持)  这些指令. 一 ...

  9. 【TensorFlow官方文档】MNIST机器学习入门

    MNIST是一个入门级的计算机视觉数据集,它包含各种手写数字图片:它也包含每一张图片对应的标签,告诉我们这个是数字几.比如,下面这四张图片的标签分别是5,0,4,1. 从一个很简单的数学模型开始:训练 ...

随机推荐

  1. 002_FreeRTOS临界段代码

    (一)临界段代码也叫做临界区,是指那些必须完整运行,不能被打断的代码段 (二)FreeRTOS 与 临 界 段 代 码 保 护 有 关 的 函 数 有 4 个,两个是任务级的临界段代码保护,两个是中断 ...

  2. CF1153E Serval and Snake【构造】

    题目链接:洛谷 这道题是很久以前NTF跟我说的,现在想起来把它做了... 我们发现,如果蛇的两头都在矩形里或矩形外,则询问为偶数,否则为奇数. 所以我们询问每一行和每一列,就能知道蛇的两头的横纵坐标了 ...

  3. 顺序表应用7:最大子段和之分治递归法(SDUT 3664)

    #include <bits/stdc++.h> using namespace std; const int maxn = 50005; int num = 0; struct node ...

  4. codeforces722E

    CF722E Research Rover Unfortunately, the formal description of the task turned out to be too long, s ...

  5. MySQL优化:如何避免回表查询?什么是索引覆盖? (转)

    数据库表结构: create table user ( id int primary key, name varchar(20), sex varchar(5), index(name) )engin ...

  6. CF1197C

    CF1197C 题意: 有一个递增的数列,把它分成k段,找到这样的分段方法,即每段最大值减最小值的和最小 解法: 分成k段,即要加k-1个隔断,这k-1个隔断,能隔开差值最大的几个,那最后得到分隔后的 ...

  7. 一句话题解&&总结

    CF79D Password: 差分.两点取反,本质是匹配!最短路+状压DP 取反是套路,匹配是发现可以把操作进行目的化和阶段化,从而第二次转化问题. 且匹配不会影响别的位置答案 sequence 计 ...

  8. 5.4.1 sequenceFile读写文件、记录边界、同步点、压缩排序、格式

    5.4.1      sequenceFile读写文件.记录边界.同步点.压缩排序.格式 HDFS和MapReduce是针对大文件优化的存储文本记录,不适合二进制类型的数据.SequenceFile作 ...

  9. linux Host key verification failed.错误

    Host key verification failed. 1. ssh-keygen -R 你要访问的IP地址 2. ssh-keygen -R 108.61.163.242

  10. SQL-W3School-基础:SQL WHERE 语句

    ylbtech-SQL-W3School-基础:SQL WHERE 语句 1.返回顶部 1. WHERE 子句用于规定选择的标准. WHERE 子句 如需有条件地从表中选取数据,可将 WHERE 子句 ...