会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
aJream
新随笔
联系
订阅
管理
10 2020 档案
多项式回归
摘要:多项式回归 import torchimport numpydef make_features(x): '''获取 [x,...
阅读全文
posted @
2020-10-05 13:09
aJream
阅读(82)
评论(0)
推荐(0)
一维线性回归pytorch实现
摘要:训练代码: import torchimport numpy as npx_train = np.array([[3.3], [4....
阅读全文
posted @
2020-10-05 10:04
aJream
阅读(60)
评论(0)
推荐(0)
公告