240 发简信
IP属地:云南
  • Pytorch学习笔记(一)

    一、线性回归模型使用Pytorch的简洁实现 生成数据集 num_inputs = 2 num_examples = 1000 true_w =...