File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ This repository provides tutorial code for deep learning researchers to learn [P
10
10
## Table of Contents
11
11
12
12
* [ PyTorch Basics] ( https://github.com/yunjey/pytorch-tutorial/tree/master/tutorials/00%20-%20PyTorch%20Basics/main.py )
13
- * [ Linear Regression] ( https://github.com/yunjey/pytorch-tutorial/blob/master/tutorials/01%20-%20Linear%20Regression/main.py )
14
- * [ Logistic Regression] ( https://github.com/yunjey/pytorch-tutorial/blob/master/tutorials/02%20-%20Logistic%20Regression/main.py )
13
+ * [ Linear Regression] ( https://github.com/yunjey/pytorch-tutorial/blob/master/tutorials/01%20-%20Linear%20Regression/main.py#L24-L31 )
14
+ * [ Logistic Regression] ( https://github.com/yunjey/pytorch-tutorial/blob/master/tutorials/02%20-%20Logistic%20Regression/main.py#35-42 )
15
15
* [ Feedforward Neural Network] ( https://github.com/yunjey/pytorch-tutorial/blob/master/tutorials/03%20-%20Feedforward%20Neural%20Network/main.py )
16
16
* [ Convolutional Neural Network] ( https://github.com/yunjey/pytorch-tutorial/blob/master/tutorials/04%20-%20Convolutional%20Neural%20Network/main.py )
17
17
* [ Deep Residual Network] ( https://github.com/yunjey/pytorch-tutorial/blob/master/tutorials/05%20-%20Deep%20Residual%20Network/main.py )
You can’t perform that action at this time.
0 commit comments