diff options
author | Alex Auvolat <alex@adnab.me> | 2015-07-10 19:20:57 -0400 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2015-07-10 19:20:57 -0400 |
commit | c5187418bc93c34e3fdce4fdc1a3b5316812b69a (patch) | |
tree | 0e9330fe748998b1be54ccec3ea1fcea877ef860 /doc/biblio.bib | |
parent | 793be7b049cecba43072858341dc7006fef352e7 (diff) | |
download | taxi-c5187418bc93c34e3fdce4fdc1a3b5316812b69a.tar.gz taxi-c5187418bc93c34e3fdce4fdc1a3b5316812b69a.zip |
Add documentation
Diffstat (limited to 'doc/biblio.bib')
-rw-r--r-- | doc/biblio.bib | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/doc/biblio.bib b/doc/biblio.bib new file mode 100644 index 0000000..d6b7a8c --- /dev/null +++ b/doc/biblio.bib @@ -0,0 +1,36 @@ + +@article{bengio2003neural, + title={A neural probabilistic language model}, + author={Bengio, Yoshua and Ducharme, R{\'e}jean and Vincent, Pascal and Janvin, Christian}, + journal={The Journal of Machine Learning Research}, + volume={3}, + pages={1137--1155}, + year={2003}, + publisher={JMLR. org} +} + +@inproceedings{bergstra2010theano, + title={Theano: a CPU and GPU math expression compiler}, + author={Bergstra, James and Breuleux, Olivier and Bastien, Fr{\'e}d{\'e}ric and Lamblin, Pascal and Pascanu, Razvan and Desjardins, Guillaume and Turian, Joseph and Warde-Farley, David and Bengio, Yoshua}, + booktitle={Proceedings of the Python for scientific computing conference (SciPy)}, + volume={4}, + pages={3}, + year={2010}, + organization={Austin, TX} +} + +@article{bastien2012theano, + title={Theano: new features and speed improvements}, + author={Bastien, Fr{\'e}d{\'e}ric and Lamblin, Pascal and Pascanu, Razvan and Bergstra, James and Goodfellow, Ian and Bergeron, Arnaud and Bouchard, Nicolas and Warde-Farley, David and Bengio, Yoshua}, + journal={arXiv preprint arXiv:1211.5590}, + year={2012} +} + +@inproceedings{glorot2011deep, + title={Deep sparse rectifier neural networks}, + author={Glorot, Xavier and Bordes, Antoine and Bengio, Yoshua}, + booktitle={International Conference on Artificial Intelligence and Statistics}, + pages={315--323}, + year={2011} +} + |