- 4
- 0
- 约1.75万字
- 约 45页
- 2019-03-11 发布于山东
- 举报
TensorFlow:
A Framework for
Scalable Machine
Learning
You probably
Outline
want to know...
What is TensorFlow?
Why did we create TensorFlow?
How does Tensorflow Work?
Example: Linear Regression
Example: Convolutional Neural Network
Distributed TensorFlow
Fast, flexible, and scalable
open-source machine learning
library
One system for research and
production
Runs on CPU, GPU, TPU, and
Mobile
Apache 2.0 license
TensorFlow Handles Complexity
Modeling complexity Distributed Heterogenous
System System
Under the Hood
A multidimensional array.
A graph of operations.
The TensorFlow Graph
Computation is defined as a graph
Graph is defined in high-level language (Python)
Graph is compiled and optimized
Graph is executed (in parts or fully) on available low level devices
(CPU, GPU, TPU)
Nodes represent computations and state
Data (tensors) flow along edges
Build a graph; then run it.
a b
...
c = tf.add(a, b) add
c
...
session = tf.Session()
value_of_c = session.run(c, {a=1, b=2})
Any Computation is a TensorFlow Graph
biases
weights Add Relu
MatMul Xent
examples
labels
Any Computation is a TensorFlow Graph
您可能关注的文档
- GDD2018大会PPT资料 Angular 主题演讲.pdf
- GDD2018大会PPT资料PWAR 01 - Keynote (v8) (1)最新完美版.pdf
- GDD2018大会PPT资料Progressive Web Apps with Angular - with Chinese最新完美版.pdf
- GDD2018大会PPT资料PWAR 03 - HTTPS (v11)最新完美版.pdf
- GDD2018大会PPT资料PWAR 05 - Tooling (v5)完美版.pdf
- GDD2018大会PPT资料TypeScript- Superheroic Power In Angular完美版.pdf
- Debian 8.2.0 (Jessie) 快速纯净安装教程.docx
- ITC教育云平台管理员使用手册(1).docx
- ITC教育云平台用户使用手册.docx
- ITC录播系统调试说明书.docx
- 散文题型03 理解分析词句(题型专练)(全国通用)(解析版)-2026年高考语文二轮复习讲练.docx
- 考前押题10 阅读理解之应用文——关注生活 学以致用(原卷版)(押题训练)2026年高考英语阅读理解突破策略及押题(全国通用).docx
- 清单04 综合性学习之语言表达(仿写邀请转述劝说) 活动策划(知识 方法 能力清单)(解析版)-2026年中考语文二轮复习讲练(全国通用).docx
- 清单09 古诗文对比阅读之内容 情感 写法对比 语言 炼字 拓展探究(知识 方法 能力清单)(解析版)-2026年中考语文二轮复习讲练(全国通用).docx
- 小说易错02 重点情节理解偏差(选择题)(易错专练)(全国通用)(原卷版)-2026年高考语文二轮复习讲练.docx
- 专题01 声现象(题型专练)(全国通用)(原卷版)2026年中考物理二轮复习讲练.docx
- 清单08 文言文(议论类 书信应用类)阅读之论点把握 文体特点(知识 方法 能力清单)(解析版)-2026年中考语文二轮复习讲练(全国通用).docx
- 清单11 记叙文阅读之朗读设计 表达技巧 主旨情感 开放探究(知识 方法 能力清单)(解析版)-2026年中考语文二轮复习讲练(全国通用).docx
- 语言清单05 语法填空中的词类(五)无提示词--连词(全国通用)(原卷版)2026年高考英语二轮复习讲练.docx
- 第04讲 想象探索与科学精神(《西游记》《海底两万里》《昆虫记》全国通用(讲义)(解析版)2026年中考语文一轮复习讲练.docx
最近下载
- 2025云南农业大学后勤服务有限公司招聘32人备考题库带答案解析.docx VIP
- 松材线虫课件.pptx VIP
- 2023年洁净车间生产环境控制教材方案模板.pptx VIP
- 【PPT】品管圈(QCC)降低科室一次性耗材浪费率 .pptx
- 2026高中数学复习-专题19 立体几何初步(Ⅱ)(七大题型+模拟精练)(解析版).pdf VIP
- 2025年教师职称-山西-山西教师职称(基础知识、综合素质、小学体育)历年参考题典型考点含答案解析.docx VIP
- isilon Drive Support Package 驱动支持包 1.37 发布说明(英文).pdf VIP
- 企业消防安全知识培训.pptx
- 山东省阳谷县第二中学高中音乐:古老的声音教案.doc VIP
- 常用建筑材料图例整理.doc VIP
原创力文档

文档评论(0)