File tree Expand file tree Collapse file tree 7 files changed +1739
-0
lines changed Expand file tree Collapse file tree 7 files changed +1739
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,12 @@ Learn Deep Learning with PyTorch
29
29
- [ 深度神经网络] ( https://github.com/SherlockLiao/code-of-learn-deep-learning-with-pytorch/blob/master/chapter3_NN/deep-nn.ipynb )
30
30
- [ 参数初始化方法] ( https://github.com/SherlockLiao/code-of-learn-deep-learning-with-pytorch/blob/master/chapter3_NN/param_initialize.ipynb )
31
31
- 优化算法
32
+ - [ SGD] ( https://github.com/SherlockLiao/code-of-learn-deep-learning-with-pytorch/blob/master/chapter3_NN/optimizer/sgd.ipynb )
33
+ - [ 动量法] ( https://github.com/SherlockLiao/code-of-learn-deep-learning-with-pytorch/blob/master/chapter3_NN/optimizer/momentum.ipynb )
34
+ - [ Adagrad] ( https://github.com/SherlockLiao/code-of-learn-deep-learning-with-pytorch/blob/master/chapter3_NN/optimizer/adagrad.ipynb )
35
+ - [ RMSProp] ( https://github.com/SherlockLiao/code-of-learn-deep-learning-with-pytorch/blob/master/chapter3_NN/optimizer/rmsprop.ipynb )
36
+ - [ Adadelta] ( https://github.com/SherlockLiao/code-of-learn-deep-learning-with-pytorch/blob/master/chapter3_NN/optimizer/adadelta.ipynb )
37
+ - [ Adam] ( https://github.com/SherlockLiao/code-of-learn-deep-learning-with-pytorch/blob/master/chapter3_NN/optimizer/adam.ipynb )
32
38
33
39
- Chapter 4: 卷积神经网络
34
40
- PyTorch 中的卷积模块
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments