上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 25 下一页
摘要: 来自:http://deeplearning.net/software/theano/tutorial/printing_drawing.htmlPrinting/Drawing Theano graphs Theano提供的函数theano.printing.pprint()和theano.pr... 阅读全文
posted @ 2015-06-16 11:27 仙守 阅读(1201) 评论(0) 推荐(0)
摘要: 支持向量机通俗导论(理解SVM的三层境界)作者:July ;致谢:pluskid、白石、JerryLead。出处:结构之法算法之道blog。前言 动笔写这个支持向量机(support vector machine)是费了不少劲和困难的,原因很简单,一者这个东西本身就并不好懂,要深入学习和研究下去需... 阅读全文
posted @ 2015-06-16 09:47 仙守 阅读(761) 评论(0) 推荐(0)
摘要: 来自:http://deeplearning.net/software/theano/tutorial/symbolic_graphs.htmlGraph Structures Theano是将符号数学化的计算表示成graphs。这些graphs是由将Apply和Variable节点内连接而组成的... 阅读全文
posted @ 2015-06-15 22:53 仙守 阅读(1201) 评论(0) 推荐(0)
摘要: 来自:http://deeplearning.net/software/theano/tutorial/adding.htmlBaby Steps - Algebra一、两个标量相加 在学习theano的开始,首先来感受下它是如何工作的,让我们先来定义一个简单的相加函数:>>> import th... 阅读全文
posted @ 2015-06-13 15:56 仙守 阅读(2341) 评论(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 仙守 阅读(621) 评论(0) 推荐(0)
摘要: 来自:http://deeplearning.net/tutorial/dA.html#daa Denoising Autoencoders (dA) note:该部分假设读者已经看过(Theano3.3-练习之逻辑回归)和(Theano3.4-练习之多层感知机)。另外需要了解这几个theano函数 阅读全文
posted @ 2015-06-11 09:35 仙守 阅读(871) 评论(0) 推荐(0)
摘要: Ubuntu14.04+cuda6.5+opencv2.4.9+caffe配置记录从4月5日差不多开始安装,到今天4月15日,快两个星期了。如果加上之前自己看点Linux的时间,这折腾的有两个星期(半个月了)。哎,快装好了,我也快崩溃了,真的想放弃的时候,突然找到个博客,好像照它的步骤安装好像又装好... 阅读全文
posted @ 2015-06-10 11:10 仙守 阅读(1619) 评论(0) 推荐(0)
摘要: 来源:http://deeplearning.net/software/theano/tutorial/index.html#tutorial 这里介绍的是使用theano的一些基础知识,虽然theano是用来dl 的,不过其中的一些函数还是挺有用的,可以用在ml 里面。 在python或者ip... 阅读全文
posted @ 2015-06-09 09:45 仙守 阅读(2170) 评论(0) 推荐(0)
摘要: 来源:http://deeplearning.net/tutorial/lenet.html#lenetConvolutional Neural Networks (LeNet)note:这部分假设读者已经看过(Theano3.3-练习之逻辑回归)和(Theano3.4-练习之多层感知机)。另外,这... 阅读全文
posted @ 2015-06-08 09:22 仙守 阅读(2690) 评论(0) 推荐(0)
摘要: 来自http://deeplearning.net/tutorial/mlp.html#mlpMultilayer Perceptronnote:这部分假设读者已经通读之前的一个练习Classifying MNIST digits using Logistic Regression.(http://... 阅读全文
posted @ 2015-06-07 15:14 仙守 阅读(1273) 评论(0) 推荐(0)
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 25 下一页