Browse Source

HASY: add literature

Martin Thoma 8 years ago
parent
commit
872f9f0046
1 changed files with 32 additions and 0 deletions
  1. 32 0
      publications/hasy/literatur.bib

+ 32 - 0
publications/hasy/literatur.bib

@@ -52,6 +52,28 @@
   Url                      = {http://tensorflow.org/}
   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,
 @Misc{Kirsch2014,
   Title                    = {Detexify data},
   Title                    = {Detexify data},
 
 
@@ -131,6 +153,16 @@ write-math},
   Url                      = {http://martin-thoma.com/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,
 @Misc{TF-MNIST-2016,
   Title                    = {Deep MNIST for Experts},
   Title                    = {Deep MNIST for Experts},
   Month                    = dec,
   Month                    = dec,