Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit 4fd4af9

Browse files
authored
Adding references folder
Contains supplementary material
1 parent f309bd7 commit 4fd4af9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

references/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## References
2+
- SELU : [Self Normailizing Neural Networks](https://arxiv.org/abs/1706.02515)
3+
- GELU : [Gaussian Error Linear Units (GELUs)- Elu ](https://arxiv.org/abs/1606.08415)
4+
- PRELU : [Delving Deep into Rectifiers: Surpassing Human-Level Performance on ImageNet Classification](https://arxiv.org/abs/1502.01852)
5+
- Leaky ReLU : [Rectifier Nonlinearities Improve Neural Network Acoustic Models](http://robotics.stanford.edu/~amaas/papers/relu_hybrid_icml2013_final.pdf)
6+
7+
- [Activation Functions Blog](https://mlfromscratch.com/activation-functions-explained/#elu)

0 commit comments

Comments
 (0)