📚 The CoCalc Library - books, templates and other resources
License: OTHER
% This file was created with JabRef 2.10.1% Encoding: UTF-8234@Misc{tensorflow2015-whitepaper,5Title = { {TensorFlow}: Large-Scale Machine Learning on Heterogeneous Systems},67Author = {8Mart\'{\i}n~Abadi and9Ashish~Agarwal and10Paul~Barham and11Eugene~Brevdo and12Zhifeng~Chen and13Craig~Citro and14Greg~S.~Corrado and15Andy~Davis and16Jeffrey~Dean and17Matthieu~Devin and18Sanjay~Ghemawat and19Ian~Goodfellow and20Andrew~Harp and21Geoffrey~Irving and22Michael~Isard and23Yangqing Jia and24Rafal~Jozefowicz and25Lukasz~Kaiser and26Manjunath~Kudlur and27Josh~Levenberg and28Dan~Man\'{e} and29Rajat~Monga and30Sherry~Moore and31Derek~Murray and32Chris~Olah and33Mike~Schuster and34Jonathon~Shlens and35Benoit~Steiner and36Ilya~Sutskever and37Kunal~Talwar and38Paul~Tucker and39Vincent~Vanhoucke and40Vijay~Vasudevan and41Fernanda~Vi\'{e}gas and42Oriol~Vinyals and43Pete~Warden and44Martin~Wattenberg and45Martin~Wicke and46Yuan~Yu and47Xiaoqiang~Zheng},48Note = {Software available from tensorflow.org},49Year = {2015},5051Url = {http://tensorflow.org/}52}5354@Article{deep-residual-networks-2015,55Title = {Deep residual learning for image recognition},56Author = {He, Kaiming and Zhang, Xiangyu and Ren, Shaoqing and Sun, Jian},57Journal = {arXiv preprint arXiv:1512.03385},58Year = {2015},5960Month = dec,6162Url = {https://arxiv.org/pdf/1512.03385v1.pdf}63}6465@Article{huang2016densely,66Title = {Densely connected convolutional networks},67Author = {Huang, Gao and Liu, Zhuang and Weinberger, Kilian Q},68Journal = {arXiv preprint arXiv:1608.06993},69Year = {2016},7071Month = aug,7273Url = {https://arxiv.org/abs/1608.06993v1}74}7576@Article{kingma2014adam,77Title = {Adam: A method for stochastic optimization},78Author = {Kingma, Diederik and Ba, Jimmy},79Journal = {arXiv preprint arXiv:1412.6980},80Year = {2014},8182Month = dec,8384Url = {https://arxiv.org/abs/1412.6980}85}8687@Misc{Kirsch2014,88Title = {Detexify data},8990Author = {Daniel Kirsch},91Month = jul,92Year = {2014},9394Url = {https://github.com/kirel/detexify-data}95}9697@MastersThesis{Kirsch,98Title = {Detexify: Erkennung handgemalter {L}a{T}e{X}-Symbole},99Author = {Daniel Kirsch},100School = {Westfälische Wilhelms-Universität Münster},101Year = {2010},102Month = {10},103Type = {Diploma thesis},104105Url = {http://danielkirs.ch/thesis.pdf}106}107108@Article{LeNet-5,109Title = {Gradient-based learning applied to document recognition},110Author = {LeCun, Yann and Bottou, L{\'e}on and Bengio, Yoshua and Haffner, Patrick},111Journal = {Proceedings of the IEEE},112Year = {1998},113114Month = nov,115Number = {11},116Pages = {2278-2324},117Volume = {86},118119Doi = {10.1109/5.726791},120ISSN = {0018-9219},121Keywords = {backpropagation;convolution;multilayer perceptrons;optical character recognition;2D shape variability;GTN;back-propagation;cheque reading;complex decision surface synthesis;convolutional neural network character recognizers;document recognition;document recognition systems;field extraction;gradient based learning technique;gradient-based learning;graph transformer networks;handwritten character recognition;handwritten digit recognition task;high-dimensional patterns;language modeling;multilayer neural networks;multimodule systems;performance measure minimization;segmentation recognition;Character recognition;Feature extraction;Hidden Markov models;Machine learning;Multi-layer neural network;Neural networks;Optical character recognition software;Optical computing;Pattern recognition;Principal component analysis},122Url = {http://yann.lecun.com/exdb/publis/pdf/lecun-01a.pdf}123}124125@Article{scikit-learn,126Title = {Scikit-learn: Machine Learning in {P}ython},127Author = {Pedregosa, F. and Varoquaux, G. and Gramfort, A. and Michel, V.128and Thirion, B. and Grisel, O. and Blondel, M. and Prettenhofer, P.129and Weiss, R. and Dubourg, V. and Vanderplas, J. and Passos, A. and130Cournapeau, D. and Brucher, M. and Perrot, M. and Duchesnay, E.},131Journal = {Journal of Machine Learning Research},132Year = {2011},133Pages = {2825--2830},134Volume = {12}135}136137@InProceedings{risi2010evolving,138Title = {Evolving the placement and density of neurons in the hyperneat substrate},139Author = {Risi, Sebastian and Lehman, Joel and Stanley, Kenneth O},140Booktitle = {Proceedings of the 12th annual conference on Genetic and evolutionary computation},141Year = {2010},142Organization = {ACM},143Pages = {563--570}144}145146@Article{salzberg1997comparing,147Title = {On comparing classifiers: Pitfalls to avoid and a recommended approach},148Author = {Salzberg, Steven L},149Journal = {Data mining and knowledge discovery},150Year = {1997},151Number = {3},152Pages = {317--328},153Volume = {1},154155Publisher = {Springer}156}157158@MastersThesis{Thoma:2014,159Title = {On-line {Recognition} of {Handwritten} {Mathematical} {Symbols}},160Author = {Martin Thoma},161School = {Karlsruhe Institute of Technology},162Year = {2014},163164Address = {Karlsruhe, Germany},165Month = nov,166Type = {Bachelor’s Thesis},167168Keywords = {handwriting recognition; on-line; machine learning;169artificial neural networks; mathematics; classification;170supervised learning; MLP; multilayer perceptrons; hwrt;171write-math},172Url = {http://martin-thoma.com/write-math}173}174175@InProceedings{wan2013regularization,176Title = {Regularization of neural networks using dropconnect},177Author = {Wan, Li and Zeiler, Matthew and Zhang, Sixin and Cun, Yann L and Fergus, Rob},178Booktitle = {Proceedings of the 30th International Conference on Machine Learning (ICML-13)},179Year = {2013},180Pages = {1058--1066},181182Url = {http://www.matthewzeiler.com/pubs/icml2013/icml2013.pdf}183}184185@Misc{tf-mnist,186Title = {Deep MNIST for Experts},187Month = dec,188Year = {2016},189190Url = {https://www.tensorflow.org/tutorials/mnist/pros/}191}192193@Misc{TF-MNIST-2016,194Title = {Deep MNIST for Experts},195Month = dec,196Year = {2016},197198Url = {https://www.tensorflow.org/tutorials/mnist/pros/}199}200201202203