摘要: 过程及解释在代码中 # coding=utf-8 import tensorflow as tf def ownregession(): """ 自主实现线性回归 :return: """ # 1、模拟数据 # 模拟一百条数据,特征值为一个 x = tf.random_normal([100,1], 阅读全文
posted @ 2021-01-19 20:21 Nevesettle 阅读(69) 评论(0) 推荐(0) 编辑