Skip to content

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

译者:bat67

校对者:FontTian

作者Soumith Chintala

此教程的目标:

  • 更高层次地理解PyTorch的Tensor库以及神经网络。
  • 训练一个小的神经网络模型用于分类图像。

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

注意:确保你安装了 torchtorchvision 包。

https://pytorch.org/tutorials/_images/tensor_illustration_flat.png

PyTorch 是什么?

https://pytorch.org/tutorials/_images/autodiff.png

Autograd:自动求导

https://pytorch.org/tutorials/_images/mnist1.png

神经网络

https://pytorch.org/tutorials/_images/cifar101.png

训练分类器

https://pytorch.org/tutorials/_images/data_parallel.png

可选:数据并行


我们一直在努力

apachecn/AiLearning

【布客】中文翻译组