1
0
3
1116
2
#多项式回归 import numpyas np import tensorflowas tf import matplotlib.pyplot...
#线性回归 import numpyas np import tensorflowas tf import matplotlib.pyplota...
TensorFlow基础 一、Graph与Session的概念: 1、DataFlowGraph:数据流图 2、计算的定义和执行,被很好的...