-
Notifications
You must be signed in to change notification settings - Fork 6.4k
/
Copy pathextra_reading.txt
30 lines (21 loc) · 1.11 KB
/
extra_reading.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Gradient Descent: Convergence Analysis
http://www.stat.cmu.edu/~ryantibs/convexopt-F13/scribes/lec6.pdf
Deep learning improved by biological activation functions
https://arxiv.org/pdf/1804.11237.pdf
Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift
Sergey Ioffe, Christian Szegedy
https://arxiv.org/abs/1502.03167
Dropout: A Simple Way to Prevent Neural Networks from Overfitting
https://www.cs.toronto.edu/~hinton/absps/JMLRdropout.pdf
Implementing Dropout
https://deeplearningcourses.com/c/data-science-deep-learning-in-theano-tensorflow/
Convolution arithmetic tutorial
https://theano-pymc.readthedocs.io/en/latest/tutorial/conv_arithmetic.html
On the Practical Computational Power of Finite Precision RNNs for Language Recognition
https://arxiv.org/abs/1805.04908
Massive Exploration of Neural Machine Translation Architectures
https://arxiv.org/abs/1703.03906
Practical Deep Reinforcement Learning Approach for Stock Trading
https://arxiv.org/abs/1811.07522
Inceptionism: Going Deeper into Neural Networks
https://ai.googleblog.com/2015/06/inceptionism-going-deeper-into-neural.html