PyTorch 深度学习: 60 分钟极速入门教程

译者:@小王子

校对者:@李子文

Author: Soumith Chintala

本教程的目标:

  • 更高层次地理解 PyTorch 的 Tensor (张量) 库以及神经网络.
  • 学会训练一个小的神经网络用来对图像进行分类

本教程假设您对 numpy 有基本的了解

注解:

请确认您已经安装了 torchtorchvision 包.

http://pytorch.apachecn.org/cn/tutorials/_images/tensor_illustration_flat.png

PyTorch 是什么?

http://pytorch.apachecn.org/cn/tutorials/_images/Variable1.png

自动求导: 自动微分

http://pytorch.apachecn.org/cn/tutorials/_images/mnist1.png

神经网络

http://pytorch.apachecn.org/cn/tutorials/_images/cifar101.png

训练一个分类器

http://pytorch.apachecn.org/cn/tutorials/_images/data_parallel.png

可选: 数据并行