您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. pytorch拟合一元一次函数

  2. pytorch拟合一元一次函数1. 自定义网络2. 使用卷积网络   拟合函数y=a×x+by=a\times x+by=a×x+b,其中a=1,b=2a=1,b=2a=1,b=2。 1. 自定义网络 import torch import numpy as np class Net: def __init__(self): self.a = torch.rand(1, requires_grad=True) self.b = torch.rand(1,
  3. 所属分类:其它

    • 发布日期:2020-12-21
    • 文件大小:38kb
    • 提供者:weixin_38679045