Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.15 KB

deep_learning_60min_blitz.rst

File metadata and controls

42 lines (28 loc) · 1.15 KB

Deep Learning with PyTorch: A 60 Minute Blitz

Author: Soumith Chintala

Goal of this tutorial:

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

This tutorial assumes that you have a basic familiarity of numpy

Note

Make sure you have the torch and torchvision packages installed.

.. toctree::
   :hidden:

   /beginner/blitz/tensor_tutorial
   /beginner/blitz/autograd_tutorial
   /beginner/blitz/neural_networks_tutorial
   /beginner/blitz/cifar10_tutorial

.. galleryitem:: /beginner/blitz/tensor_tutorial.py
    :figure: /_static/img/tensor_illustration_flat.png

.. galleryitem:: /beginner/blitz/autograd_tutorial.py
    :figure: /_static/img/Variable.png

.. galleryitem:: /beginner/blitz/neural_networks_tutorial.py
    :figure: /_static/img/mnist.png

.. galleryitem:: /beginner/blitz/cifar10_tutorial.py
    :figure: /_static/img/cifar10.png