Skip to content
This repository has been archived by the owner on Jul 3, 2022. It is now read-only.

Commit

Permalink
add lab3
Browse files Browse the repository at this point in the history
  • Loading branch information
hbaniecki committed Mar 9, 2022
1 parent 7af9536 commit 0a3ebce
Show file tree
Hide file tree
Showing 6 changed files with 11,073 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@

**data/**

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
9 changes: 9 additions & 0 deletions labs/lab3/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
URLs:
- [SoftMax](https://d2l.ai/chapter_linear-networks/softmax-regression-concise.html#softmax-implementation-revisited)
- [MLP](https://d2l.ai/chapter_linear-networks/softmax-regression-concise.html#softmax-implementation-revisited)
- [torch.sigmoid](https://pytorch.org/docs/stable/generated/torch.sigmoid)
- [torch.nn.SoftMax](https://pytorch.org/docs/stable/generated/torch.nn.Softmax)
- [torch.nn.ReLU](https://pytorch.org/docs/stable/generated/torch.nn.ReLU)
- [confusion matrix](https://christianbernecker.medium.com/how-to-create-a-confusion-matrix-in-pytorch-38d06a7f04b7)
- [video: overfitting & underfitting](https://youtu.be/EuBBz3bI-aA?t=15), [blog: bias & variance](https://towardsdatascience.com/understanding-the-bias-variance-tradeoff-165e6942b229)
- [torch.nn.Dropout](https://pytorch.org/docs/stable/generated/torch.nn.Dropout)
11,061 changes: 11,061 additions & 0 deletions labs/lab3/code.ipynb

Large diffs are not rendered by default.

Binary file added labs/lab3/fig/dropout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added labs/lab3/fig/mlp-math.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added labs/lab3/fig/mlp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0a3ebce

Please sign in to comment.