Browse Source

Update pytorch - logistic regress & NN

pull/5/head
bushuhui 3 years ago
parent
commit
12b202a1e8
4 changed files with 345 additions and 555 deletions
  1. +127
    -207
      6_pytorch/1_NN/2-logistic-regression.ipynb
  2. +218
    -348
      6_pytorch/1_NN/3-nn-sequential-module.ipynb
  3. BIN
      6_pytorch/1_NN/imgs/linear_sep.png
  4. BIN
      6_pytorch/1_NN/imgs/nn-forward.gif

+ 127
- 207
6_pytorch/1_NN/2-logistic-regression.ipynb
File diff suppressed because it is too large
View File


+ 218
- 348
6_pytorch/1_NN/3-nn-sequential-module.ipynb
File diff suppressed because it is too large
View File


BIN
6_pytorch/1_NN/imgs/linear_sep.png View File

Before After
Width: 1024  |  Height: 419  |  Size: 52 kB

BIN
6_pytorch/1_NN/imgs/nn-forward.gif View File

Before After
Width: 354  |  Height: 444  |  Size: 2.3 MB

Loading…
Cancel
Save