[ PyTorch ] Deep Learning with PyTorch: A 60 minute Blitz(闪电战)| START


What is PyTorch?

PyTorch is a Python-based scientific computing package serving two broad (广阔) purposes:

  • A replacement for Numpy to use the power (强大功能) of GPUs and other accelerators (加速器).
  • An automatic differentiation (微分) library that is useful to implement neural networks.

Goal of this tutorial (教程):

  • Understand PyTorch's Tensor library and neural networks at a high level.
  • Train a small neural network to classify images.