We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b073c commit 03cd4e1Copy full SHA for 03cd4e1
tutorials/popular/blitz/README.md
@@ -1,13 +1,10 @@
1
# Deep Learning with PyTorch: A 60 Minute Blitz
2
3
-1. *tensors*
4
- What is PyTorch?
+1. *[tensors](tutorials/popular/blitz/tensors)*: What is PyTorch?
5
https://pytorch.org/tutorials/beginner/blitz/tensor_tutorial.html
6
7
-2. *autograd*
8
- Autograd: Automatic Differentiation
+2. *[autograd](tutorials/popular/blitz/autograd)*: Autograd: Automatic Differentiation
9
https://pytorch.org/tutorials/beginner/blitz/autograd_tutorial.html
10
11
-3. *neural_networks*
12
- Neural Networks
+3. *[neural_networks](tutorials/popular/blitz/neural_networks)*: Neural Networks
13
https://pytorch.org/tutorials/beginner/blitz/neural_networks_tutorial.html
0 commit comments