码迷,mamicode.com
首页 > 其他好文 > 详细

tensorflow学习

时间:2017-09-03 00:25:15      阅读:126      评论:0      收藏:0      [点我收藏+]

标签:ons   ros   com   ant   out   like   called   rbo   value   

Q: What is Computational Graph?
A: Computational Graph is a series of Tensorflow operations arranged into a graph of nodes.

Q: How to building the Computational Graph?
A: Each Node takes zeros or more tensors as inputs and produces a tensor as an output.
One type of Node is a constant. Like all tensorflow constants, it takes no inputs, and it outputs a value it stores internally.

Q: How to run the computational graph?
A: Using "Session" object the invoking the run method to run enough of the computational graph

Q: How to Display the picture of the computational graph?
A: Tensorflow provides a utility called TensorBoard that can display a picture of the computational graph.

 

tensorflow学习

标签:ons   ros   com   ant   out   like   called   rbo   value   

原文地址:http://www.cnblogs.com/wxer/p/7468403.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!