File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments