Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
01faa88b
提交
01faa88b
authored
1月 14, 2010
作者:
James Bergstra
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
more changes to docs
上级
d02cc9b2
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
37 行增加
和
27 行删除
+37
-27
conf.py
doc/conf.py
+1
-1
contents.txt
doc/contents.txt
+1
-1
index.txt
doc/index.txt
+31
-21
introduction.txt
doc/introduction.txt
+3
-3
index.txt
doc/tutorial/index.txt
+1
-1
没有找到文件。
doc/conf.py
浏览文件 @
01faa88b
...
@@ -39,7 +39,7 @@ templates_path = ['.templates']
...
@@ -39,7 +39,7 @@ templates_path = ['.templates']
source_suffix
=
'.txt'
source_suffix
=
'.txt'
# The master toctree document.
# The master toctree document.
master_doc
=
'
contents
'
master_doc
=
'
index
'
# General substitutions.
# General substitutions.
project
=
'Theano'
project
=
'Theano'
...
...
doc/contents.txt
浏览文件 @
01faa88b
...
@@ -6,7 +6,7 @@ Contents
...
@@ -6,7 +6,7 @@ Contents
========
========
.. toctree::
.. toctree::
:maxdepth:
2
:maxdepth:
1
introduction
introduction
LICENSE
LICENSE
...
...
doc/index.txt
浏览文件 @
01faa88b
...
@@ -3,20 +3,14 @@ Welcome
...
@@ -3,20 +3,14 @@ Welcome
=======
=======
Theano is a Python library that allows you to define, optimize, and
Theano is a Python library that allows you to define, optimize, and
efficiently evaluate mathematical expressions involving multi-dimensional
evaluate mathematical expressions involving multi-dimensional
arrays. Theano features:
arrays efficiently. Theano features:
* **tight integration with numpy**
* **near-transparent use of a GPU** to accelerate for intense calculations [COMING].
* **symbolic differentiation**
* **stability stability optimizations**: write ``log(1+exp(x))`` and get the right answer.
* **dynamic C code generation** for faster evaluation, including:
* **elementwise loop fusion**
* **dead code elimination**
* **constant folding**
* **Theano knows what GEMM does** - Theano rearranges linear algebra expressions to take advantage of level3 BLAS.
There are extensions for lapack [COMING] and FFTW [COMING].
* **tight integration with numpy**
* **near-transparent use of a GPU** to accelerate for intense calculations [COMING].
* symbolic differentiation
* **speed and stability optimizations**: write ``log(1+exp(x))`` and get the right answer.
* dynamic C code generation for faster evaluation, including:
Download
Download
========
========
...
@@ -39,15 +33,31 @@ You can go to the :ref:`Table of Contents <contents>`.
...
@@ -39,15 +33,31 @@ You can go to the :ref:`Table of Contents <contents>`.
Shortcuts:
Shortcuts:
* If you have no idea what Theano is read the :ref:`introduction <introduction>`.
* If you have no idea what Theano is read the :ref:`introduction <introduction>`.
* :ref:`learn the basics <basictutorial>`
* :ref:`learn the basics <tutorial>`
* :ref:`library reference <libdoc>`
* :ref:`learn how to extend Theano <advtutorial>`
.. _contents:
Full Documentation Table of Contents
=====================================
.. toctree::
:maxdepth: 1
NEWS
introduction
install
tutorial/index
library/index
extending/index
indexes/index
glossary
links
internal/index
examples/index
proposals/index
LICENSE
* :ref:`pipeline <pipeline>`
* :ref:`op`, :ref:`type`, :ref:`function`,
* :ref:`module`, :ref:`compilation`, :ref:`optimization`, :ref:`env`
* :ref:`envfeaturelist`. check the :ref:`glossary`
* `Theano's API <api/>`__
Community
Community
=========
=========
...
...
doc/introduction.txt
浏览文件 @
01faa88b
.. _introduction:
.. _introduction:
============
============
======
Introduction
Theano at a Glance
============
============
======
Theano is a Python library that allows you to define, optimize, and evaluate
Theano is a Python library that allows you to define, optimize, and evaluate
mathematical expressions involving multi-dimensional arrays. Using Theano it is
mathematical expressions involving multi-dimensional arrays. Using Theano it is
...
...
doc/tutorial/index.txt
浏览文件 @
01faa88b
.. _
basic
tutorial:
.. _tutorial:
========
========
Tutorial
Tutorial
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论