Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
98f09cbd
提交
98f09cbd
authored
12月 13, 2010
作者:
Pascal Lamblin
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Formatting fix.
上级
98f8608b
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
22 行增加
和
21 行删除
+22
-21
core_development_guide.txt
doc/core_development_guide.txt
+22
-21
没有找到文件。
doc/core_development_guide.txt
浏览文件 @
98f09cbd
...
...
@@ -3,40 +3,41 @@ Core Development Guide
=======================
The documentation of the core components of Theano is still a work in
progress. For now this is a list of bits and pieces on the subject,
progress. For now this is a list of bits and pieces on the subject,
some of them might be outdated though:
* :ref:`theano_type` --
tutorial for writing a new type in Theano. It introduces the
basics concerning Theano datatypes
* :ref:`theano_type` --
Tutorial for writing a new type in Theano. It
introduces the basics concerning Theano datatypes.
* :ref:`theano_ctype` --
tutorial on how to make your type C friendly.
* :ref:`theano_ctype` --
Tutorial on how to make your type C-friendly.
* :ref:`views_and_inplace` --
this is somewhere between extending t
heano and
describing how
t
heano works internally; it talks about views and inplace
operations
* :ref:`views_and_inplace` --
This is somewhere between extending T
heano and
describing how
T
heano works internally; it talks about views and inplace
operations
.
* :ref:`optimization` --
tutorial on how optimization work in Theano
* :ref:`optimization` --
Tutorial on how optimization work in Theano.
* :ref:`pipeline` --
describes the steps of compiling a Theano Function
* :ref:`pipeline` --
Describes the steps of compiling a Theano Function.
* :ref:`graphstructure` -- describes the symbolic graphs generated by scan
* :ref:`graphstructure` -- Describes the symbolic graphs generated by
:func:`theano.scan`.
* :ref:`unittest` --
tutorial on how to use unittest in testing Theano
* :ref:`unittest` --
Tutorial on how to use unittest in testing Theano.
* :ref:`sandbox_broadcasting` --
s
hort description of what a broadcastable
pattern is
* :ref:`sandbox_broadcasting` --
S
hort description of what a broadcastable
pattern is
.
* :ref:`sandbox_debugging_step_mode` --
h
ow to step through the execution of
a
thenao function and print the inputs and outputs of each op
* :ref:`sandbox_debugging_step_mode` --
H
ow to step through the execution of
a
Theano function and print the inputs and outputs of each op.
* :ref:`sandbox_elemwise` --
description of element wise operations
* :ref:`sandbox_elemwise` --
Description of element wise operations.
* :ref:`sandbox_maxgotcha` --
describes the difference between numpy.max and
python max (something to consider when using max)
* :ref:`sandbox_maxgotcha` --
Describes the difference between ``numpy.max``
and Python max (something to consider when using max).
* :ref:`sandbox_randnb` --
d
escription of how Theano deals with random
numbers
* :ref:`sandbox_randnb` --
D
escription of how Theano deals with random
numbers
.
* :ref:`sparse` --
description of how the sparse type in Theano
* :ref:`sparse` --
Description of the ``sparse`` type in Theano.
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论