上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 25 下一页
摘要: 来自:http://deeplearning.net/software/theano/tutorial/shape_info.htmlHow Shape Information is Handled by Theano 当建立一个graph的时候,是没法严格的执行theano变量的shape的,因为... 阅读全文
posted @ 2015-06-19 10:05 仙守 阅读(1586) 评论(0) 推荐(0)
摘要: 来自:http://deeplearning.net/software/theano/tutorial/aliasing.htmlUnderstanding Memory Aliasing for Speed and Correctness 内存的重用是theano提升代码运行速度的一种方法,而且... 阅读全文
posted @ 2015-06-18 15:46 仙守 阅读(2643) 评论(0) 推荐(0)
摘要: 来自:http://deeplearning.net/software/theano/tutorial/gpu_data_convert.htmlPyCUDA/CUDAMat/Gnumpy compatibility一、PyCUDA 当前,PyCUDA 和Theano使用不同的对象来存储GPU数据... 阅读全文
posted @ 2015-06-18 13:36 仙守 阅读(3030) 评论(0) 推荐(0)
摘要: 来自:http://deeplearning.net/software/theano/tutorial/using_gpu.htmlusing the GPU 想要看GPU的介绍性的讨论和对密集并行计算的使用,查阅:GPGPU. theano设计的一个目标就是在一个抽象层面上进行特定的计算,所以... 阅读全文
posted @ 2015-06-17 19:51 仙守 阅读(10051) 评论(0) 推荐(0)
摘要: 来自:http://deeplearning.net/software/theano/tutorial/sparse.htmlsparse 通常来说,稀疏矩阵可以和常规矩阵一样提供相同的功能。两者不同之处在于在内存中存储矩阵和表示矩阵的方式。在稀疏矩阵中,只有非0元素才会被存储。这种方式带来的优点... 阅读全文
posted @ 2015-06-17 10:49 仙守 阅读(1255) 评论(0) 推荐(0)
摘要: 来自:http://deeplearning.net/software/theano/tutorial/loop.htmlloop一、Scan一个递归的通常的形式,可以用来作为循环语句。约间和映射(在第一个(leading,个人翻译成第一个)维度上进行循环)是scan的特殊情况沿着一些输入序列sca... 阅读全文
posted @ 2015-06-16 23:12 仙守 阅读(2986) 评论(0) 推荐(0)
摘要: 来自:http://deeplearning.net/software/theano/tutorial/conditions.htmlconditions一、IfElse vs Switch这两个操作都是在符号变量上建立约束条件IfElse采用boolean条件,并且两个变量作为输入。Switcht... 阅读全文
posted @ 2015-06-16 22:59 仙守 阅读(1100) 评论(0) 推荐(0)
摘要: 来自:http://deeplearning.net/software/theano/tutorial/loading_and_saving.htmlloading and saving Python的标准方式来保存类实例和装载的方式是pickle机制。许多theano对象可以被pickle序列化... 阅读全文
posted @ 2015-06-16 21:31 仙守 阅读(1730) 评论(0) 推荐(0)
摘要: 来自:http://deeplearning.net/software/theano/tutorial/modes.htmlConfiguration Settings and Compiling Modes一、配置 该config模块包含了好几个属性用来修改theano的行为。许多属性会在导入t... 阅读全文
posted @ 2015-06-16 17:14 仙守 阅读(4366) 评论(0) 推荐(0)
摘要: 来自:http://deeplearning.net/software/theano/tutorial/gradients.htmlDerivatives in Theano一、计算梯度 现在,让我们使用theano来做稍微更复杂的任务:创建一个函数,用来计算表达式y 关于它的参数x的导数。我们将... 阅读全文
posted @ 2015-06-16 13:29 仙守 阅读(1664) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 25 下一页