.. _sphx_glr_beginner_blitz: Deep Learning with PyTorch: A 60 Minute Blitz --------------------------------------------- 1. tensor_tutorial.py What is PyTorch? https://pytorch.org/tutorials/beginner/blitz/tensor_tutorial.html 2. autograd_tutorial.py Autograd: Automatic Differentiation https://pytorch.org/tutorials/beginner/blitz/autograd_tutorial.html 3. neural_networks_tutorial.py Neural Networks https://pytorch.org/tutorials/beginner/blitz/neural_networks_tutorial.html# 4. cifar10_tutorial.py Training a Classifier https://pytorch.org/tutorials/beginner/blitz/cifar10_tutorial.html 5. data_parallel_tutorial.py Optional: Data Parallelism https://pytorch.org/tutorials/beginner/blitz/data_parallel_tutorial.html .. raw:: html
.. thumbnail-parent-div-open .. raw:: html
.. only:: html .. image:: /beginner/blitz/images/thumb/sphx_glr_autograd_tutorial_thumb.png :alt: :ref:`sphx_glr_beginner_blitz_autograd_tutorial.py` .. raw:: html
A Gentle Introduction to torch.autograd
.. raw:: html
.. only:: html .. image:: /beginner/blitz/images/thumb/sphx_glr_data_parallel_tutorial_thumb.png :alt: :ref:`sphx_glr_beginner_blitz_data_parallel_tutorial.py` .. raw:: html
Optional: Data Parallelism
.. raw:: html
.. only:: html .. image:: /beginner/blitz/images/thumb/sphx_glr_tensor_tutorial_thumb.png :alt: :ref:`sphx_glr_beginner_blitz_tensor_tutorial.py` .. raw:: html
Tensors
.. raw:: html
.. only:: html .. image:: /beginner/blitz/images/thumb/sphx_glr_neural_networks_tutorial_thumb.png :alt: :ref:`sphx_glr_beginner_blitz_neural_networks_tutorial.py` .. raw:: html
Neural Networks
.. raw:: html
.. only:: html .. image:: /beginner/blitz/images/thumb/sphx_glr_cifar10_tutorial_thumb.png :alt: :ref:`sphx_glr_beginner_blitz_cifar10_tutorial.py` .. raw:: html
Training a Classifier
.. thumbnail-parent-div-close .. raw:: html
.. toctree:: :hidden: /beginner/blitz/autograd_tutorial /beginner/blitz/data_parallel_tutorial /beginner/blitz/tensor_tutorial /beginner/blitz/neural_networks_tutorial /beginner/blitz/cifar10_tutorial