会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
无人i
博客园
首页
新随笔
联系
订阅
管理
2021年1月19日
day11-TensorFlow自主实现简单的线性回归
摘要: 过程及解释在代码中 # 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)
编辑
公告