Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
9caf2d4e
提交
9caf2d4e
authored
10月 07, 2008
作者:
Olivier Breuleux
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
moved to transit
上级
9cdc55e3
显示空白字符变更
内嵌
并排
正在显示
22 个修改的文件
包含
0 行增加
和
126 行删除
+0
-126
DevStartGuide.txt
__transit/DevStartGuide.txt
+0
-0
apirst2html.py
__transit/apirst2html.py
+0
-0
colorful.css
__transit/colorful.css
+0
-0
conf.py
__transit/conf.py
+0
-0
doc.idx
__transit/doc.idx
+0
-0
graph.txt
__transit/graph.txt
+0
-0
header.txt
__transit/header.txt
+0
-0
index.txt
__transit/index.txt
+0
-0
n00b.txt
__transit/n00b.txt
+0
-0
pygments_code_block_directive.py
__transit/pygments_code_block_directive.py
+0
-0
epydoc
__transit/scripts/epydoc
+0
-0
epydoc-fast
__transit/scripts/epydoc-fast
+0
-0
epydoc-fast.sh
__transit/scripts/epydoc-fast.sh
+0
-0
epydoc.sh
__transit/scripts/epydoc.sh
+0
-0
gen_oplist.py
__transit/scripts/gen_oplist.py
+0
-0
gen_typelist.py
__transit/scripts/gen_typelist.py
+0
-0
local.build_html.sh
__transit/scripts/local.build_html.sh
+0
-0
local.epydoc
__transit/scripts/local.epydoc
+0
-0
style.css
__transit/style.css
+0
-0
wiki.idx
__transit/wiki.idx
+0
-0
README.txt
doc/README.txt
+0
-0
index2.txt
doc/index2.txt
+0
-126
没有找到文件。
doc
/DevStartGuide.txt
→
__transit
/DevStartGuide.txt
浏览文件 @
9caf2d4e
File moved
doc
/apirst2html.py
→
__transit
/apirst2html.py
浏览文件 @
9caf2d4e
File moved
doc
/colorful.css
→
__transit
/colorful.css
浏览文件 @
9caf2d4e
File moved
doc
/conf.py
→
__transit
/conf.py
浏览文件 @
9caf2d4e
File moved
doc
/doc.idx
→
__transit
/doc.idx
浏览文件 @
9caf2d4e
File moved
doc
/graph.txt
→
__transit
/graph.txt
浏览文件 @
9caf2d4e
File moved
doc
/header.txt
→
__transit
/header.txt
浏览文件 @
9caf2d4e
File moved
doc
/index.txt
→
__transit
/index.txt
浏览文件 @
9caf2d4e
File moved
doc
/n00b.txt
→
__transit
/n00b.txt
浏览文件 @
9caf2d4e
File moved
doc
/pygments_code_block_directive.py
→
__transit
/pygments_code_block_directive.py
浏览文件 @
9caf2d4e
File moved
doc
/scripts/epydoc
→
__transit
/scripts/epydoc
浏览文件 @
9caf2d4e
File moved
doc
/scripts/epydoc-fast
→
__transit
/scripts/epydoc-fast
浏览文件 @
9caf2d4e
File moved
doc
/scripts/epydoc-fast.sh
→
__transit
/scripts/epydoc-fast.sh
浏览文件 @
9caf2d4e
File moved
doc
/scripts/epydoc.sh
→
__transit
/scripts/epydoc.sh
浏览文件 @
9caf2d4e
File moved
doc
/scripts/gen_oplist.py
→
__transit
/scripts/gen_oplist.py
浏览文件 @
9caf2d4e
File moved
doc
/scripts/gen_typelist.py
→
__transit
/scripts/gen_typelist.py
浏览文件 @
9caf2d4e
File moved
doc
/scripts/local.build_html.sh
→
__transit
/scripts/local.build_html.sh
浏览文件 @
9caf2d4e
File moved
doc
/scripts/local.epydoc
→
__transit
/scripts/local.epydoc
浏览文件 @
9caf2d4e
File moved
doc
/style.css
→
__transit
/style.css
浏览文件 @
9caf2d4e
File moved
doc
/wiki.idx
→
__transit
/wiki.idx
浏览文件 @
9caf2d4e
File moved
README.txt
→
doc/
README.txt
浏览文件 @
9caf2d4e
File moved
doc/index2.txt
deleted
100644 → 0
浏览文件 @
9cdc55e3
======
Theano
======
-------------------------------------------------------------------
A python library for manipulating and evaluating matrix expressions
-------------------------------------------------------------------
Theano is a library in Python, built to evaluate complicated
expressions (especially matrix-valued ones) as quickly as possible.
It was written at LISA_ to explore techniques for machine learning.
Our project uses the name to honour the ancient Greek mathematician.
--------------------------------------------------------------------------------
.. _not in the normal sense: :wiki:`WhatIsTheano`
Overview
========
**To get up & running quickly** see README_.
All **documentation** can be reached from the `Theano Project Documentation Overview`_.
As developers of an open source project, we rely on **feedback** for
determining what features to implement, and what documentation needs to be
improved. The best forum for feedback is the theano-users_ mailing list.
All **discussion** about theano also takes place on the theano-users_ mailing list.
If you find a **bug**, please file a `bug report`_ or send email to
the theano-users_ mailing list. **Patch** submissions should be
sent to theano-dev_.
We welcome all kinds of **contributions**. Our `task list`_ is
full of interesting ideas awaiting a champion. If you have any
questions regarding how to extend Theano, please feel free to ask on
the Theano-dev_ mailing list.
Theano is in active development and should be considered **experimental**.
APIs are subject to change at any time.
Download
========
We recommend that you use the `latest snapshot`_,
Better yet, use `mercurial`_ to keep your installation fresh.
The snapshots usually contain *more features* and *fewer bugs* than the
"official" releases |---| they're not only for developers!
.. class:: credits
Project by Mercurial_ and TRAC_.
Powered by Python_ and SciPy_.
Coded at the LISA_ lab.
.. class:: hidden
Google should index the mailing lists:
`theano-users <http://groups.google.com/group/theano-users?pli=1>`__,
and
`theano-dev <http://groups.google.com/group/theano-dev?pli=1>`__.
.. |---| unicode:: U+02014 .. em dash
:trim:
.. _latest snapshot: http://pylearn.org/hg/theano/archive/tip.tar.gz
.. _bug report: http://lgcm.iro.umontreal.ca/theano/newticket
.. _theano-users: http://groups.google.com/group/theano-users?pli=1
.. _theano-dev: http://groups.google.com/group/theano-dev?pli=1
.. _reStructuredText: rst.html
.. _task list: http://lgcm.iro.umontreal.ca/theano/query?status=accepted&status=assigned&status=new&status=reopened&group=milestone&max=200&col=id&col=summary&col=status&col=owner&col=type&col=priority&col=component&col=time&report=9&order=priority
.. _README: README.html
.. _Quick-Start: README.html#quick-start
.. _Theano Project Documentation Overview: doc/index.html
.. _Mercurial: http://www.selenic.com/mercurial/wiki/
.. _docutils: http://docutils.sourceforge.net
.. _epydoc: http://epydoc.sourceforge.net/
.. _scipy: http://scipy.org/
.. _Python: http://www.python.org/
.. _TRAC: http://trac.edgewall.org/
.. _LISA: http://www.iro.umontreal.ca/rubrique.php3?id_rubrique=27
.. |TRAC| image:: http://www.edgewall.org/gfx/trac_logo.png
:target: http://www.edgewall.org/
:alt: Trac Logo
:align: middle
:class: borderless
:width: 193
:height: 32
.. |Python| image:: python.png
:alt: Python Logo
:align: middle
:class: borderless
:width: 193
:height: 32
.. |LISA| image:: http://www.iro.umontreal.ca/images/neurone_chip2.jpg
:target: http://www.iro.umontreal.ca/rubrique.php3?id_rubrique=27
:width: 193
:height: 32
:alt: LISA Logo
:align: middle
:class: borderless
.. header:: |THEANO| - README_ - Download_ - Documentation_ - Wiki_ - `Task List`_
.. _Download: README.html#downloading-theano
.. _Documentation: doc/index.html
.. _Wiki: http://pylearn.org/theano
.. |THEANO| image:: http://lgcm.iro.umontreal.ca/theano/chrome/site/theano_logo.png
:target: http://pylearn.org/auto_theano
:alt: THEANO
:align: top
:class: borderless
:width: 60
:height: 18
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
End:
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论