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)(一) 增长函数(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
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
This post introduces how to implement the shallow and deep copy in JavaScript.
分类:
编程语言 时间:
2014-07-19 14:14:46
阅读次数:
194
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) 前面两篇文章中,我们在给出PAC-learnable定理时,都有一个前提假设,那就是 Hypothesis set 是有限的。但很明显,在实际中的假...
分类:
其他好文 时间:
2014-07-18 15:35:26
阅读次数:
477
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: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
前一部分的求解用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