forked from exacity/deeplearningbook-chinese
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdlbook_cn.bib
5599 lines (5599 loc) · 191 KB
/
dlbook_cn.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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@article{Abadi-et-al-2015,
author={Abadi, M. and Agarwal, A. and Barham, P. and Brevdo, E. and Chen, Z. and Citro, C. and Corrado, G. S. and Davis, A. and Dean, J. and Devin, M. and Ghemawat, S. and Goodfellow, I. and Harp, A. and Irving, G. and Isard, M. and Jia, Y. and Jozefowicz, R. and Kaiser, L. and Kudlur, M. and Levenberg, J. and Mané, D. and Monga, R. and Moore, S. and Murray, D. and Olah, C. and Schuster, M. and Shlens, J. and Steiner, B. and Sutskever, I. and Talwar, K. and Tucker, P. and Vanhoucke, V. and Vasudevan, V. and Viégas, F. and Vinyals, O. and Warden, P. and Wattenberg, M. and Wicke, M. and Yu, Y. and Zheng, X.},
title={TensorFlow: Large-scale machine learning on heterogeneous systems},
journal={Software available from tensorflow.org.},
year={2015}
}
@article{Ackley-et-al-1985,
author={Ackley, D. H. and Hinton, G. E. and Sejnowski, T. J.},
title={A learning algorithm for Boltzmann machines},
journal={Cognitive Science},
volume={9},
pages={147-169},
year={1985}
}
@inproceedings{Alain-Bengio-2013,
author={Alain, G. and Bengio, Y.},
title={What regularized auto-encoders learn from the data generating distribution},
booktitle={In ICLR'2013, arXiv:1211.4246},
year={2013}
}
@article{Alain-et-al-2015,
author={Alain, G. and Bengio, Y. and Yao, L. and Éric Thibodeau-Laufer, Yosinski, J. and Vincent, P.},
title={GSNs: Generative stochastic networks},
journal={arXiv:1503.05571.},
year={2015}
}
@article{Anderson-1935,
author={Anderson, E.},
title={The Irises of the Gaspé Peninsula},
journal={Bulletin of the American Iris Society},
volume={59},
pages={2-5},
year={1935}
}
@article{Ba-et-al-2014,
author={Ba, J. and Mnih, V. and Kavukcuoglu, K.},
title={Multiple object recognition with visual attention},
journal={arXiv:1412.7755.},
year={2014}
}
@inproceedings{Bachman-Precup-2015,
author={Bachman, P. and Precup, D.},
title={Variational generative stochastic networks with collaborative shaping},
booktitle={In Proceedings of the 32nd International Conference on Machine Learning, ICML 2015, Lille, France, 6-11 July 2015},
pages={1964-1972},
year={2015}
}
@inproceedings{Bacon-et-al-2015,
author={Bacon, P.-L. and Bengio, E. and Pineau, J. and Precup, D.},
title={Conditional computation in neural networks using a decision-theoretic approach},
booktitle={In 2nd Multidisciplinary Conference on Reinforcement Learning and Decision Making (RLDM 2015).},
year={2015}
}
@inproceedings{Bagnell-Bradley-2009,
author={Bagnell, J. A. and Bradley, D. M.},
title={Differentiable sparse coding},
booktitle={In D. Koller, D. Schuurmans, Y. Bengio, and L. Bottou, editors, Advances in Neural Information Processing Systems 21 (NIPS'08)},
pages={113-120},
year={2009}
}
@inproceedings{Bahdanau-et-al-2015,
author={Bahdanau, D. and Cho, K. and Bengio, Y.},
title={Neural machine translation by jointly learning to align and translate},
booktitle={In ICLR'2015, arXiv:1409.0473},
year={2015}
}
@article{Bahl-et-al-1987,
author={Bahl, L. R. and Brown, P. and de Souza, P. V. and Mercer, R. L.},
title={Speech recognition with continuous-parameter hidden Markov models},
journal={Computer, Speech and Language,2},
pages={219-234},
year={1987}
}
@article{Baldi-Hornik-1989,
author={Baldi, P. and Hornik, K.},
title={Neural networks and principal component analysis: Learning from examples without local minima},
journal={Neural Networks},
volume={2},
pages={53-58},
year={1989}
}
@article{Baldi-et-al-1999,
author={Baldi, P. and Brunak, S. and Frasconi, P. and Soda, G. and Pollastri, G.},
title={Exploiting the past and the future in protein secondary structure prediction},
journal={Bioinformatics},
volume={15},
number={11},
pages={937-946},
year={1999}
}
@article{Baldi-et-al-2014,
author={Baldi, P. and Sadowski, P. and Whiteson, D.},
title={Searching for exotic particles in high-energy physics with deep learning},
journal={Nature communications, 5.},
year={2014}
}
@article{Ballard-et-al-1983,
author={Ballard, D. H. and Hinton, G. E. and Sejnowski, T. J.},
title={Parallel vision computation},
journal={Nature.},
year={1983}
}
@article{Barlow-1989,
author={Barlow, H. B.},
title={Unsupervised learning},
journal={Neural Computation},
volume={1},
pages={295-311},
year={1989}
}
@article{Barron-1993,
author={Barron, A. E.},
title={Universal approximation bounds for superpositions of a sigmoidal function},
journal={IEEE Trans. on Information Theory},
volume={39},
pages={930-945},
year={1993}
}
@article{Bartholomew-1987,
author={Bartholomew, D. J.},
title={Latent variable models and factor analysis},
journal={Oxford University Press.},
year={1987}
}
@article{Basilevsky-1994,
author={Basilevsky, A.},
title={Statistical Factor Analysis and Related Methods: Theory and Applications},
journal={Wiley.},
year={1994}
}
@article{Bastien-et-al-2012,
author={Bastien, F. and Lamblin, P. and Pascanu, R. and Bergstra, J. and Goodfellow, I. J. and Bergeron, A. and Bouchard, N. and Bengio, Y.},
title={Theano: new features and speed improvements},
journal={Deep Learning and Unsupervised Feature Learning NIPS 2012 Workshop.},
year={2012}
}
@inproceedings{Basu-Christensen-2013,
author={Basu, S. and Christensen, J.},
title={Teaching classification boundaries to humans},
booktitle={In AAAI'2013.},
year={2013}
}
@inproceedings{Baxter-1995,
author={Baxter, J.},
title={Learning internal representations},
booktitle={In Proceedings of the 8th International Conference on Computational Learning Theory (COLT'95)},
pages = {311-320},
publisher = {Santa Cruz, California. ACM Press},
year={1995}
}
@article{Bayer-Osendorfer-2014,
author={Bayer, J. and Osendorfer, C.},
title={Learning stochastic recurrent networks},
journal={ArXiv e-prints.},
year={2014}
}
@article{Becker-Hinton-1992,
author={Becker, S. and Hinton, G.},
title={A self-organizing neural network that discovers surfaces in random-dot stereograms},
journal={Nature},
volume={355},
pages={161-163},
year={1992}
}
@article{Behnke-2001,
author={Behnke, S.},
title={Learning iterative image reconstruction in the neural abstraction pyramid},
journal={Int. J. Computational Intelligence and Applications},
volume={1},
number={4},
pages={427-438},
year={2001}
}
@article{Beiu-et-al-2003,
author={Beiu, V. and Quintana, J. M. and Avedillo, M. J.},
title={VLSI implementations of threshold logic-a comprehensive survey},
journal={Neural Networks, IEEE Transactions on},
volume={14},
number={5},
pages={1217-1243},
year={2003}
}
@inproceedings{Belkin-Niyogi-2002,
author={Belkin, M. and Niyogi, P.},
title={Laplacian eigenmaps and spectral techniques for embedding and clustering},
booktitle={In T. Dietterich, S. Becker, and Z. Ghahramani, editors, Advances in Neural Information Processing Systems 14 (NIPS'01), Cambridge, MA. MIT Press.},
year={2002}
}
@article{Belkin-Niyogi-2003,
author={Belkin, M. and Niyogi, P.},
title={Laplacian eigenmaps for dimensionality reduction and data representation},
journal={Neural Computation},
volume={15},
number={6},
pages={1373-1396},
year={2003}
}
@article{Bengio-et-al-2015a,
author={Bengio, E. and Bacon, P.-L. and Pineau, J. and Precup, D.},
title={Conditional computation in neural networks for faster models},
journal={arXiv:1511.06297.},
year={2015}
}
@article{Bengio-Bengio-2000a,
author={Bengio, S. and Bengio, Y.},
title={Taking on the curse of dimensionality in joint distributions using neural networks},
journal={IEEE Transactions on Neural Networks, special issue on Data Mining and Knowledge Discovery},
volume={11},
number={3},
pages={550-557},
year={2000}
}
@article{Bengio-et-al-2015b,
author={Bengio, S. and Vinyals, O. and Jaitly, N. and Shazeer, N.},
title={Scheduled sampling for sequence prediction with recurrent neural networks},
journal={Technical report, arXiv:1506.03099.},
year={2015}
}
@phdthesis{Bengio-1991,
author={Bengio, Y.},
title={Artificial Neural Networks and their Application to Sequence Recognition},
school={McGill University, (Computer Science), Montreal, Canada.},
year={1991}
}
@article{Bengio-2000,
author={Bengio, Y.},
title={Gradient-based optimization of hyperparameters},
journal={Neural Computation},
volume={12},
number={8},
pages={1889-1900},
year={2000}
}
@article{Bengio-2002,
author={Bengio, Y.},
title={New distributed probabilistic language models},
journal={Technical Report 1215, Dept. IRO, Université de Montréal.},
year={2002}
}
@article{Bengio-2009,
author={Bengio, Y.},
title={Learning deep architectures for AI},
journal={Now Publishers.},
year={2009}
}
@inproceedings{Bengio-2013,
author={Bengio, Y.},
title={Deep learning of representations: looking forward},
booktitle={In Statistical Language and Speech Processing, volume 7978 of Lecture Notes in Computer Science},
pages={1-37},
publisher={Springer, also in arXiv at http://arxiv.org/abs/1305.0445},
year={2013}
}
@article{Bengio-2015,
author={Bengio, Y.},
title={Early inference in energy-based models approximates back-propagation},
journal={Technical Report arXiv:1510.02777, Universite de Montreal.},
year={2015}
}
@inproceedings{Bengio-Bengio-2000b,
author={Bengio, Y. and Bengio, S.},
title={Modeling high-dimensional discrete data with multi-layer neural networks},
booktitle={In NIPS 12 },
pages={400-406},
publisher={MIT Press},
year={2000}
}
@article{Bengio-Delalleau-2009,
author={Bengio, Y. and Delalleau, O.},
title={Justifying and generalizing contrastive divergence},
journal={Neural Computation},
volume={21},
number={6},
pages={1601-1621},
year={2009}
}
@inproceedings{Bengio-Grandvalet-2004,
author={Bengio, Y. and Grandvalet, Y.},
title={No unbiased estimator of the variance of k-fold cross-validation},
booktitle={In S. Thrun, L. Saul, and B. Schölkopf, editors, Advances in Neural Information Processing Systems 16 (NIPS'03), Cambridge, MA. MIT Press, Cambridge.},
year={2004}
}
@inproceedings{Bengio-LeCun-2007,
author={Bengio, Y. and LeCun, Y.},
title={Scaling learning algorithms towards AI},
booktitle={In Large Scale Kernel Machines.},
year={2007}
}
@inproceedings{Bengio-Monperrus-2005,
author={Bengio, Y. and Monperrus, M.},
title={Non-local manifold tangent learning},
booktitle={In L. Saul, Y. Weiss, and L. Bottou, editors, Advances in Neural Information Processing Systems 17 (NIPS'04)},
pages={129-136},
publisher={MIT Press},
year={2005}
}
@inproceedings{Bengio-Senecal-2003,
author={Bengio, Y. and Sénécal, J.-S.},
title={Quick training of probabilistic neural nets by importance sampling},
booktitle={In Proceedings of AISTATS 2003.},
year={2003}
}
@article{Bengio-Senecal-2008,
author={Bengio, Y. and Sénécal, J.-S.},
title={Adaptive importance sampling to accelerate training of a neural probabilistic language model},
journal={IEEE Trans. Neural Networks},
volume={19},
number={4},
pages={713-722},
year={2008}
}
@inproceedings{Bengio-et-al-1991,
author={Bengio, Y. and De Mori, R. and Flammia, G. and Kompe, R.},
title={Phonetically motivated acoustic parameters for continuous speech recognition using artificial neural networks},
booktitle={In Proceedings of EuroSpeech'91.},
year={1991}
}
@inproceedings{Bengio-et-al-1992,
author={Bengio, Y. and De Mori, R. and Flammia, G. and Kompe, R.},
title={Neural network-Gaussian mixture hybrid for speech recognition or density estimation},
booktitle={In NIPS 4 },
pages={175-182},
publisher={Morgan Kaufmann},
year={1992}
}
@inproceedings{Bengio-et-al-1993,
author={Bengio, Y. and Frasconi, P. and Simard, P.},
title={The problem of learning long-term dependencies in recurrent networks},
booktitle={In IEEE International Conference on Neural NetworksSan Francisco (invited paper)},
pages = {1183-1195},
publisher = {IEEE Press},
year={1993}
}
@article{Bengio-et-al-1994,
author={Bengio, Y. and Simard, P. and Frasconi, P.},
title={Learning long-term dependencies with gradient descent is difficult},
journal={IEEE Tr. Neural Nets.},
year={1994}
}
@article{Bengio-et-al-1999,
author={Bengio, Y. and Latendresse, S. and Dugas, C.},
title={Gradient-based learning of hyper-parameters},
journal={Learning Conference, Snowbird.},
year={1999}
}
@inproceedings{Bengio-et-al-2001,
author={Bengio, Y. and Ducharme, R. and Vincent, P.},
title={A neural probabilistic language model},
booktitle={In T. K. Leen, T. G. Dietterich, and V. Tresp, editors, NIPS'2000 },
pages={932-938},
publisher={MIT Press},
year={2001}
}
@article{Bengio-et-al-2003,
author={Bengio, Y. and Ducharme, R. and Vincent, P. and Jauvin, C.},
title={A neural probabilistic language model},
journal={JMLR},
volume={3},
pages={1137-1155},
year={2003}
}
@inproceedings{Bengio-et-al-2006a,
author={Bengio, Y. and Le Roux, N. and Vincent, P. and Delalleau, O. and Marcotte, P.},
title={Convex neural networks},
booktitle={In NIPS'2005 },
pages={123-130},
year={2006}
}
@inproceedings{Bengio-et-al-2006b,
author={Bengio, Y. and Delalleau, O. and Le Roux, N.},
title={The curse of highly variable functions for local kernel machines},
booktitle={In NIPS'2005},
year={2006}
}
@inproceedings{Bengio-et-al-2006c,
author={Bengio, Y. and Larochelle, H. and Vincent, P.},
title={Non-local manifold Parzen windows},
booktitle={In NIPS'2005. MIT Press.},
year={2006}
}
@inproceedings{Bengio-et-al-2007,
author={Bengio, Y. and Lamblin, P. and Popovici, D. and Larochelle, H.},
title={Greedy layer-wise training of deep networks},
booktitle={In NIPS'2006},
year={2007}
}
@inproceedings{Bengio-et-al-2009,
author={Bengio, Y. and Louradour, J. and Collobert, R. and Weston, J.},
title={Curriculum learning},
booktitle={In ICML'09.},
year={2009}
}
@inproceedings{Bengio-et-al-2013a,
author={Bengio, Y. and Mesnil, G. and Dauphin, Y. and Rifai, S.},
title={Better mixing via deep representations},
booktitle={In ICML'2013.},
year={2013}
}
@article{Bengio-et-al-2013b,
author={Bengio, Y. and Léonard, N. and Courville, A.},
title={Estimating or propagating gradients through stochastic neurons for conditional computation},
journal={arXiv:1308.3432.},
year={2013}
}
@inproceedings{Bengio-et-al-2013c,
author={Bengio, Y. and Yao, L. and Alain, G. and Vincent, P.},
title={Generalized denoising auto-encoders as generative models},
booktitle={In NIPS'2013.},
year={2013}
}
@article{Bengio-et-al-2013d,
author={Bengio, Y. and Courville, A. and Vincent, P.},
title={Representation learning: A review and new perspectives},
journal={IEEE Trans. Pattern Analysis and Machine Intelligence (PAMI)},
volume={35},
number={8},
pages={1798-1828},
year={2013}
}
@inproceedings{Bengio-et-al-2014,
author={Bengio, Y. and Thibodeau-Laufer, E. and Alain, G. and Yosinski, J.},
title={Deep generative stochastic networks trainable by backprop},
booktitle={In ICML'2014},
year={2014}
}
@article{Bennett-1976,
author={Bennett, C.},
title={Efficient estimation of free energy differences from Monte Carlo data},
journal={Journal of Computational Physics},
volume={22},
number={2},
pages={245-268},
year={1976}
}
@misc{Bennett-Lanning-2007,
author={Bennett, J. and Lanning, S.},
title={The Netflix prize},
year={2007}
}
@article{Berger-et-al-1996,
author={Berger, A. L. and Della Pietra, V. J. and Della Pietra, S. A.},
title={A maximum entropy approach to natural language processing},
journal={Computational Linguistics},
volume={22},
pages={39-71},
year={1996}
}
@article{Berglund-Raiko-2013,
author={Berglund, M. and Raiko, T.},
title={Stochastic gradient estimate variance in contrastive divergence and persistent contrastive divergence},
journal={CoRR, abs/1312.6002.},
year={2013}
}
@phdthesis{Bergstra-2011,
author={Bergstra, J.},
title={Incorporating Complex Cells into Neural Networks for Pattern Classification},
school={Université de Montréal.},
year={2011}
}
@inproceedings{Bergstra-Bengio-2009,
author={Bergstra, J. and Bengio, Y.},
title={Slow, decorrelated features for pretraining complex cell-like networks},
booktitle={In NIPS'2009.},
year={2009}
}
@article{Bergstra-Bengio-2012,
author={Bergstra, J. and Bengio, Y.},
title={Random search for hyper-parameter optimization},
journal={J. Machine Learning Res.},
volume={13},
pages={281-305},
year={2012}
}
@inproceedings{Bergstra-et-al-2010,
author={Bergstra, J. and Breuleux, O. and Bastien, F. and Lamblin, P. and Pascanu, R. and Desjardins, G. and Turian, J. and Warde-Farley, D. and Bengio, Y.},
title={Theano: a CPU and GPU math expression compiler},
booktitle={In Proc. SciPy.},
year={2010}
}
@inproceedings{Bergstra-et-al-2011,
author={Bergstra, J. and Bardenet, R. and Bengio, Y. and Kégl, B.},
title={Algorithms for hyper-parameter optimization},
booktitle={In NIPS'2011.},
year={2011}
}
@article{Berkes-Wiskott-2005,
author={Berkes, P. and Wiskott, L.},
title={Slow feature analysis yields a rich repertoire of complex cell properties},
journal={Journal of Vision},
volume={5},
number={6},
pages={579-602},
year={2005}
}
@article{Bertsekas-Tsitsiklis-1996,
author={Bertsekas, D. P. and Tsitsiklis, J.},
title={Neuro-Dynamic Programming},
journal={Athena Scientific.},
year={1996}
}
@article{Besag-1975,
author={Besag, J.},
title={Statistical analysis of non-lattice data},
journal={The Statistician},
volume={24},
number={3},
pages={179-195},
year={1975}
}
@misc{Bishop-1994,
author={Bishop, C. M.},
title={Mixture density networks},
year={1994}
}
@inproceedings{Bishop-1995a,
author={Bishop, C. M.},
title={Regularization and complexity control in feed-forward networks},
booktitle={In Proceedings International Conference on Artificial Neural Networks ICANN'95},
volume = {1},
pages={141-148},
year={1995}
}
@article{Bishop-1995b,
author={Bishop, C. M.},
title={Training with noise is equivalent to Tikhonov regularization},
journal={Neural Computation},
volume={7},
number={1},
pages={108-116},
year={1995}
}
@article{Bishop-2006,
author={Bishop, C. M.},
title={Pattern Recognition and Machine Learning},
journal={Springer.},
year={2006}
}
@inproceedings{Blum-Rivest-1992,
title={Training a 3-node neural network is NP-complete},
booktitle = {Proceedings of the 1st {International} {Conference} on {Neural} {Information} {Processing} {Systems}},
publisher = {MIT Press},
author = {Blum, Avrim and Rivest, Ronald L.},
year = {1988},
pages = {494-501}
}
@article{Blumer-et-al-1989,
author={Blumer, A. and Ehrenfeucht, A. and Haussler, D. and Warmuth, M. K.},
title={Learnability and the Vapnik-Chervonenkis dimension},
journal={Journal of the ACM },
volume={36},
number={4},
pages={929-865},
year={1989}
}
@article{Bonnet-1964,
author={Bonnet, G.},
title={Transformations des signaux aléatoires à travers les systèmes non linéaires sans mémoire},
journal={Annales des Télécommunications},
volume = {19},
number = {9-10},
pages={203-220},
year={1964}
}
@inproceedings{Bordes-et-al-2011,
author={Bordes, A. and Weston, J. and Collobert, R. and Bengio, Y.},
title={Learning structured embeddings of knowledge bases},
booktitle={In AAAI 2011.},
year={2011}
}
@article{Bordes-et-al-2012,
author={Bordes, A. and Glorot, X. and Weston, J. and Bengio, Y.},
title={Joint learning of words and meaning representations for open-text semantic parsing},
journal={AISTATS'2012},
year={2012}
}
@article{Bordes-et-al-2013a,
author={Bordes, A. and Glorot, X. and Weston, J. and Bengio, Y.},
title={A semantic matching energy function for learning with multi-relational data},
journal={Machine Learning: Special Issue on Learning Semantics.},
year={2013}
}
@inproceedings{Bordes-et-al-2013b,
author={Bordes, A. and Usunier, N. and Garcia-Duran, A. and Weston, J. and Yakhnenko, O.},
title={Translating embeddings for modeling multi-relational data},
booktitle={In C. Burges, L. Bottou, M. Welling, Z. Ghahramani, and K. Weinberger, editors, Advances in Neural Information Processing Systems 26 },
pages={2787-2795},
publisher={Curran Associates, Inc},
year={2013}
}
@inproceedings{Bornschein-Bengio-2015,
author={Bornschein, J. and Bengio, Y.},
title={Reweighted wake-sleep},
booktitle={In ICLR'2015, arXiv:1406.2751.},
year={2015}
}
@article{Bornschein-et-al-2015,
author={Bornschein, J. and Shabanian, S. and Fischer, A. and Bengio, Y.},
title={Training bidirectional Helmholtz machines},
journal={Technical report, arXiv:1506.03877.},
year={2015}
}
@inproceedings{Boser-et-al-1992,
author={Boser, B. E. and Guyon, I. M. and Vapnik, V. N.},
title={A training algorithm for optimal margin classifiers},
booktitle={In COLT '92: Proceedings of the fifth annual workshop on Computational learning theory, New York, NY, USA.},
pages = {144-152},
publisher = {ACM},
year={1992}
}
@inproceedings{Bottou-1998,
author={Bottou, L.},
title={Online algorithms and stochastic approximations},
booktitle={In D. Saad, editor, Online Learning in Neural Networks. Cambridge University Press, Cambridge, UK.},
year={1998}
}
@article{Bottou-2011,
author={Bottou, L.},
title={From machine learning to machine reasoning},
journal={Technical report, arXiv.1102.1808.},
year={2011}
}
@article{Bottou-2015,
author={Bottou, L.},
title={Multilayer neural networks},
journal={Deep Learning Summer School.},
year={2015}
}
@inproceedings{Bottou-Bousquet-2008,
author={Bottou, L. and Bousquet, O.},
title={The tradeoffs of large scale learning},
booktitle={In NIPS'2008 . 282},
year={2008}
}
@inproceedings{Boulanger-Lewandowski-et-al-2012,
author={Boulanger-Lewandowski, N. and Bengio, Y. and Vincent, P.},
title={Modeling temporal dependencies in high-dimensional sequences: Application to polyphonic music generation and transcription},
booktitle={In ICML'12},
year={2012}
}
@inproceedings{Boureau-et-al-2010,
author={Boureau, Y. and Ponce, J. and LeCun, Y.},
title={A theoretical analysis of feature pooling in vision algorithms},
booktitle={In Proc. International Conference on Machine learning (ICML'10).},
year={2010}
}
@inproceedings{Boureau-et-al-2011,
author={Boureau, Y. and Le Roux, N. and Bach, F. and Ponce, J. and LeCun, Y.},
title={Ask the locals: multi-way local pooling for image recognition},
booktitle={In Proc. International Conference on Computer Vision (ICCV'11). IEEE.},
year={2011}
}
@article{Bourlard-Kamp-1988,
author={Bourlard, H. and Kamp, Y.},
title={Auto-association by multilayer perceptrons and singular value decomposition},
journal={Biological Cybernetics},
volume={59},
pages={291-294},
year={1988}
}
@article{Bourlard-Wellekens-1989,
author={Bourlard, H. and Wellekens, C.},
title={Speech pattern discrimination and multi-layered perceptrons},
journal={Computer Speech and Language},
volume={3},
pages={1-19},
year={1989}
}
@article{Boyd-Vandenberghe-2004,
author={Boyd, S. and Vandenberghe, L.},
title={Convex Optimization},
journal={Cambridge University Press, New York, NY, USA.},
year={2004}
}
@article{Brady-et-al-1989,
author={Brady, M. L. and Raghavan, R. and Slawny, J.},
title={Back-propagation fails to separate where perceptrons succeed},
journal={IEEE Transactions on Circuits and Systems,36},
pages={665-674},
year={1989}
}
@article{Brakel-et-al-2013,
author={Brakel, P. and Stroobandt, D. and Schrauwen, B.},
title={Training energy-based models for time-series imputation},
journal={Journal of Machine Learning Research,14},
pages={2771-2797},
year={2013}
}
@inproceedings{Brand-2003,
author={Brand, M.},
title={Charting a manifold},
booktitle={In NIPS'2002 },
pages={961-968},
publisher={MIT Press},
year={2003}
}
@article{Breiman-1994,
author={Breiman, L.},
title={Bagging predictors},
journal={Machine Learning},
volume={24},
number={2},
pages={123-140},
year={1994}
}
@article{Breiman-et-al-1984,
author={Breiman, L. and Friedman, J. H. and Olshen, R. A. and Stone, C. J.},
title={Classification and Regression Trees},
journal={Wadsworth International Group, Belmont, CA.},
year={1984}
}
@article{Bridle-1990,
author={Bridle, J. S.},
title={Alphanets: a recurrent ‘neural' network architecture with a hidden Markov model interpretation},
journal={Speech Communication},
volume={9},
number={1},
pages={83-92},
year={1990}
}
@inproceedings{Briggman-et-al-2009,
author={Briggman, K. and Denk, W. and Seung, S. and Helmstaedter, M. N. and Turaga, S. C.},
title={Maximin affinity learning of image segmentation},
booktitle={In NIPS'2009 },
pages={1865-1873},
year={2009}
}
@article{Brown-et-al-1990,
author={Brown, P. F. and Cocke, J. and Pietra, S. A. D. and Pietra, V. J. D. and Jelinek, F. and Lafferty, J. D. and Mercer, R. L. and Roossin, P. S.},
title={A statistical approach to machine translation},
journal={Computational linguistics},
volume={16},
number={2},
pages={79-85},
year={1990}
}
@article{Brown-et-al-1992,
author={Brown, P. F. and Pietra, V. J. D. and DeSouza, P. V. and Lai, J. C. and Mercer, R. L.},
title={Class-based n-gram models of natural language},
journal={Computational Linguistics,18},
pages={467-479},
year={1992}
}
@article{Bryson-Ho-1969,
author={Bryson, A. and Ho, Y.},
title={Applied optimal control: optimization, estimation, and control},
journal={Blaisdell Pub. Co.},
year={1969}
}
@article{Bryson-Denham-1961,
author={Bryson, A. E. and Denham, W. F.},
title={A steepest-ascent method for solving optimum programming problems},
journal={Technical Report BR-1303, Raytheon Company, Missle and Space Division.},
year={1961}
}
@inproceedings{Bucilua-et-al-2006,
author={Buciluˇa, C. and Caruana, R. and Niculescu-Mizil, A.},
title={Model compression},
booktitle={In Proceedings of the 12th ACM SIGKDD international conference on Knowledge discovery and data mining},
pages={535-541},
publisher={ACM},
year={2006}
}
@article{Burda-et-al-2015,
author={Burda, Y. and Grosse, R. and Salakhutdinov, R.},
title={Importance weighted autoencoders},
journal={arXiv preprint arXiv:1509.00519.},
year={2015}
}
@inproceedings{Cai-et-al-2013,
author={Cai, M. and Shi, Y. and Liu, J.},
title={Deep maxout neural networks for speech recognition},
booktitle={In Automatic Speech Recognition and Understanding (ASRU), 2013 IEEE Workshop on},
pages={291-296},
publisher={IEEE},
year={2013}
}
@inproceedings{Carreira-Perpinan-Hinton-2005,
author={Carreira-Perpiñan, M. A. and Hinton, G. E.},
title={On contrastive divergence learning},
booktitle={In R. G. Cowell and Z. Ghahramani, editors, Proceedings of the Tenth International Workshop on Artificial Intelligence and Statistics (AISTATS'05)},
pages={33-40},
publisher={Society for Artificial Intelligence and Statistics},
year={2005}
}
@inproceedings{Caruana-1993,
author={Caruana, R.},
title={Multitask connectionist learning},
booktitle={In Proc. 1993 Connectionist Models Summer School},
pages={372-379},
year={1993}
}
@inproceedings{Cauchy-1847,
author={Cauchy, A.},
title={Méthode générale pour la résolution de systèmes d'équations simultanées},
booktitle={In Compte rendu des séances de l'académie des sciences},
pages={536-538},
year={1847}
}
@article{Cayton-2005,
author={Cayton, L.},
title={Algorithms for manifold learning},
journal={Technical Report CS2008-0923, UCSD.},
year={2005}
}
@article{Chandola-et-al-2009,
author={Chandola, V. and Banerjee, A. and Kumar, V.},
title={Anomaly detection: A survey},
journal={ACM computing surveys (CSUR)},
volume = {41},
number = {3},
pages = {15},
year={2009}
}
@inproceedings{Chapelle-et-al-2003,
author={Chapelle, O. and Weston, J. and Schölkopf, B.},
title={Cluster kernels for semi-supervised learning},
booktitle={In S. Becker, S. Thrun, and K. Obermayer, editors, Advances in Neural Information Processing Systems 15 (NIPS'02), Cambridge, MA.},
pages = {585-592},
publisher = {MIT Press},
year={2003}
}
@article{Chapelle-et-al-2006,
author={Chapelle, O. and Schölkopf, B. and Zien, A. and editors},
title={Semi-Supervised Learning},
journal={MIT Press, Cambridge, MA.},
year={2006}
}
@inproceedings{Chellapilla-et-al-2006,
author={Chellapilla, K. and Puri, S. and Simard, P.},
title={High Performance Convolutional Neural Networks for Document Processing},
booktitle={In Guy Lorette, editor, Tenth International Workshop on Frontiers in Handwriting Recognition, La Baule (France). Université de Rennes 1, Suvisoft. http://www.suvisoft.com.},
year={2006}
}
@article{Chen-et-al-2010,
author={Chen, B. and Ting, J.-A. and Marlin, B. M. and de Freitas, N.},
title={Deep learning of invariant spatio-temporal features from video},
journal={NIPS*2010 Deep Learning and Unsupervised Feature Learning Workshop.},
year={2010}
}
@article{Chen-Goodman-1999,
author={Chen, S. F. and Goodman, J. T.},
title={An empirical study of smoothing techniques for language modeling},
journal={Computer, Speech and Language},
volume={13},
number={4},
pages={359-393},
year={1999}
}
@inproceedings{Chen-et-al-2014a,
author={Chen, T. and Du, Z. and Sun, N. and Wang, J. and Wu, C. and Chen, Y. and Temam, O.},
title={DianNao: A small-footprint high-throughput accelerator for ubiquitous machine-learning},
booktitle={In Proceedings of the 19th international conference on Architectural support for programming languages and operating systems},
pages={269-284},
publisher={ACM},
year={2014}
}
@article{Chen-et-al-2015,
author={Chen, T. and Li, M. and Li, Y. and Lin, M. and Wang, N. and Wang, M. and Xiao, T. and Xu, B. and Zhang, C. and Zhang, Z.},
title={MXNet: A flexible and efficient machine learning library for heterogeneous distributed systems},
journal={arXiv preprint arXiv:1512.01274},
year={2015}
}
@inproceedings{Chen-et-al-2014b,
author={Chen, Y. and Luo, T. and Liu, S. and Zhang, S. and He, L. and Wang, J. and Li, L. and Chen, T. and Xu, Z. and Sun, N. and et al.},
title={DaDianNao: A machine-learning supercomputer},
booktitle={In Microarchitecture (MICRO), 2014 47th Annual IEEE/ACM International Symposium on},
pages={609-622},
publisher={ IEEE},
year={2014}
}
@inproceedings{Chilimbi-et-al-2014,
author={Chilimbi, T. and Suzue, Y. and Apacible, J. and Kalyanaraman, K.},
title={Project Adam: Building an efficient and scalable deep learning training system},
booktitle={In 11th USENIX Symposium on Operating Systems Design and Implementation (OSDI'14).},
year={2014}
}
@inproceedings{Cho-et-al-2010,
author={Cho, K. and Raiko, T. and Ilin, A.},
title={Parallel tempering is efficient for learning restricted Boltzmann machines},
booktitle={In IJCNN'2010},
year={2010}
}
@inproceedings{Cho-et-al-2011,
author={Cho, K. and Raiko, T. and Ilin, A.},
title={Enhanced gradient and adaptive learning rate for training restricted Boltzmann machines},
booktitle={In ICML'2011 },
pages={105-112},
year={2011}
}
@inproceedings{Cho-et-al-2014a,
author={Cho, K. and van Merriënboer, B. and Gulcehre, C. and Bougares, F. and Schwenk, H. and Bengio, Y.},
title={Learning phrase representations using RNN encoder-decoder for statistical machine translation},
booktitle={In Proceedings of the Empiricial Methods in Natural Language Processing (EMNLP 2014).},
year={2014}
}
@article{Cho-et-al-2014b,
author={Cho, K. and Van Merriënboer, B. and Bahdanau, D. and Bengio, Y.},
title={On the properties of neural machine translation: Encoder-decoder approaches},
journal={ArXiv e-prints, abs/1409.1259.},
year={2014}
}
@article{Choromanska-et-al-2014,
author={Choromanska, A. and Henaff, M. and Mathieu, M. and Arous, G. B. and LeCun, Y.},
title={The loss surface of multilayer networks},
journal={285},
year={2014}
}
@article{Chorowski-et-al-2014,
author={Chorowski, J. and Bahdanau, D. and Cho, K. and Bengio, Y.},
title={End-to-end continuous speech recognition using attention-based recurrent NN: First results},
journal={arXiv:1412.1602.},
year={2014}
}
@article{Christianson-1992,
author={Christianson, B.},
title={Automatic Hessians by reverse accumulation},
journal={IMA Journal of Numerical Analysis},
volume={12},
number={2},
pages={135-150},
year={1992}
}
@article{Chrupala-et-al-2015,
author={Chrupala, G. and Kadar, A. and Alishahi, A.},
title={Learning language through pictures},
journal={arXiv 1506.03694.},
year={2015}
}
@article{Chung-et-al-2014,
author={Chung, J. and Gulcehre, C. and Cho, K. and Bengio, Y.},
title={Empirical evaluation of gated recurrent neural networks on sequence modeling},
journal={NIPS'2014 Deep Learning workshop, arXiv 1412.3555.},
year={2014}
}
@inproceedings{Chung-et-al-2015a,
author={Chung, J. and Gülçehre, Ç. and Cho, K. and Bengio, Y.},
title={Gated feedback recurrent neural networks},
booktitle={In ICML'15.},
year={2015}
}
@inproceedings{Chung-et-al-2015b,
author={Chung, J. and Kastner, K. and Dinh, L. and Goel, K. and Courville, A. and Bengio, Y.},
title={A recurrent latent variable model for sequential data},
booktitle={In NIPS'2015.},
year={2015}
}
@article{Ciresan-et-al-2012,
author={Ciresan, D. and Meier, U. and Masci, J. and Schmidhuber, J.},
title={Multi-column deep neural network for traffic sign classification},
journal={Neural Networks},
volume={32},
pages={333-338},
year={2012}
}
@article{Ciresan-et-al-2010,
author={Ciresan, D. C. and Meier, U. and Gambardella, L. M. and Schmidhuber, J.},
title={Deep big simple neural nets for handwritten digit recognition},
journal={Neural Computation,22},
pages={1-14},
year={2010}
}
@inproceedings{Coates-Ng-2011,
author={Coates, A. and Ng, A. Y.},
title={The importance of encoding versus training with sparse coding and vector quantization},
booktitle={In ICML'2011.},
year={2011}
}
@inproceedings{Coates-et-al-2011,
author={Coates, A. and Lee, H. and Ng, A. Y.},
title={An analysis of single-layer networks in unsupervised feature learning},
booktitle={In Proceedings of the Thirteenth International Conference on Artificial Intelligence and Statistics (AISTATS 2011).},
year={2011}
}
@inproceedings{Coates-et-al-2013,
author={Coates, A. and Huval, B. and Wang, T. and Wu, D. and Catanzaro, B. and Andrew, N.},
title={Deep learning with COTS HPC systems},
booktitle={In S. Dasgupta and D. McAllester, editors, Proceedings of the 30th International Conference on Machine Learning (ICML-13), JMLR Workshop and Conference Proceedings},
volume = {28},
pages={1337-1345},
year={2013}
}
@article{Cohen-et-al-2015,
author={Cohen, N. and Sharir, O. and Shashua, A.},
title={On the expressive power of deep learning: A tensor analysis},
journal={arXiv:1509.05009.},
year={2015}
}
@phdthesis{Collobert-2004,
author={Collobert, R.},
title={Large Scale Machine Learning},
school={Université de Paris VI, LIP6.},
year={2004}
}
@inproceedings{Collobert-2011,
author={Collobert, R.},
title={Deep learning for efficient discriminative parsing},
booktitle={In AISTATS'2011},
year={2011}
}
@inproceedings{Collobert-Weston-2008a,