CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
pytorch

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: pytorch/tutorials
Path: blob/main/beginner_source/README.txt
Views: 494
1
Beginner Tutorials
2
------------------
3
4
1. blitz/* and deep_learning_60min_blitz.rst
5
Deep Learning with PyTorch: A 60 Minute Blitz
6
https://pytorch.org/tutorials/beginner/deep_learning_60min_blitz.html
7
8
2. former_torches/* and former_torchies_tutorial.rst
9
PyTorch for Former Torch Users
10
https://pytorch.org/tutorials/beginner/former_torchies_tutorial.html
11
12
3. examples_*/* and pytorch_with_examples.rst
13
Learning PyTorch with Examples
14
https://pytorch.org/tutorials/beginner/pytorch_with_examples.html
15
16
4. transfer_learning_tutorial.py
17
Transfer Learning Tutorial
18
https://pytorch.org/tutorials/beginner/transfer_learning_tutorial.html
19
20
5. nlp/* and deep_learning_nlp_tutorial.rst
21
Deep Learning for NLP with Pytorch
22
https://pytorch.org/tutorials/beginner/deep_learning_nlp_tutorial.html
23
24
6. transformer_translation.py
25
Language Translation with Transformers
26
https://pytorch.org/tutorials/beginner/translation_transformer.html
27
28