-
Notifications
You must be signed in to change notification settings - Fork 1
/
references.bib
164 lines (148 loc) · 5.46 KB
/
references.bib
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
@article{ELU,
author = {Djork{-}Arn{\'{e}} Clevert and Thomas Unterthiner and Sepp Hochreiter},
title = {Fast and Accurate Deep Network Learning by Exponential Linear Units (ELUs)},
journal = {CoRR},
volume = {abs/1511.07289},
year = {2015}
}
@article{batchnorm,
author = {Sergey Ioffe and
Christian Szegedy},
title = {Batch Normalization: Accelerating Deep Network Training by Reducing
Internal Covariate Shift},
journal = {CoRR},
volume = {abs/1502.03167},
year = {2015}
}
@article{dropout,
title={Dropout: a simple way to prevent neural networks from overfitting},
author={Srivastava, Nitish and Hinton, Geoffrey and Krizhevsky, Alex and Sutskever, Ilya and Salakhutdinov, Ruslan},
journal={The Journal of Machine Learning Research},
volume={15},
number={1},
pages={1929--1958},
year={2014}
}
@article{adam,
title = {Adam: {A} Method for Stochastic Optimization},
author = {Diederik P. Kingma and Jimmy Ba},
journal = {CoRR},
volume = {abs/1412.6980},
year = {2014}
}
@article{ReLU,
title = {Deep Sparse Rectifier Neural Networks},
author = {Xavier Glorot and Antoine Bordes and Yoshua Bengio},
booktitle = {Proceedings of the Fourteenth International Conference on Artificial Intelligence and Statistics},
pages = {315--323},
year = {2011},
editor = {Geoffrey Gordon and David Dunson and Miroslav Dudík},
volume = {15}
}
@article{backprop,
title={Efficient backprop},
author={LeCun, Yann A and Bottou, L{\'e}on and Orr, Genevieve B and M{\"u}ller, Klaus-Robert},
booktitle={Neural networks: Tricks of the trade},
pages={9--48},
year={2012},
publisher={Springer}
}
@article{leakyReLU,
title={Rectifier nonlinearities improve neural network acoustic models},
author={Maas, Andrew L and Hannun, Awni Y and Ng, Andrew Y},
booktitle={Proc. icml},
volume={30},
number={1},
pages={3},
year={2013}
}
@article{PReLU,
author = {Kaiming He and Xiangyu Zhang and Shaoqing Ren and Jian Sun},
title = {Delving Deep into Rectifiers: Surpassing Human-Level Performance on ImageNet Classification},
journal = {CoRR},
volume = {abs/1502.01852},
year = {2015},
}
@article{FTRL,
title = {Ad Click Prediction: a View from the Trenches},
author = {H. Brendan McMahan and Gary Holt and D. Sculley and Michael Young and Dietmar Ebner and Julian Grady and Lan Nie and Todd Phillips and Eugene Davydov and Daniel Golovin and Sharat Chikkerur and Dan Liu and Martin Wattenberg and Arnar Mar Hrafnkelsson and Tom Boulos and Jeremy Kubica},
year = {2013},
booktitle = {Proceedings of the 19th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (KDD)}
}
@article{EarlyStopping,
title={Overtraining, regularization, and searching for minimum in neural networks},
author={Sj{\"o}berg, Jonas and Ljung, Lennart},
journal={IFAC Proceedings Volumes},
volume={25},
number={14},
pages={73--78},
year={1992},
publisher={Elsevier}
}
@article{optimization,
author = {Sebastian Ruder},
title = {An overview of gradient descent optimization algorithms},
journal = {CoRR},
volume = {abs/1609.04747},
year = {2016},
}
@article{AlexNet,
author = {Krizhevsky, Alex and Sutskever, Ilya and Hinton, Geoffrey E.},
title = {ImageNet Classification with Deep Convolutional Neural Networks},
booktitle = {Proceedings of the 25th International Conference on Neural Information Processing Systems - Volume 1},
year = {2012},
pages = {1097--1105},
numpages = {9},
}
@article{Inception,
author = {Christian Szegedy and
Wei Liu and
Yangqing Jia and
Pierre Sermanet and
Scott E. Reed and
Dragomir Anguelov and
Dumitru Erhan and
Vincent Vanhoucke and
Andrew Rabinovich},
title = {Going Deeper with Convolutions},
journal = {CoRR},
volume = {abs/1409.4842},
year = {2014},
url = {http://arxiv.org/abs/1409.4842},
archivePrefix = {arXiv},
eprint = {1409.4842},
timestamp = {Mon, 13 Aug 2018 16:48:52 +0200},
biburl = {https://dblp.org/rec/bib/journals/corr/SzegedyLJSRAEVR14},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{Xavier,
title = {Understanding the difficulty of training deep feedforward neural networks},
author = {Xavier Glorot and Yoshua Bengio},
booktitle = {Proceedings of the Thirteenth International Conference on Artificial Intelligence and Statistics},
pages = {249--256},
year = {2010},
editor = {Yee Whye Teh and Mike Titterington},
volume = {9},
series = {Proceedings of Machine Learning Research},
address = {Chia Laguna Resort, Sardinia, Italy},
month = {13--15 May},
publisher = {PMLR},
pdf = {http://proceedings.mlr.press/v9/glorot10a/glorot10a.pdf},
}
@article{He,
author = {Kaiming He and
Xiangyu Zhang and
Shaoqing Ren and
Jian Sun},
title = {Delving Deep into Rectifiers: Surpassing Human-Level Performance on
ImageNet Classification},
journal = {CoRR},
volume = {abs/1502.01852},
year = {2015},
url = {http://arxiv.org/abs/1502.01852},
archivePrefix = {arXiv},
eprint = {1502.01852},
timestamp = {Wed, 17 Apr 2019 17:23:45 +0200},
biburl = {https://dblp.org/rec/bib/journals/corr/HeZR015},
bibsource = {dblp computer science bibliography, https://dblp.org}
}