Skip to content

Commit 1b29112

Browse files
committed
Fix of deep learning lectures
1 parent 98ae605 commit 1b29112

File tree

12 files changed

+122
-1144
lines changed

12 files changed

+122
-1144
lines changed
Lines changed: 50 additions & 271 deletions
Original file line numberDiff line numberDiff line change
@@ -1,112 +1,20 @@
1-
%%%%% OPTIMIZERS
2-
3-
@article{kingma2014adam,
4-
title={Adam: A method for stochastic optimization},
5-
author={Kingma, Diederik and Ba, Jimmy},
6-
journal={arXiv preprint arXiv:1412.6980},
7-
year={2014}
8-
}
9-
10-
@article{duchi2011adaptive,
11-
title={Adaptive subgradient methods for online learning and stochastic optimization},
12-
author={Duchi, John and Hazan, Elad and Singer, Yoram},
13-
journal={Journal of Machine Learning Research},
14-
volume={12},
15-
number={Jul},
16-
pages={2121--2159},
17-
year={2011}
18-
}
19-
20-
@article{zeiler2012adadelta,
21-
title={ADADELTA: an adaptive learning rate method},
22-
author={Zeiler, Matthew D},
23-
journal={arXiv preprint arXiv:1212.5701},
24-
year={2012}
25-
}
26-
27-
%%%%% NEURAL NETOWRK HISTORY
28-
29-
@article{morris1999hebb,
30-
title={Do hebb: The organization of behavior, wiley: New york; 1949},
31-
author={Morris, RGM},
32-
journal={Brain research bulletin},
33-
volume={50},
34-
number={5},
35-
pages={437},
36-
year={1999},
37-
publisher={Elsevier}
38-
}
39-
40-
@article{rosenblatt1958perceptron,
41-
title={The perceptron: A probabilistic model for information storage and organization in the brain.},
42-
author={Rosenblatt, Frank},
43-
journal={Psychological review},
44-
volume={65},
45-
number={6},
46-
pages={386},
47-
year={1958},
48-
publisher={American Psychological Association}
49-
}
50-
51-
@article{mcculloch1943logical,
52-
title={A logical calculus of the ideas immanent in nervous activity},
53-
author={McCulloch, Warren S and Pitts, Walter},
54-
journal={Bulletin of mathematical biology},
55-
volume={5},
56-
number={4},
57-
pages={115--133},
58-
year={1943},
59-
publisher={Springer}
60-
}
61-
62-
63-
@article{rumelhart1988learning,
64-
title={Learning representations by back-propagating errors},
65-
author={Rumelhart, David E and Hinton, Geoffrey E and Williams, Ronald J and others},
66-
journal={Cognitive modeling},
67-
volume={5},
68-
number={3},
69-
pages={1},
70-
year={1988}
71-
}
72-
73-
%%%% DATASET SIZE
74-
75-
@inproceedings{fergus2003object,
76-
title={Object class recognition by unsupervised scale-invariant learning},
77-
author={Fergus, Robert and Perona, Pietro and Zisserman, Andrew},
78-
booktitle={Computer Vision and Pattern Recognition, 2003. Proceedings. 2003 IEEE Computer Society Conference on},
79-
volume={2},
80-
pages={II--II},
81-
year={2003},
1+
%%%% IMAGENET
2+
@inproceedings{deng2009imagenet,
3+
title={Imagenet: A large-scale hierarchical image database},
4+
author={Deng, Jia and Dong, Wei and Socher, Richard and Li, Li-Jia and Li, Kai and Fei-Fei, Li},
5+
booktitle={Computer Vision and Pattern Recognition, 2009. CVPR 2009. IEEE Conference on},
6+
pages={248--255},
7+
year={2009},
828
organization={IEEE}
839
}
8410

85-
@article{real2017youtube,
86-
title={YouTube-BoundingBoxes: A Large High-Precision Human-Annotated Data Set for Object Detection in Video},
87-
author={Real, Esteban and Shlens, Jonathon and Mazzocchi, Stefano and Pan, Xin and Vanhoucke, Vincent},
88-
journal={arXiv preprint arXiv:1702.00824},
89-
year={2017}
90-
}
91-
92-
%%%%% NO POOLING
93-
94-
@article{springenberg2014striving,
95-
title={Striving for simplicity: The all convolutional net},
96-
author={Springenberg, Jost Tobias and Dosovitskiy, Alexey and Brox, Thomas and Riedmiller, Martin},
97-
journal={arXiv preprint arXiv:1412.6806},
98-
year={2014}
99-
}
100-
101-
@article{yu2015multi,
102-
title={Multi-scale context aggregation by dilated convolutions},
103-
author={Yu, Fisher and Koltun, Vladlen},
104-
journal={arXiv preprint arXiv:1511.07122},
105-
year={2015}
11+
@article{goodfellow2013maxout,
12+
title={Maxout networks},
13+
author={Goodfellow, Ian J and Warde-Farley, David and Mirza, Mehdi and Courville, Aaron and Bengio, Yoshua},
14+
journal={arXiv preprint arXiv:1302.4389},
15+
year={2013}
10616
}
10717

108-
%%%%% ACTIVATIONS
109-
11018
@inproceedings{he2015delving,
11119
title={Delving deep into rectifiers: Surpassing human-level performance on imagenet classification},
11220
author={He, Kaiming and Zhang, Xiangyu and Ren, Shaoqing and Sun, Jian},
@@ -115,11 +23,21 @@ @inproceedings{he2015delving
11523
year={2015}
11624
}
11725

118-
@article{goodfellow2013maxout,
119-
title={Maxout networks},
120-
author={Goodfellow, Ian J and Warde-Farley, David and Mirza, Mehdi and Courville, Aaron and Bengio, Yoshua},
121-
journal={arXiv preprint arXiv:1302.4389},
122-
year={2013}
26+
%%%% RESNET
27+
@inproceedings{he2016deep,
28+
title={Deep residual learning for image recognition},
29+
author={He, Kaiming and Zhang, Xiangyu and Ren, Shaoqing and Sun, Jian},
30+
booktitle={Proceedings of the IEEE conference on computer vision and pattern recognition},
31+
pages={770--778},
32+
year={2016}
33+
}
34+
35+
%%%% CAFFE
36+
@article{jia2014caffe,
37+
Author = {Jia, Yangqing and Shelhamer, Evan and Donahue, Jeff and Karayev, Sergey and Long, Jonathan and Girshick, Ross and Guadarrama, Sergio and Darrell, Trevor},
38+
Journal = {arXiv preprint arXiv:1408.5093},
39+
Title = {Caffe: Convolutional Architecture for Fast Feature Embedding},
40+
Year = {2014}
12341
}
12442

12543
@inproceedings{krizhevsky2012imagenet,
@@ -130,99 +48,14 @@ @inproceedings{krizhevsky2012imagenet
13048
year={2012}
13149
}
13250

133-
%%%% NEW ARCHITECTURES
134-
135-
@inproceedings{szegedy2016rethinking,
136-
title={Rethinking the inception architecture for computer vision},
137-
author={Szegedy, Christian and Vanhoucke, Vincent and Ioffe, Sergey and Shlens, Jon and Wojna, Zbigniew},
138-
booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
139-
pages={2818--2826},
51+
%%%% INTERPRETABILITY
52+
@article{lipton2016mythos,
53+
title={The mythos of model interpretability},
54+
author={Lipton, Zachary C},
55+
journal={arXiv preprint arXiv:1606.03490},
14056
year={2016}
14157
}
14258

143-
%%%% FUNCTION APPROXIMATION
144-
145-
@article{cybenko1989approximation,
146-
title={Approximation by superpositions of a sigmoidal function},
147-
author={Cybenko, George},
148-
journal={Mathematics of Control, Signals, and Systems (MCSS)},
149-
volume={2},
150-
number={4},
151-
pages={303--314},
152-
year={1989},
153-
publisher={Springer}
154-
}
155-
156-
%%%% INITIALIZATION
157-
158-
@inproceedings{glorot2010understanding,
159-
title={Understanding the difficulty of training deep feedforward neural networks.},
160-
author={Glorot, Xavier and Bengio, Yoshua},
161-
booktitle={Aistats},
162-
volume={9},
163-
pages={249--256},
164-
year={2010}
165-
}
166-
167-
%%%% DROPOUT
168-
@article{srivastava2014dropout,
169-
title={Dropout: A simple way to prevent neural networks from overfitting},
170-
author={Srivastava, Nitish and Hinton, Geoffrey and Krizhevsky, Alex and Sutskever, Ilya and Salakhutdinov, Ruslan},
171-
journal={The Journal of Machine Learning Research},
172-
volume={15},
173-
number={1},
174-
pages={1929--1958},
175-
year={2014},
176-
publisher={JMLR. org}
177-
}
178-
179-
%%%% RNN TRAINING
180-
@inproceedings{pascanu2013difficulty,
181-
title={On the difficulty of training recurrent neural networks},
182-
author={Pascanu, Razvan and Mikolov, Tomas and Bengio, Yoshua},
183-
booktitle={International Conference on Machine Learning},
184-
pages={1310--1318},
185-
year={2013}
186-
}
187-
188-
%%%% LSTM
189-
@article{hochreiter1997long,
190-
title={Long short-term memory},
191-
author={Hochreiter, Sepp and Schmidhuber, J{\"u}rgen},
192-
journal={Neural computation},
193-
volume={9},
194-
number={8},
195-
pages={1735--1780},
196-
year={1997},
197-
publisher={MIT Press}
198-
}
199-
200-
%%%% GRU
201-
@article{cho2014learning,
202-
title={Learning phrase representations using RNN encoder-decoder for statistical machine translation},
203-
author={Cho, Kyunghyun and Van Merri{\"e}nboer, Bart and Gulcehre, Caglar and Bahdanau, Dzmitry and Bougares, Fethi and Schwenk, Holger and Bengio, Yoshua},
204-
journal={arXiv preprint arXiv:1406.1078},
205-
year={2014}
206-
}
207-
208-
%%%% IMAGENET
209-
@inproceedings{deng2009imagenet,
210-
title={Imagenet: A large-scale hierarchical image database},
211-
author={Deng, Jia and Dong, Wei and Socher, Richard and Li, Li-Jia and Li, Kai and Fei-Fei, Li},
212-
booktitle={Computer Vision and Pattern Recognition, 2009. CVPR 2009. IEEE Conference on},
213-
pages={248--255},
214-
year={2009},
215-
organization={IEEE}
216-
}
217-
218-
%%%% MNIST
219-
@article{lecun1998mnist,
220-
title={The MNIST database of handwritten digits},
221-
author={LeCun, Yann},
222-
journal={http://yann. lecun. com/exdb/mnist/},
223-
year={1998}
224-
}
225-
22659
%%%% VGG
22760
@article{simonyan2014very,
22861
title={Very deep convolutional networks for large-scale image recognition},
@@ -231,80 +64,27 @@ @article{simonyan2014very
23164
year={2014}
23265
}
23366

234-
%%%% RESNET
235-
@inproceedings{he2016deep,
236-
title={Deep residual learning for image recognition},
237-
author={He, Kaiming and Zhang, Xiangyu and Ren, Shaoqing and Sun, Jian},
238-
booktitle={Proceedings of the IEEE conference on computer vision and pattern recognition},
239-
pages={770--778},
240-
year={2016}
241-
}
242-
243-
%%%% TENSORFLOW
244-
@misc{tensorflow2015-whitepaper,
245-
title={ {TensorFlow}: Large-Scale Machine Learning on Heterogeneous Systems},
246-
url={http://tensorflow.org/},
247-
note={Software available from tensorflow.org},
248-
author={
249-
Mart\'{\i}n~Abadi and
250-
Ashish~Agarwal and
251-
Paul~Barham and
252-
Eugene~Brevdo and
253-
Zhifeng~Chen and
254-
Craig~Citro and
255-
Greg~S.~Corrado and
256-
Andy~Davis and
257-
Jeffrey~Dean and
258-
Matthieu~Devin and
259-
Sanjay~Ghemawat and
260-
Ian~Goodfellow and
261-
Andrew~Harp and
262-
Geoffrey~Irving and
263-
Michael~Isard and
264-
Yangqing Jia and
265-
Rafal~Jozefowicz and
266-
Lukasz~Kaiser and
267-
Manjunath~Kudlur and
268-
Josh~Levenberg and
269-
Dan~Man\'{e} and
270-
Rajat~Monga and
271-
Sherry~Moore and
272-
Derek~Murray and
273-
Chris~Olah and
274-
Mike~Schuster and
275-
Jonathon~Shlens and
276-
Benoit~Steiner and
277-
Ilya~Sutskever and
278-
Kunal~Talwar and
279-
Paul~Tucker and
280-
Vincent~Vanhoucke and
281-
Vijay~Vasudevan and
282-
Fernanda~Vi\'{e}gas and
283-
Oriol~Vinyals and
284-
Pete~Warden and
285-
Martin~Wattenberg and
286-
Martin~Wicke and
287-
Yuan~Yu and
288-
Xiaoqiang~Zheng},
289-
year={2015},
67+
%%%%% NO POOLING
68+
@article{springenberg2014striving,
69+
title={Striving for simplicity: The all convolutional net},
70+
author={Springenberg, Jost Tobias and Dosovitskiy, Alexey and Brox, Thomas and Riedmiller, Martin},
71+
journal={arXiv preprint arXiv:1412.6806},
72+
year={2014}
29073
}
29174

292-
%%%% CAFFE
293-
294-
@article{jia2014caffe,
295-
Author = {Jia, Yangqing and Shelhamer, Evan and Donahue, Jeff and Karayev, Sergey and Long, Jonathan and Girshick, Ross and Guadarrama, Sergio and Darrell, Trevor},
296-
Journal = {arXiv preprint arXiv:1408.5093},
297-
Title = {Caffe: Convolutional Architecture for Fast Feature Embedding},
298-
Year = {2014}
75+
@inproceedings{szegedy2016rethinking,
76+
title={Rethinking the inception architecture for computer vision},
77+
author={Szegedy, Christian and Vanhoucke, Vincent and Ioffe, Sergey and Shlens, Jon and Wojna, Zbigniew},
78+
booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
79+
pages={2818--2826},
80+
year={2016}
29981
}
30082

301-
%%%% INTERPRETABILITY
302-
303-
@article{lipton2016mythos,
304-
title={The mythos of model interpretability},
305-
author={Lipton, Zachary C},
306-
journal={arXiv preprint arXiv:1606.03490},
307-
year={2016}
83+
@article{yu2015multi,
84+
title={Multi-scale context aggregation by dilated convolutions},
85+
author={Yu, Fisher and Koltun, Vladlen},
86+
journal={arXiv preprint arXiv:1511.07122},
87+
year={2015}
30888
}
30989

31090
@inproceedings{zeiler2014visualizing,
@@ -314,5 +94,4 @@ @inproceedings{zeiler2014visualizing
31494
pages={818--833},
31595
year={2014},
31696
organization={Springer}
317-
}
318-
97+
}

0 commit comments

Comments
 (0)