Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
d5baff99
提交
d5baff99
authored
7月 17, 2013
作者:
Frederic Bastien
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Make the exercise section appear in the tutorial index page.
上级
90b64005
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
13 行增加
和
13 行删除
+13
-13
adding.txt
doc/tutorial/adding.txt
+3
-2
loop.txt
doc/tutorial/loop.txt
+2
-2
modes.txt
doc/tutorial/modes.txt
+2
-2
using_gpu.txt
doc/tutorial/using_gpu.txt
+6
-7
没有找到文件。
doc/tutorial/adding.txt
浏览文件 @
d5baff99
...
...
@@ -195,9 +195,10 @@ with NumPy arrays may be found here: :ref:`tensor creation<libdoc_tensor_creatio
program will use 32- or 64-bit integers (``i`` prefix vs. the ``l`` prefix)
and floats (``f`` prefix vs. the ``d`` prefix).
-------------------------------------------
**Exercise**
Exercise
========
.. code-block:: python
...
...
doc/tutorial/loop.txt
浏览文件 @
d5baff99
...
...
@@ -84,10 +84,10 @@ The full documentation can be found in the library: :ref:`Scan <lib_scan>`.
# 19.0
-------------------------------------------
**Exercise**
Exercise
========
Run both examples.
...
...
doc/tutorial/modes.txt
浏览文件 @
d5baff99
...
...
@@ -36,9 +36,9 @@ variables, type this from the command-line:
For more detail, see :ref:`Configuration <libdoc_config>` in the library.
-------------------------------------------
**Exercise**
Exercise
========
Consider the logistic regression:
...
...
doc/tutorial/using_gpu.txt
浏览文件 @
d5baff99
...
...
@@ -320,9 +320,9 @@ To change the value of a ``shared`` variable, e.g. to provide new data to proces
use ``shared_variable.set_value(new_value)``. For a lot more detail about this,
see :ref:`aliasing`.
-------------------------------------------
**Exercise**
Exercise
========
Consider again the logistic regression:
...
...
@@ -551,15 +551,14 @@ you feel competent enough, you may try yourself on the corresponding exercises.
assert numpy.allclose(dest, a*b)
print dest
-------------------------------------------
**Exercise**
Exercise
========
Run the preceding example.
Modify and execute to work for a matrix of shape (20, 10).
-------------------------------------------
.. _pyCUDA_theano:
...
...
@@ -615,9 +614,9 @@ Use this code to test it:
>>> assert numpy.allclose(f(xv), xv*2)
>>> print numpy.asarray(f(xv))
-------------------------------------------
**Exercise**
Exercise
========
Run the preceding example.
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论