上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 25 下一页
摘要: 来自:http://deeplearning.net/software/theano/tutorial/adding.htmlBaby Steps - Algebra一、两个标量相加 在学习theano的开始,首先来感受下它是如何工作的,让我们先来定义一个简单的相加函数:>>> import th... 阅读全文
posted @ 2015-06-13 15:56 仙守 阅读(2311) 评论(0) 推荐(0) 编辑
摘要: 来自:http://deeplearning.net/tutorial/SdA.html#sda Stacked Denoising Autoencoders (SdA) note:这部分需要读者读过 (Theano3.3-练习之逻辑回归)和(Theano3.4-练习之多层感知机)。另外会使用到的t 阅读全文
posted @ 2015-06-12 15:00 仙守 阅读(598) 评论(0) 推荐(0) 编辑
摘要: 来自:http://deeplearning.net/tutorial/dA.html#daa Denoising Autoencoders (dA) note:该部分假设读者已经看过(Theano3.3-练习之逻辑回归)和(Theano3.4-练习之多层感知机)。另外需要了解这几个theano函数 阅读全文
posted @ 2015-06-11 09:35 仙守 阅读(861) 评论(0) 推荐(0) 编辑
摘要: Ubuntu14.04+cuda6.5+opencv2.4.9+caffe配置记录从4月5日差不多开始安装,到今天4月15日,快两个星期了。如果加上之前自己看点Linux的时间,这折腾的有两个星期(半个月了)。哎,快装好了,我也快崩溃了,真的想放弃的时候,突然找到个博客,好像照它的步骤安装好像又装好... 阅读全文
posted @ 2015-06-10 11:10 仙守 阅读(1600) 评论(0) 推荐(0) 编辑
摘要: 来源:http://deeplearning.net/software/theano/tutorial/index.html#tutorial 这里介绍的是使用theano的一些基础知识,虽然theano是用来dl 的,不过其中的一些函数还是挺有用的,可以用在ml 里面。 在python或者ip... 阅读全文
posted @ 2015-06-09 09:45 仙守 阅读(2158) 评论(0) 推荐(0) 编辑
摘要: 来源:http://deeplearning.net/tutorial/lenet.html#lenetConvolutional Neural Networks (LeNet)note:这部分假设读者已经看过(Theano3.3-练习之逻辑回归)和(Theano3.4-练习之多层感知机)。另外,这... 阅读全文
posted @ 2015-06-08 09:22 仙守 阅读(2677) 评论(0) 推荐(0) 编辑
摘要: 来自http://deeplearning.net/tutorial/mlp.html#mlpMultilayer Perceptronnote:这部分假设读者已经通读之前的一个练习Classifying MNIST digits using Logistic Regression.(http://... 阅读全文
posted @ 2015-06-07 15:14 仙守 阅读(1248) 评论(0) 推荐(0) 编辑
摘要: 来自http://deeplearning.net/tutorial/gettingstarted.html#gettingstarted一、下载 在后续的每个学习算法上,都需要下载对应的文档,如果想要一次全部下好,那么可以复制git上面的这个教程的资料:git clone git://github... 阅读全文
posted @ 2015-06-05 13:27 仙守 阅读(1747) 评论(0) 推荐(0) 编辑
摘要: 是官网上theano的逻辑回归的练习(http://deeplearning.net/tutorial/logreg.html#logreg)的讲解。Classifying MNIST digits using Logistic Regressionnote:这部分假设你已经熟悉了这几个theano... 阅读全文
posted @ 2015-06-05 12:59 仙守 阅读(1853) 评论(0) 推荐(0) 编辑
摘要: 来自 http://deeplearning.net/tutorial/,虽然比较老了,不过觉得想系统的学习theano,所以需要从python--numpy--theano的顺序学习。这里的资料都很老了,毕竟看得出来应该是10年的,现在都15年了,综述还是什么都很不一样了,不过对于学习th... 阅读全文
posted @ 2015-06-05 12:24 仙守 阅读(920) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 25 下一页