2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-19 11:38:05 +02:00

HASY: add literature

This commit is contained in:
Martin Thoma 2017-01-28 13:13:18 +01:00
parent 94e9b70e23
commit 872f9f0046

View file

@ -52,6 +52,28 @@
Url = {http://tensorflow.org/}
}
@Article{deep-residual-networks-2015,
Title = {Deep residual learning for image recognition},
Author = {He, Kaiming and Zhang, Xiangyu and Ren, Shaoqing and Sun, Jian},
Journal = {arXiv preprint arXiv:1512.03385},
Year = {2015},
Month = dec,
Url = {https://arxiv.org/pdf/1512.03385v1.pdf}
}
@Article{huang2016densely,
Title = {Densely connected convolutional networks},
Author = {Huang, Gao and Liu, Zhuang and Weinberger, Kilian Q},
Journal = {arXiv preprint arXiv:1608.06993},
Year = {2016},
Month = aug,
Url = {https://arxiv.org/abs/1608.06993v1}
}
@Misc{Kirsch2014,
Title = {Detexify data},
@ -131,6 +153,16 @@ write-math},
Url = {http://martin-thoma.com/write-math}
}
@InProceedings{wan2013regularization,
Title = {Regularization of neural networks using dropconnect},
Author = {Wan, Li and Zeiler, Matthew and Zhang, Sixin and Cun, Yann L and Fergus, Rob},
Booktitle = {Proceedings of the 30th International Conference on Machine Learning (ICML-13)},
Year = {2013},
Pages = {1058--1066},
Url = {http://www.matthewzeiler.com/pubs/icml2013/icml2013.pdf}
}
@Misc{TF-MNIST-2016,
Title = {Deep MNIST for Experts},
Month = dec,