上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 25 下一页
摘要: 机器学习、模式识别等领域,都是需要借助数学的,所以对于数学的理解和运用是十分重要的,这里先转载网上暂时找到的矩阵求导的一小部分。成长路漫漫,多学一点,就能更加接近自己的梦想!矩阵分四个博文介绍,这里是第一个。下面的(一部分)来自某个pdf中,因为不知道出处,所以也就没法引用了。见谅!一、矩... 阅读全文
posted @ 2015-06-24 09:15 仙守 阅读(1456) 评论(0) 推荐(1) 编辑
摘要: 来自:http://deeplearning.net/software/theano/tutorial/extending_theano.htmlExtending Theano 该教程覆盖了如何使用新颖的ops来扩展theano。它主要关注哪些能够提供一个python实现的ops。而Extend... 阅读全文
posted @ 2015-06-23 09:10 仙守 阅读(1814) 评论(1) 推荐(0) 编辑
摘要: 按照百科上说的,针对于openmp的编程,最简单的就是在开头加个#include<omp.h>,然后在后面的for上加一行#pragma omp parallel for即可,下面的是较为详细的介绍了openmp的入门。 OpenMP:OpenMp是由OpenMP Architecture Revi 阅读全文
posted @ 2015-06-23 08:13 仙守 阅读(6836) 评论(0) 推荐(1) 编辑
摘要: 来自:http://deeplearning.net/software/theano/tutorial/multi_cores.htmlMulti cores support in Theano一、BLAS 操作 BLAS是一个针对于某些数学上操作的接口,其中包括两个向量、一个向量和一个矩阵、两个... 阅读全文
posted @ 2015-06-23 08:09 仙守 阅读(1410) 评论(0) 推荐(0) 编辑
摘要: 来自:http://deeplearning.net/software/theano/tutorial/examples.htmlMore Examples 现在,是时候开始系统的熟悉theano的基础对象和操作了,可以通过浏览库的部分来详细的了解Basic Tensor Functionalit... 阅读全文
posted @ 2015-06-23 08:01 仙守 阅读(3191) 评论(0) 推荐(0) 编辑
摘要: 来自:http://deeplearning.net/software/theano/tutorial/profiling.htmlProfiling Theano functionnote:该方法是用来代替旧的ProfileMode.不要再使用ProfileMode了。 在检查错误的同时,另... 阅读全文
posted @ 2015-06-19 22:40 仙守 阅读(1183) 评论(0) 推荐(0) 编辑
摘要: 来自:http://deeplearning.net/software/theano/tutorial/shape_info.htmlDebugging Theano: FAQ and Troubleshooting 在计算机程序中会有许多种不同的bug。该页就是来说说FAQ,即问题集的。介绍了一... 阅读全文
posted @ 2015-06-19 14:27 仙守 阅读(9806) 评论(0) 推荐(1) 编辑
摘要: 来自:http://deeplearning.net/software/theano/tutorial/shape_info.htmlHow Shape Information is Handled by Theano 当建立一个graph的时候,是没法严格的执行theano变量的shape的,因为... 阅读全文
posted @ 2015-06-19 10:05 仙守 阅读(1575) 评论(0) 推荐(0) 编辑
摘要: 来自:http://deeplearning.net/software/theano/tutorial/aliasing.htmlUnderstanding Memory Aliasing for Speed and Correctness 内存的重用是theano提升代码运行速度的一种方法,而且... 阅读全文
posted @ 2015-06-18 15:46 仙守 阅读(2611) 评论(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 仙守 阅读(3011) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 25 下一页