Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
6a4b5973
提交
6a4b5973
authored
1月 19, 2010
作者:
Dumitru Erhan
浏览文件
操作
浏览文件
下载
差异文件
merge
上级
0ffa6ba5
56deb8bc
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
6 行增加
和
7 行删除
+6
-7
index.txt
doc/index.txt
+1
-1
dev_start_guide.txt
doc/internal/dev_start_guide.txt
+0
-3
basic.txt
doc/library/tensor/basic.txt
+2
-0
links.txt
doc/links.txt
+2
-2
symbolic_graphs.txt
doc/tutorial/symbolic_graphs.txt
+1
-1
没有找到文件。
doc/index.txt
浏览文件 @
6a4b5973
...
@@ -46,7 +46,7 @@ Community
...
@@ -46,7 +46,7 @@ Community
* Register and post to `theano-dev`_ if you want to talk to the developers.
* Register and post to `theano-dev`_ if you want to talk to the developers.
* We try to stay organized with `Theano's Trac <
trac/
>`__
* We try to stay organized with `Theano's Trac <
http://trac-hg.assembla.com/theano/report/1
>`__
* Come visit us in Montreal! Most of the developers are students in the LISA_ group at the `University of Montreal`_.
* Come visit us in Montreal! Most of the developers are students in the LISA_ group at the `University of Montreal`_.
...
...
doc/internal/dev_start_guide.txt
浏览文件 @
6a4b5973
...
@@ -119,9 +119,6 @@ to your ``Theano`` folder and execute the following command:
...
@@ -119,9 +119,6 @@ to your ``Theano`` folder and execute the following command:
hg pull -u
hg pull -u
You may also download the latest source directly as a gzip'd tar file:
`<http://pylearn.org/hg/Theano/archive/tip.tar.gz>`__.
Nightly test
Nightly test
============
============
...
...
doc/library/tensor/basic.txt
浏览文件 @
6a4b5973
...
@@ -331,6 +331,8 @@ Indexing
...
@@ -331,6 +331,8 @@ Indexing
Basic indexing.
Basic indexing.
Mirrors numpy's `basic indexing <http://docs.scipy.org/doc/numpy/reference/arrays.indexing.html>`_. Read that page first.
Advanced indexing.
Advanced indexing.
.. _libdoc_tensor_elementwise:
.. _libdoc_tensor_elementwise:
...
...
doc/links.txt
浏览文件 @
6a4b5973
...
@@ -40,10 +40,10 @@ This is a sort of memo for developers and would-be developers.
...
@@ -40,10 +40,10 @@ This is a sort of memo for developers and would-be developers.
.. _mercurial: http://www.selenic.com/mercurial/wiki/
.. _mercurial: http://www.selenic.com/mercurial/wiki/
.. _nosetests: http://somethingaboutorange.com/mrl/projects/nose/
.. _nosetests: http://somethingaboutorange.com/mrl/projects/nose/
.. _numpy: http://numpy.scipy.org/
.. _numpy: http://numpy.scipy.org/
.. _python: http://www.python.or
.. _python: http://www.python.or
g
.. _scipy: http://scipy.org/
.. _scipy: http://scipy.org/
.. _autodiff: http://autodiff.org
.. _autodiff: http://
www.
autodiff.org
.. _boost.python: http://www.boost.org/doc/libs/1_38_0/libs/python/doc/index.html
.. _boost.python: http://www.boost.org/doc/libs/1_38_0/libs/python/doc/index.html
.. _cython: http://www.cython.org/
.. _cython: http://www.cython.org/
.. _liboil: http://liboil.freedesktop.org/wiki/
.. _liboil: http://liboil.freedesktop.org/wiki/
...
...
doc/tutorial/symbolic_graphs.txt
浏览文件 @
6a4b5973
...
@@ -105,7 +105,7 @@ how to compute the gradient of the node's outputs with respect to its
...
@@ -105,7 +105,7 @@ how to compute the gradient of the node's outputs with respect to its
inputs. Note that if an :ref:`op` does not provide this information,
inputs. Note that if an :ref:`op` does not provide this information,
it is assumed that the gradient does not defined.
it is assumed that the gradient does not defined.
Using the
Using the
`chain rule <http://en.wikipedia.org/wiki/Chain_r
i
le>`_
`chain rule <http://en.wikipedia.org/wiki/Chain_r
u
le>`_
these gradients can be composed in order to obtain the expression of the
these gradients can be composed in order to obtain the expression of the
gradient of the graph's output with respect to the graph's inputs .
gradient of the graph's output with respect to the graph's inputs .
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论