Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
460c42be
提交
460c42be
authored
7月 18, 2013
作者:
Frederic Bastien
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update crei benchmark and fix rest duplicate reference.
上级
d7b9e246
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
12 行增加
和
33 行删除
+12
-33
pyCUDA.txt
doc/cifarSC2011/pyCUDA.txt
+1
-1
theano.txt
doc/cifarSC2011/theano.txt
+1
-10
theano.txt
doc/crei2013/theano.txt
+10
-22
没有找到文件。
doc/cifarSC2011/pyCUDA.txt
浏览文件 @
460c42be
...
...
@@ -75,7 +75,7 @@ Exercise 6
- Modify and execute it to work for a matrix of 20 x 10
.. _pyCUDA_theano:
.. _
cifar2011_
pyCUDA_theano:
Theano + PyCUDA
---------------
...
...
doc/cifarSC2011/theano.txt
浏览文件 @
460c42be
...
...
@@ -345,20 +345,11 @@ Differentiation details
* We are working on the missing optimizations to be able to compute efficently the full Jacobian and Hessian and Jacobian x vector
.. _cifar2011_benchmark:
Benchmarks
----------
Example:
* Multi-layer perceptron
* Convolutional Neural Networks
* Misc Elemwise operations
Competitors: NumPy + SciPy, MATLAB, EBLearn, Torch5, numexpr
* EBLearn, Torch5: specialized libraries written by practitioners specifically for these tasks
* numexpr: similar to Theano, 'virtual machine' for elemwise expressions
**Multi-Layer Perceptron**:
...
...
doc/crei2013/theano.txt
浏览文件 @
460c42be
...
...
@@ -307,12 +307,10 @@ Differentiation details
* We are working on the missing optimizations to be able to compute efficently the full Jacobian and Hessian and Jacobian x vector
TODO: update the benchmark
Benchmarks
----------
Old Benchmarks
--------------
Example:
:ref:`Example: <cifar2011_benchmark>`
* Multi-layer perceptron
* Convolutional Neural Networks
...
...
@@ -323,24 +321,14 @@ Competitors: NumPy + SciPy, MATLAB, EBLearn, Torch5, numexpr
* EBLearn, Torch5: specialized libraries written by practitioners specifically for these tasks
* numexpr: similar to Theano, 'virtual machine' for elemwise expressions
**Multi-Layer Perceptron**:
60x784 matrix times 784x500 matrix, tanh, times 500x10 matrix, elemwise, then all in reverse for backpropagation
.. image:: ../hpcs2011_tutorial/pics/mlp.png
**Convolutional Network**:
256x256 images convolved with 6 7x7 filters,
downsampled to 6x50x50, tanh, convolution with 16 6x7x7 filter, elementwise
tanh, matrix multiply, softmax elementwise, then in reverse
New Benchmarks
--------------
.. image:: ../hpcs2011_tutorial/pics/conv.png
`Example <http://arxiv.org/pdf/1211.5590v1.pdf>`_ (Page 7 and 9):
**Elemwise**
* Logistic regression, MLP with 1 and 3 layers
* Recurrent neural networks
* All on CPU
* Solid blue: Theano
* Dashed Red: numexpr (without MKL)
Competitors: Torch7, RNNLM
.. image:: ../hpcs2011_tutorial/pics/multiple_graph.png
* Torch7, RNNLM: specialized libraries written by practitioners specifically for these tasks
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论