To get started with learning PyTorch, start with our Beginner Tutorials.
The
60-minute blitz
is the most common
starting point, and gives you a quick introduction to PyTorch.
If you like learning by examples, you will like the tutorial
Learning PyTorch with Examples
If you would like to do the tutorials interactively via IPython / Jupyter,
each tutorial has a download link for a Jupyter Notebook and Python source code.
We also provide a lot of high-quality examples covering image classification,
unsupervised learning, reinforcement learning, machine translation and
many other applications at
https://github.com/pytorch/examples/
You can find reference documentation for PyTorch’s API and layers at
http://docs.pytorch.org
or via inline help.
If you would like the tutorials section improved, please
send feedback to
sasankchilamkurthy@gmail.com
or open a github issue here with your feedback:
https://github.com/pytorch/tutorials
Beginner Tutorials
-
Deep Learning with PyTorch: A 60 Minute Blitz
-
PyTorch for former Torch users
-
Learning PyTorch with Examples
-
Transfer Learning tutorial
-
Deep Learning for Natural Language Processing with Pytorch