We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 755c3aa commit c61ac1dCopy full SHA for c61ac1d
tf2.0/extra_reading.txt
@@ -0,0 +1,18 @@
1
+Deep learning improved by biological activation functions
2
+https://arxiv.org/pdf/1804.11237.pdf
3
+
4
+Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift
5
+Sergey Ioffe, Christian Szegedy
6
+https://arxiv.org/abs/1502.03167
7
8
+Dropout: A Simple Way to Prevent Neural Networks from Overfitting
9
+https://www.cs.toronto.edu/~hinton/absps/JMLRdropout.pdf
10
11
+Convolution arithmetic tutorial
12
+http://deeplearning.net/software/theano_versions/dev/tutorial/conv_arithmetic.html
13
14
+On the Practical Computational Power of Finite Precision RNNs for Language Recognition
15
+https://arxiv.org/abs/1805.04908
16
17
+Massive Exploration of Neural Machine Translation Architectures
18
+https://arxiv.org/abs/1703.03906
0 commit comments