AI_TensorFlow Base

TensorFlow 

  -- Google 开源的 用于人工智能的开源软件库。

  采用数据流图 (data flow graphs ) , 用于数值计算。

  • 使用图 graph 来表示计算任务
  • 在被称之为 会话 Session 的上下文 context 中 执行图
  • 使用 tensor  表示数据
  • 通过 变量 Variable 维护状态
  • 使用 feed 和 fetch 可以为 任意的操作 arbitrary operation 赋值或者从其中获取数据。

 

posted @ 2017-12-20 21:06  君子之行  阅读(354)  评论(0)    收藏  举报