机器学习 6 unsupervised learning

Machine Learning lesson 12 http://v.163.com/movie/2008/1/O/T/M6SGF6VB4_M6SGKGMOT.html

1. clustering

2. k-means clustering algorithm

K-means算法是很典型的基于距离的聚类算法,采用距离作为相似性的评价指标,即认为两个对象的距离越近,其相似度就越大。

3. density estimation

anomaly detection or standout analysis

4. EM algorithm

这种方法可以广泛地应用于处理缺损数据,截尾数据,带有噪声等所谓的不完全数据(incomplete data)

see more inhttp://baike.baidu.com/view/1541707.htm

Gaussian discriminant Analysis

maximum likeliness estimation

Jensen's inequality:

In the context of probability theory,it is generally stated in the following form: if X is a random variable and f is a convex function,then f(EX) <= E(f(X)).

相关文章

Format[$] ( expr [ , fmt ] ) format 返回变体型 format$ 强...
VB6或者ASP 格式化时间为 MM/dd/yyyy 格式,竟然没有好的办...
在项目中添加如下代码:新建窗口来显示异常信息。 Namespace...
转了这一篇文章,原来一直想用C#做k3的插件开发,vb没有C#用...
Sub 分列() ‘以空格为分隔符,连续空格只算1个。对所选...
  窗体代码 1 Private Sub Text1_OLEDragDrop(Data As Dat...