码迷,mamicode.com
首页 >  
搜索关键字:maching learning    ( 4462个结果
k-Means聚类算法
聚类算法是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
2014/09/30 Learning Note
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
程序员学英语——In September the English learning summary
转眼间9月份又过去了,又该好好总结一下这个月的英语学习情况了.         在暑假快结束的时候,9期师姐给我们测了英语快照。当初测的时候就发现一个问题:当测自己听过尤其是读过的东 西的时候,自己都能听出来。测自己不熟悉的材料的时候,听出来的也勉强才能及格。所以提高自己的听力是迫在眉睫 的,因为只有听懂了才能会说,只有听的准才能说的准。         开学了,英语学习由暑假的四个小时减...
分类:其他好文   时间:2014-09-30 11:44:59    阅读次数:147
Learning JavaScript Design Patterns The Observer Pattern
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
Learning JavaScript Design Patterns The Singleton Pattern
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
Learning JavaScript Design Patterns The Module Pattern
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
Learning JavaScript Design Patterns The Constructor Pattern
In classical object-oriented programming languages, a constructor is a special method used to initialize a newly created object once memory has been a...
分类:编程语言   时间:2014-09-28 22:56:05    阅读次数:213
Machine Learning in Action -- FP-growth
要解决的问题,频繁项集 最暴力的方法,就是遍历所有的项集组合,当然计算量过大 最典型的算法apriori, 算法核心思想,当一个集合不是频繁项集,那么它的超集也一定不是频繁项集 这个结论是很明显的,基于这样的思路,可以大大减少频繁项集的候选项 因为你只要发现一个集合非频繁项集,那么他所有的超集都可以...
分类:其他好文   时间:2014-09-28 15:27:22    阅读次数:346
Java learning notes (1):Basic Knowlege points
Basic Knowlege points:1: it's necessary that there is only one public class in per .java file2: .java file name should better to same as class name3: ...
分类:编程语言   时间:2014-09-28 13:23:52    阅读次数:313
[FML学习笔记二]PAC Learning Model
对于一个concept class C,如果存在一个算法A和一个多项式poly(.,.,.,.),有对于任意的ε>0、δ>0以及X的任意分布D和任何target concept C,当sample size m>=poly(1/ε,1/δ,n,size(c))时,不等式: 都成立,那么就说这个con...
分类:其他好文   时间:2014-09-27 16:12:20    阅读次数:297
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!