网站大量收购独家精品文档,联系QQ:2885784924

统计机器学习概论机器学习.ppt

  1. 1、本文档共121页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
The Kernel Trick Recall the SVM optimization problem The data points only appear as inner product As long as we can calculate the inner product in the feature space, we do not need the mapping explicitly Many common geometric operations (angles, distances) can be expressed by inner products Define the kernel function K by * Examples of Kernel Functions Polynomial kernel with degree d Radial basis function kernel with width s Closely related to radial basis function neural networks The feature space is infinite-dimensional Sigmoid with parameter k and q It does not satisfy the Mercer condition on all k and q * * §3.6聚类方法:K-Means Given a set of examples Dn = {z1, z2, · · · , zn} Search for K prototypes μk of disjoint subsets Sk of Dn in order to minimize where μk is the mean of the examples in subset Sk : We could use any distance, not just the Euclidean distance... Batch K-Means Initialization: select randomly K examples zj in Dn as initial values of each μk At each batch iteration: For each prototype μk , put in the emptied set Sk the examples of Dn that are closer to μk than to any other μj≠k. Re-compute the value of each μk as the average of the examples in Sk . The algorithm stops when no prototype moves anymore. It can be shown that the K-Means criterion will never increase. * Batch K-Means (图示1) * Batch K-Means (图示2) * Batch K-Means (图示3) * * 四、机器学习的难题与挑战 注:以下部分内容引自周志华《机器学习挑战》 王珏《机器学习的难题与分析》 机器学习的难题(1) * 维数灾难问题 * 维数灾难问题 * 维数灾难问题 * 维数灾难问题 * * Bayes决策:讨论 基于Bayes决策的最优分类器 Bayes决策的三个前提: 类别数确定 各类的先验概率P(Ci)已知 各类的条件概率密度函数p(x|Ci)已知 问题的转换: 基于样本估计P(Ci)和p(x|Ci) 基于样本直接确定判别函数 ?学习问题 * 三、主要统计学习方法简介 * 统计学习方法 决策树 统计推理 用数据的似然度(likelihood)和假设(Hypothesis)的概率去预测新实例的值 朴素Bayes方法(Na?ve Bayes, NB) 基于实例的学习 最近邻方法(Nearest Neighbor) 神经网络(Neural Networks) 支持向量机(Support Vector Machine) 典型聚类方法:K-Means §3.1 Decision Trees At each step, choose the feature that “reduces entropy” most. Work towards “node purity”. All the data f1 f2 Choose f2 Choose f1 Decision Trees CART (Breiman

文档评论(0)

177****2883 + 关注
实名认证
内容提供者

热爱教育,专注于教育领域创作与分享,让我们共同进步。

1亿VIP精品文档

相关文档