摘要:
%matplotlib inline import torch from torch import nn from d2l import torch as d2l T = 1000 # 总共产生1000个点 time = torch.arange(1, T + 1, dtype=torch.floa 阅读全文
摘要:
简介 此偏用于记录在HOW2J学习的笔记和练习题的代码 不是很全面,因为我有c++基础,有的比较简单或者类似于c++的就没敲了 面向对象 类和对象 public class Item { String name; int price; public static void main(String[] 阅读全文