摘要: 一、非线性回归例子 import tensorflow as tf import numpy as np import matplotlib.pyplot as plt #生成随机点 x_data = np.linspace(-0.5,0.5,200)[:,np.newaxis] #返回均匀间隔的数 阅读全文
posted @ 2019-07-12 17:30 多测师_王sir 阅读(273) 评论(0) 推荐(0) 编辑