印象笔记同步分享:Machine Learning—Mixtures of Gaussians and the EM algorithm
分类:
其他好文 时间:
2014-10-02 21:38:43
阅读次数:
189
这篇论文是今年9月份的论文[1],比较新,其中的观点感觉对卷积神经网络的参数调整大有指导作用,特总结之。关于卷积神经网络(Convolutional Neural Network, CNN),笔者后会作文阐述之,读者若心急则或可用谷歌百度一下。...
分类:
Web程序 时间:
2014-10-02 17:08:02
阅读次数:
1448
When I first started learning about JavaScript object model my reaction was of horror and disbelief. I was totally puzzled by its prototype nature as ...
分类:
编程语言 时间:
2014-10-02 04:12:52
阅读次数:
212
出现错误信息如下,请问大牛该如何解决?
00:52:56 **** Incremental Build of configuration Debug for project Again ****
make all
Building file: ../why.c
Invoking: GCC C Compiler
gcc "../why.c" -I/usr/include/glib-2.0...
分类:
编程语言 时间:
2014-10-01 04:32:10
阅读次数:
378
聚类算法是ML中一个重要分支,一般采用unsupervised learning进行学习,聚类算法分为K-Means, K-Medoids, GMM, Spectral clustering,Ncut五个算法;本文将实现K-eans算法。K-Means算法: 1. 将数据分为k个非空子集 2...
分类:
其他好文 时间:
2014-10-01 04:11:40
阅读次数:
278
Vbird Linux:Vim Learning:http://linux.vbird.org/linux_basic/0310vi.phpBash Shell:http://linux.vbird.org/linux_basic/0320bash.phpKey words of reminder:...
分类:
其他好文 时间:
2014-09-30 21:17:00
阅读次数:
172
转眼间9月份又过去了,又该好好总结一下这个月的英语学习情况了.
在暑假快结束的时候,9期师姐给我们测了英语快照。当初测的时候就发现一个问题:当测自己听过尤其是读过的东
西的时候,自己都能听出来。测自己不熟悉的材料的时候,听出来的也勉强才能及格。所以提高自己的听力是迫在眉睫
的,因为只有听懂了才能会说,只有听的准才能说的准。
开学了,英语学习由暑假的四个小时减...
分类:
其他好文 时间:
2014-09-30 11:44:59
阅读次数:
147
The Observer PatternThe Observer is a design pattern where an object (known as a subject) maintains a list of objects depending on it (observers), aut...
分类:
编程语言 时间:
2014-09-29 03:15:49
阅读次数:
287
The Singleton PatternThe Singleton pattern is thus known because it restricts instantiation of a class to a single object. Classically, the Singleton ...
分类:
编程语言 时间:
2014-09-29 02:54:37
阅读次数:
360
The Module PatternModulesModules are an integral piece of any robust application's architecture and typically help in keeping the units of code for a ...
分类:
编程语言 时间:
2014-09-28 23:04:55
阅读次数:
275