Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
2d24d60f
提交
2d24d60f
authored
1月 15, 2010
作者:
James Bergstra
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
structure of library/tensor shaping up
上级
59fcad38
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
103 行增加
和
104 行删除
+103
-104
basic.txt
doc/library/tensor/basic.txt
+92
-0
index.txt
doc/library/tensor/index.txt
+11
-104
shared_randomstreams.txt
doc/library/tensor/shared_randomstreams.txt
+0
-0
没有找到文件。
doc/library/tensor/basic.txt
0 → 100644
浏览文件 @
2d24d60f
.. currentmodule:: tensor
TensorType
==========
.. class:: TensorType
.. method:: quux()
Creation
========
Autocasting
-----------
TODO: What does (or compatible) mean? Talk about casting rules, refer .
.. function:: as_tensor_variable(x, ...)
TODO: Link to 'autocasting'
.. function:: lvector(name=None)
TODO: make a table of all [scalar, vector, matrix, tensor3, tensor4] vs. [b,
w, i, l, f, d, c, z]
Shaping and Shuffling
=====================
.. function:: shape(x)
:param x: symbolic Tensor (or compatible)
Returns the symbolic shape vector of `x`
.. function:: reshape(x)
.. function:: dimshuffle(x)
Reductions
==========
.. function:: max(x)
:param x: symbolic Tensor (or compatible)
Returns TODO
.. function:: min(x)
:param x: symbolic Tensor (or compatible)
Returns TODO
.. function:: sum(x)
:param x: symbolic Tensor (or compatible)
Returns TODO
Indexing
========
Basic indexing.
Advanced indexing.
Elementwise
===========
Casting
-------
Logic Functions
---------------
Mathematical
------------
Broadcasting in Theano vs. Numpy
--------------------------------
Linear Algebra
==============
doc/library/tensor/index.txt
浏览文件 @
2d24d60f
==================================================
:mod:`tensor` -- types and ops for symbolic numpy
==================================================
.. _libdoc_tensor:
.. module:: tensor
============================================================
:mod:`tensor` -- types and ops for symbolic numpy [doc TODO]
============================================================
.. module:: theano.tensor
:platform: Unix, Windows
:platform: Unix, Windows
:synopsis: symbolic types and operations for n-dimensional arrays.
:synopsis: symbolic types and operations for n-dimensional arrays.
.. moduleauthor:: LISA
.. moduleauthor:: LISA
TODO: What does (or compatible) mean? Talk about casting rules, refer .
Theano's strength is in expressing symbolic calculations involving tensors.
There are many types of symbolic expressions for tensors. For everyone's
TensorType
sanity, they are grouped into the following sections:
==========
.. class:: TensorType
.. method:: quux()
Creation
========
Autocasting
-----------
.. function:: as_tensor_variable(x, ...)
TODO: Link to 'autocasting'
.. function:: lvector(name=None)
TODO: make a table of all [scalar, vector, matrix, tensor3, tensor4] vs. [b,
w, i, l, f, d, c, z]
Shaping and Shuffling
=====================
.. function:: shape(x)
:param x: symbolic Tensor (or compatible)
Returns the symbolic shape vector of `x`
.. function:: reshape(x)
.. function:: dimshuffle(x)
Reductions
==========
.. function:: max(x)
:param x: symbolic Tensor (or compatible)
Returns TODO
.. function:: min(x)
:param x: symbolic Tensor (or compatible)
Returns TODO
.. function:: sum(x)
:param x: symbolic Tensor (or compatible)
Returns TODO
Indexing
========
Basic indexing.
Advanced indexing.
Elementwise
===========
Casting
-------
Logic Functions
---------------
Mathematical
------------
Broadcasting in Theano vs. Numpy
--------------------------------
Random Sampling
===============
See :ref:`libdoc_tensor_shared_randomstreams`.
Linear Algebra
==============
Fourier Transforms
==================
[James has some code for this, but hasn't gotten it into the source tree yet.]
.. toctree::
:maxdepth: 1
basic
shared_randomstreams
doc/library/tensor/shared_randomstreams.txt
0 → 100644
浏览文件 @
2d24d60f
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论