Skip to content

Commit d71cf9d

Browse files
Update README
1 parent c8a0427 commit d71cf9d

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

+22-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
1-
PyTorch Tutorial from my YouTube channel.
1+
PyTorch Beginner Tutorials from my YouTube channel.
2+
3+
## Watch the Playlist
4+
[![Alt text](https://img.youtube.com/vi/EMXfZB8FVUA/hqdefault.jpg)](https://www.youtube.com/watch?v=EMXfZB8FVUA&list=PLqnslRFeH2UrcDBWF5mfPGpqQDSta6VK4)
5+
6+
1. Installation
7+
2. Tensor Basics
8+
3. Autograd
9+
4. Backpropagation
10+
5. Gradient Descent With Autograd and Backpropagation
11+
6. Training Pipeline: Model, Loss, and Optimizer
12+
7. Linear Regression
13+
8. Logistic Regression
14+
9. Dataset and DataLoader
15+
10. Dataset Transforms
16+
11. Softmax And Cross Entropy
17+
12. Activation Functions
18+
13. Feed-Forward Neural Net
19+
14. Convolutional Neural Net (CNN)
20+
15. Transfer Learning
21+
16. Tensorboard
22+
17. Save and Load Models

0 commit comments

Comments
 (0)