Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pytorch
GitHub Repository: pytorch/tutorials
Path: blob/main/intro.rst
1674 views
Intro
=====

This is a collection of beginner-friendly resources to help you get
started with PyTorch. These tutorials cover fundamental concepts,
basic operations, and essential workflows to build a solid foundation
for your deep learning journey. Perfect for newcomers looking to
understand PyTorch's core functionality through step-by-step guidance.

.. grid:: 2

    .. grid-item-card:: :octicon:`file-code;1em`
       Learn the Basics
       :link: https://pytorch.org/tutorials/beginner/basics/intro.html
       :link-type: url

       A step-by-step interactive series for those just starting out
       with PyTorch.
       +++
       :octicon:`code;1em` Code

    .. grid-item-card:: :octicon:`file-code;1em`
       Introduction to PyTorch - YouTube Series
       :link: https://pytorch.org/tutorials/beginner/introyt/introyt_index.html
       :link-type: url

       Learn the fundamentals of PyTorch through our video series,
       perfect for those who prefer learning from videos.
       +++
       :octicon:`code;1em` Code :octicon:`square-fill;1em` :octicon:`video;1em` Video

.. grid:: 2

    .. grid-item-card:: :octicon:`file-code;1em`
       Learning PyTorch
       :link: https://pytorch.org/tutorials/beginner/deep_learning_60min_blitz.html
       :link-type: url

       Quickly grasp the basics of PyTorch with these bite-sized
       foundational recipes.
       +++
       :octicon:`code;1em` Code

.. toctree::
   :maxdepth: 1
   :hidden:
   :includehidden:
   :caption: Getting Started with PyTorch

   beginner/basics/intro
   beginner/introyt/introyt_index

.. toctree::
   :maxdepth: 1
   :hidden:
   :includehidden:
   :caption: Learning PyTorch

   beginner/deep_learning_60min_blitz
   beginner/pytorch_with_examples
   beginner/nn_tutorial
   intermediate/nlp_from_scratch_index
   intermediate/tensorboard_tutorial
   intermediate/pinmem_nonblock
   intermediate/visualizing_gradients_tutorial