Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
8435cbb6
提交
8435cbb6
authored
4月 01, 2009
作者:
Joseph Turian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Added NEWS.txt
上级
7409025b
显示空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
44 行增加
和
4 行删除
+44
-4
NEWS.txt
NEWS.txt
+2
-0
NEWS.txt
doc/NEWS.txt
+32
-0
conf.py
doc/conf.py
+1
-1
contents.txt
doc/contents.txt
+1
-0
index.txt
doc/index.txt
+8
-3
没有找到文件。
NEWS.txt
0 → 120000
浏览文件 @
8435cbb6
doc/NEWS.txt
\ No newline at end of file
doc/NEWS.txt
0 → 100644
浏览文件 @
8435cbb6
.. _NEWS:
=============
Release Notes
=============
Theano 0.1
==========
*Release date: 2009-04-01*
What works
----------
- building symbolic expression.
- arranging symbolic expressions into Modules so that multiple functions
can work on the same data.
- symbolic gradient descent.
- graph optimization.
- compilation to C for many kinds of expression.
- a debugging mode that checks that your expression results are correct,
using a variety of sanity checks.
What's missing?
---------------
- An algorithm library. We're missing a library of examples and standard
component implementations. Some examples will find their way into
the Theano repo, but standard algorithms will go into the 'pylearn'
project (toolbox style). Now that we have a stable foundation, we
can arrive at a consensus on style for algorithms.
doc/conf.py
浏览文件 @
8435cbb6
...
@@ -64,7 +64,7 @@ today_fmt = '%B %d, %Y'
...
@@ -64,7 +64,7 @@ today_fmt = '%B %d, %Y'
# List of directories, relative to source directories, that shouldn't be searched
# List of directories, relative to source directories, that shouldn't be searched
# for source files.
# for source files.
exclude_dirs
=
[
'images'
,
'trac'
]
exclude_dirs
=
[
'images'
,
'
scripts'
,
'
trac'
]
# The reST default role (used for this markup: `text`) to use for all documents.
# The reST default role (used for this markup: `text`) to use for all documents.
#default_role = None
#default_role = None
...
...
doc/contents.txt
浏览文件 @
8435cbb6
...
@@ -19,6 +19,7 @@ Contents
...
@@ -19,6 +19,7 @@ Contents
glossary
glossary
links
links
internal/index
internal/index
NEWS
.. examples/index
.. examples/index
...
...
doc/index.txt
浏览文件 @
8435cbb6
...
@@ -5,8 +5,7 @@ Quick Start
...
@@ -5,8 +5,7 @@ Quick Start
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
efficiently evaluate mathematical expressions involving multi-dimensional
arrays. Using Theano, it is not uncommon to see speed improvements of
arrays.
ten-fold over using pure NumPy.
The latest release is version `0.1
The latest release is version `0.1
<http://pylearn.org/theano/downloads/Theano-0.1.tar.gz>`_.
<http://pylearn.org/theano/downloads/Theano-0.1.tar.gz>`_.
...
@@ -14,7 +13,13 @@ You can download the latest `PDF documentation
...
@@ -14,7 +13,13 @@ You can download the latest `PDF documentation
<http://pylearn.org/theano/theano.pdf>`_, rather than reading it online.
<http://pylearn.org/theano/theano.pdf>`_, rather than reading it online.
You can go to the :ref:`Table of Contents <contents>`.
You can go to the :ref:`Table of Contents <contents>`.
Or, you can choose your own adventure...
News
----
* 2009-04-01: Theano 0.1 released. See the :ref:`release notes <NEWS>`.
Choose your own adventure...
----------------------------
* You have no idea what Theano is and you read the :ref:`introduction
* You have no idea what Theano is and you read the :ref:`introduction
<introduction>`.
<introduction>`.
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论