首页 > 其他 > 详细

tensorflow学习

时间:2017-09-03 00:02:54      阅读:237      评论:0      收藏:0      [点我收藏+]

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学习

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!