README.md 318 B

代码 说明
pytorch_tutorial.ipynb 张量的运算与基本操作
gradient_descent.ipynb 利用PyTorch实现梯度下降法
stochastic_gradient_descent.ipynb 利用PyTorch实现随机梯度下降法