TensorFlow框架(1)之Computational Graph详解

1. Getting Start 1.1 import   TensorFlow应用程序需要引入编程架包,才能访问TensorFlow的类、方法和符号。如下所示的方法: import tensorflow as tf 2. Tensor   TensorFlow用Tensor这种数据结构来表示所有的数据。可以把一个Tensor想象成一个n维的数组或列表。Tensor有一个静态的类型和动态的维数。T
相关文章
相关标签/搜索