Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
2cfc5fd0
提交
2cfc5fd0
authored
5月 10, 2016
作者:
Pascal Lamblin
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Update news and add new article
上级
fce2f63b
显示空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
189 行增加
和
38 行删除
+189
-38
NEWS.txt
NEWS.txt
+21
-0
citation.txt
doc/citation.txt
+19
-19
index.txt
doc/index.txt
+14
-19
theano-full.bib
doc/theano-full.bib
+124
-0
theano-short.bib
doc/theano-short.bib
+11
-0
没有找到文件。
NEWS.txt
浏览文件 @
2cfc5fd0
...
@@ -2,6 +2,27 @@
...
@@ -2,6 +2,27 @@
Release Notes
Release Notes
=============
=============
Theano 0.8.2 (21th of April, 2016)
==================================
This is a point release with only the support for cudnn v5 convolution
and minor fixes.
Highlights:
- cuDNN v5 convolution support (cuDNN v3 isn't supported anymore)
- A few crash fixes
Theano 0.8.1 (29th of March, 2016)
==================================
This is a point release without any new feature.
It fixes compilation issues on MacOS X with the command line tools for
XCode 7.3, which was released shortly after Theano 0.8.0.
Theano 0.8 (21th of March, 2016)
Theano 0.8 (21th of March, 2016)
================================
================================
...
...
doc/citation.txt
浏览文件 @
2cfc5fd0
...
@@ -7,13 +7,30 @@ Theano Citation Policy
...
@@ -7,13 +7,30 @@ Theano Citation Policy
======================
======================
If you use Theano for academic research, you are highly encouraged (though not
If you use Theano for academic research, you are highly encouraged (though not
required) to cite the following two papers:
required) to cite the following paper:
* Theano Development Team. `"Theano: A Python framework for fast computation of mathematical expressions"
<http://arxiv.org/pdf/1605.02688.pdf>`_.
(:download:`short BibTeX <theano-short.bib>`, :download:`full BibTeX <theano-full.bib>`)
Theano is primarily developed by academics, and so citations matter a lot to
us. As an added benefit, you increase Theano's exposure and potential user
(and developer) base, which is to the benefit of all users of Theano. Thanks
in advance!
Previously, we asked users of Theano to cite the two papers below.
However, many members of our community have contributed to Theano in the
meantime, and it is inconvenient to cite multiple papers. We intend to
introduce new papers periodically, and only ask for users to cite the
single most recent paper with the most comprehensive author list.
Earlier articles:
* F. Bastien, P. Lamblin, R. Pascanu, J. Bergstra, I. Goodfellow,
* F. Bastien, P. Lamblin, R. Pascanu, J. Bergstra, I. Goodfellow,
A. Bergeron, N. Bouchard, D. Warde-Farley and Y. Bengio.
A. Bergeron, N. Bouchard, D. Warde-Farley and Y. Bengio.
`"Theano: new features and speed improvements"
`"Theano: new features and speed improvements"
<http://arxiv.org/pdf/1211.5590.pdf>`_.
<http://arxiv.org/pdf/1211.5590.pdf>`_.
NIPS 2012 deep learning workshop. (`BibTe
x
NIPS 2012 deep learning workshop. (`BibTe
X
<http://www.iro.umontreal.ca/~lisa/publications2/index.php/export/publication/551/bibtex>`__)
<http://www.iro.umontreal.ca/~lisa/publications2/index.php/export/publication/551/bibtex>`__)
* J. Bergstra, O. Breuleux, F. Bastien, P. Lamblin, R.
* J. Bergstra, O. Breuleux, F. Bastien, P. Lamblin, R.
...
@@ -23,20 +40,3 @@ required) to cite the following two papers:
...
@@ -23,20 +40,3 @@ required) to cite the following two papers:
*Proceedings of the Python for Scientific Computing Conference (SciPy)
*Proceedings of the Python for Scientific Computing Conference (SciPy)
2010. June 30 - July 3, Austin, TX* (`BibTeX
2010. June 30 - July 3, Austin, TX* (`BibTeX
<http://www.iro.umontreal.ca/~lisa/publications2/index.php/export/publication/461/bibtex>`__)
<http://www.iro.umontreal.ca/~lisa/publications2/index.php/export/publication/461/bibtex>`__)
Theano is primarily developed by academics, and so citations matter a lot to
us. As an added benefit, you increase Theano's exposure and potential user
(and developer) base, which is to the benefit of all users of Theano. Thanks
in advance!
Previously, we only asked users of Theano to cite the original 2010 paper. However,
this policy did not give appropriate credit to the many members of our community
who have contributed to Theano in the meantime.
In the future, we intend to introduce new papers periodically (hopefully approximately
once per year) with a comprehensive author list. As soon as one of these papers is
prepared, we will only ask for users to cite the single most recent paper with the
most comprehensive author list.
doc/index.txt
浏览文件 @
2cfc5fd0
...
@@ -21,11 +21,17 @@ learning/machine learning <http://www.mila.umontreal.ca/Home/courses>`_ classes)
...
@@ -21,11 +21,17 @@ learning/machine learning <http://www.mila.umontreal.ca/Home/courses>`_ classes)
News
News
====
====
* Theano 0.8 was released 21th March 2016. Everybody is encouraged to update.
* 2016/05/09: New technical report on Theano:
`Theano: A Python framework for fast computation of mathematical expressions <http://arxiv.org/abs/1605.02688>`_.
This is the new preferred reference.
* Multi-GPU.
* 2016/04/21: Release of Theano 0.8.2, adding support for :ref:`CuDNN v5 <libdoc_cuda_dnn>`.
* 2016/03/29: Release of Theano 0.8.1, fixing a compilation issue on MacOS X with XCode 7.3.
* We added support for :ref:`CuDNN v5 <libdoc_cuda_dnn>`.
* 2016/03/21: Release of Theano 0.8. Everybody is encouraged to update.
* Multi-GPU.
* We added support for :attr:`CNMeM <config.lib.cnmem>` to speed up
* We added support for :attr:`CNMeM <config.lib.cnmem>` to speed up
the GPU memory allocation.
the GPU memory allocation.
...
@@ -98,22 +104,11 @@ Citing Theano
...
@@ -98,22 +104,11 @@ Citing Theano
==============
==============
If you use Theano for academic research, you are highly encouraged (though not
If you use Theano for academic research, you are highly encouraged (though not
required) to cite the following two papers:
required) to cite the following, most recent paper:
* F. Bastien, P. Lamblin, R. Pascanu, J. Bergstra, I. Goodfellow,
* Theano Development Team. `"Theano: A Python framework for fast computation of mathematical expressions"
A. Bergeron, N. Bouchard, D. Warde-Farley and Y. Bengio.
<http://arxiv.org/pdf/1605.02688.pdf>`_.
`"Theano: new features and speed improvements"
(:download:`short BibTeX <theano-short.bib>`, :download:`full BibTeX <theano-full.bib>`)
<http://arxiv.org/pdf/1211.5590.pdf>`_.
NIPS 2012 deep learning workshop. (`BibTex
<http://www.iro.umontreal.ca/~lisa/publications2/index.php/export/publication/551/bibtex>`__)
* J. Bergstra, O. Breuleux, F. Bastien, P. Lamblin, R.
Pascanu, G. Desjardins, J. Turian, D. Warde-Farley and Y.
Bengio. `"Theano: A CPU and GPU Math Expression Compiler"
<http://www.iro.umontreal.ca/~lisa/pointeurs/theano_scipy2010.pdf>`_.
*Proceedings of the Python for Scientific Computing Conference (SciPy)
2010. June 30 - July 3, Austin, TX* (`BibTeX
<http://www.iro.umontreal.ca/~lisa/publications2/index.php/export/publication/461/bibtex>`__)
Theano is primarily developed by academics, and so citations matter a lot to
Theano is primarily developed by academics, and so citations matter a lot to
us. As an added benefit, you increase Theano's exposure and potential user
us. As an added benefit, you increase Theano's exposure and potential user
...
...
doc/theano-full.bib
0 → 100644
浏览文件 @
2cfc5fd0
@ARTICLE{2016arXiv160502688full,
author = {
Rami Al-Rfou and
Guillaume Alain and
Amjad Almahairi and
Christof Angermueller and
Dzmitry Bahdanau and
Nicolas Ballas and
Fr\'ed\'eric Bastien and
Justin Bayer and
Anatoly Belikov and
Alexander Belopolsky and
Yoshua Bengio and
Arnaud Bergeron and
James Bergstra and
Valentin Bisson and
Josh {Bleecher Snyder} and
Nicolas Bouchard and
Nicolas Boulanger-Lewandowski and
Xavier Bouthillier and
Alexandre de Br\'ebisson and
Olivier Breuleux and
Pierre-Luc Carrier and
Kyunghyun Cho and
Jan Chorowski and
Paul Christiano and
Tim Cooijmans and
Marc-Alexandre C\^ot\'e and
Myriam C\^ot\'e and
Aaron Courville and
Yann N. Dauphin and
Olivier Delalleau and
Julien Demouth and
Guillaume Desjardins and
Sander Dieleman and
Laurent Dinh and
M\'elanie Ducoffe and
Vincent Dumoulin and
Samira {Ebrahimi Kahou} and
Dumitru Erhan and
Ziye Fan and
Orhan Firat and
Mathieu Germain and
Xavier Glorot and
Ian Goodfellow and
Matt Graham and
Caglar Gulcehre and
Philippe Hamel and
Iban Harlouchet and
Jean-Philippe Heng and
Bal\'azs Hidasi and
Sina Honari and
Arjun Jain and
S\'ebastien Jean and
Kai Jia and
Mikhail Korobov and
Vivek Kulkarni and
Alex Lamb and
Pascal Lamblin and
Eric Larsen and
C\'esar Laurent and
Sean Lee and
Simon Lefrancois and
Simon Lemieux and
Nicholas L\'eonard and
Zhouhan Lin and
Jesse A. Livezey and
Cory Lorenz and
Jeremiah Lowin and
Qianli Ma and
Pierre-Antoine Manzagol and
Olivier Mastropietro and
Robert T. McGibbon and
Roland Memisevic and
Bart van Merri\"enboer and
Vincent Michalski and
Mehdi Mirza and
Alberto Orlandi and
Christopher Pal and
Razvan Pascanu and
Mohammad Pezeshki and
Colin Raffel and
Daniel Renshaw and
Matthew Rocklin and
Adriana Romero and
Markus Roth and
Peter Sadowski and
John Salvatier and
Fran\c{c}ois Savard and
Jan Schl\"uter and
John Schulman and
Gabriel Schwartz and
Iulian Vlad Serban and
Dmitriy Serdyuk and
Samira Shabanian and
\'Etienne Simon and
Sigurd Spieckermann and
S. Ramana Subramanyam and
Jakub Sygnowski and
J\'er\'emie Tanguay and
Gijs van Tulder and
Joseph Turian and
Sebastian Urban and
Pascal Vincent and
Francesco Visin and
Harm de Vries and
David Warde-Farley and
Dustin J. Webb and
Matthew Willson and
Kelvin Xu and
Lijun Xue and
Li Yao and
Saizheng Zhang and
Ying Zhang},
collaboration = {Theano Development Team},
title = "{Theano: A {Python} framework for fast computation of mathematical expressions}",
journal = {arXiv e-prints},
volume = {abs/1605.02688},
primaryClass = "cs.SC",
keywords = {Computer Science - Symbolic Computation, Computer Science - Learning, Computer Science - Mathematical Software},
year = 2016,
month = may,
url = {http://arxiv.org/abs/1605.02688},
}
doc/theano-short.bib
0 → 100644
浏览文件 @
2cfc5fd0
@ARTICLE{2016arXiv160502688short,
author = {{Theano Development Team}},
title = "{Theano: A {Python} framework for fast computation of mathematical expressions}",
journal = {arXiv e-prints},
volume = {abs/1605.02688},
primaryClass = "cs.SC",
keywords = {Computer Science - Symbolic Computation, Computer Science - Learning, Computer Science - Mathematical Software},
year = 2016,
month = may,
url = {http://arxiv.org/abs/1605.02688},
}
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论