码迷,mamicode.com
首页 >  
搜索关键字:deep learning    ( 5395个结果
solaris bind 符号未定义
ld: fatal: Symbol referencing errorsRecently, I am learning the Unix C and come to know that Sockets are:– Special files used for network communicatio...
分类:其他好文   时间:2014-07-22 22:53:33    阅读次数:218
Foundataions of Machine Learning: Rademacher complexity and VC-Dimension(2)
Foundataions of Machine Learning: Rademacher complexity and VC-Dimension(2)(一) 增长函数(Growth function) 在引入增长函数之前,我们先介绍一个例子,这个例子会有助于理解增长函数这个东西。在input spa...
分类:其他好文   时间:2014-07-22 22:53:14    阅读次数:242
图像处理、模式识别、模式分类、机器视觉推荐图书
源地址:http://blog.chinaunix.net/uid-26020768-id-3155898.html1、数字图像处理,冈萨雷斯,阮秋琦(译),电子工业出版社;2、opencv基础篇,于仕琦,刘瑞祯,北京航空航天大学出版社;3、Learning OpenCV computer visi...
分类:其他好文   时间:2014-07-22 00:38:34    阅读次数:212
ML | Naive Bayes
what's xxxIn machine learning, naive Bayes classifiers are a family of simple probabilistic classifiers based on applying Bayes' theorem with strong (...
分类:其他好文   时间:2014-07-20 10:11:07    阅读次数:260
JavaScript Patterns 6.5 Inheritance by Copying Properties
This post introduces how to implement the shallow and deep copy in JavaScript.
分类:编程语言   时间:2014-07-19 14:14:46    阅读次数:194
UVA 10198 Counting
Counting The Problem Gustavo knows how to count, but he is now learning how write numbers. As he is a very good student, he already learned 1, 2, 3 and 4. But he didn't realize yet tha...
分类:其他好文   时间:2014-07-18 22:04:36    阅读次数:322
Foundataions of Machine Learning: Rademacher complexity and VC-Dimension(1)
Foundataions of Machine Learning: Rademacher complexity and VC-Dimension(1) 前面两篇文章中,我们在给出PAC-learnable定理时,都有一个前提假设,那就是 Hypothesis set 是有限的。但很明显,在实际中的假...
分类:其他好文   时间:2014-07-18 15:35:26    阅读次数:477
【DateStructure】 Charnming usages of Map collection in Java
When learning the usage of map collection in java, I found serveral beneficial methods that was encountered in the daily life. Now  I made a summary:  import java.util.ArrayList; import java.util.Col...
分类:编程语言   时间:2014-07-18 15:13:56    阅读次数:242
grails Domian对象转JSON去class以及自定义字段的最佳方式
grails:2.4.x IDE:Intellij IDEA 13.x grails的Domain对象之间如果存在环形引用,直接使用as JSON只会输出关联对象的id,并且如果使用deep也会报错且deep并不支持层级输出设置。达不到一些程序的使用需求。 所以自己在网上翻了很多资料,最终测试出一个比较简单可靠的方案: 1、在config.groovy中添加一句针对JSON转换的配置 g...
分类:Web程序   时间:2014-07-17 11:04:38    阅读次数:353
根据《Sparse deep belief net model for visual area V2》实现Sparse GRBM
前一部分的求解用Hinton的CD算法即可,后一部分的求解即在前一部分的前提下,加入: %%加入SparsepenaltyR.delta=mean(mean(h0,1)-R.sparseP).*mean(h0.*(1-h0),1);R.deltaW=(v0'*repmat(R.delta,minib...
分类:Web程序   时间:2014-07-16 16:13:44    阅读次数:743
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!