# -*- coding: utf-8 -*-"""Spyder Editor This is a temporary script file.tensor flow 之线性回归模式2019-oct-5""" import tensorflow as tfimport numpy as npimport matplotlib.pyplot as plt SIZE=100np.random.seed(100)#np随机种子tf.set_random…
TensorFlow: TensorFlow is an open source software library for numerical computation using data flow graphs. Nodes in the graph represent mathematical operations, while the graph edges represent the multidimensional data arrays (tensors) that flow bet…