来自:http://deeplearning.net/software/theano/tutorial/loop.html loop 一、Scan 一个递归的通常的形式,可以用来作为循环语句。 约间和映射(在第一个(leading,个人翻译成第一个)维度上进行循环)是scan ...
来自:http: deeplearning.net software theano tutorial examples.html More Examples 现在,是时候开始系统的熟悉theano的基础对象和操作了,可以通过浏览库的部分来详细的了解Basic Tensor Functionality.随着这个教程的深入,你可以逐渐的让自己熟悉库的其他相关的部分和文档入口页面的其他相关的主题了。 一 ...
2015-06-23 08:01 0 2731 推荐指数:
来自:http://deeplearning.net/software/theano/tutorial/loop.html loop 一、Scan 一个递归的通常的形式,可以用来作为循环语句。 约间和映射(在第一个(leading,个人翻译成第一个)维度上进行循环)是scan ...
来自:http://deeplearning.net/software/theano/tutorial/gpu_data_convert.html PyCUDA/CUDAMat/Gnumpy compatibility 一、PyCUDA 当前,PyCUDA ...
来自:http://deeplearning.net/software/theano/tutorial/using_gpu.html using the GPU 想要看GPU的介绍性的讨论和对密集并行计算的使用,查阅:GPGPU. theano设计的一个目标就是在一个 ...
来自:http://deeplearning.net/software/theano/tutorial/modes.html Configuration Settings and Compiling Modes 一、配置 该 config 模块包含了好几个属性用来修改 ...
来自:http://deeplearning.net/software/theano/tutorial/aliasing.html Understanding Memory Aliasing for Speed and Correctness 内存的重用是theano提升代码运行 ...
来自:http://deeplearning.net/software/theano/tutorial/shape_info.html Debugging Theano: FAQ and Troubleshooting 在计算机程序中会有许多种不同的bug。该页就是来说说FAQ ...
来自:http://deeplearning.net/software/theano/tutorial/adding.html Baby Steps - Algebra 一、两个标量相加 在学习theano的开始,首先来感受下它是如何工作的,让我们先来定义一个简单的相加函数 ...
有错误的地方望各位好友帮忙修改,谢谢! ...