- 1、本文档共121页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 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 minimizewhere μ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
您可能关注的文档
- 人工智能人工智能课件.ppt
- 人类大脑信号处理机制脑与神经科学.pdf
- 人类对脑认知的历程——从自然哲学理论时期说起.pdf
- 如果生命是可以计算的读李建会的《走向计算主义》之后.pdf
- 深构造网络_类脑计算的新方向.pdf
- 什么是类脑计算人工智能.pdf
- 神经网络与深度学习.ppt
- 斯坦福大学机器学习课程个人笔记完整版 (1).pdf
- 玩转物联网玩转物联网 (2).pdf
- 我国成立_类脑国家实验室借鉴人脑攻关人工智能.pdf
- 基本面选股组合月报:大模型AI选股组合本年超额收益达6.60.pdf
- 可转债打新系列:安集转债,高端半导体材料供应商.pdf
- 可转债打新系列:伟测转债,国内头部第三方IC测试企业.pdf
- 联想集团PC换机周期下的价值重估.pdf
- 计算机行业跟踪:关税升级,国产突围.pdf
- 科技类指数基金专题研究报告:详解AI产业链指数及基金布局.pdf
- 计算机行业研究:AIAgent产品持续发布,关税对板块业绩影响较小.pdf
- 民士达深度报告:国内芳纶纸龙头,把握变局期崛起机遇.pdf
- 社会服务行业动态:全球首张民用无人驾驶载人航空器运营合格证落地,霸王茶姬冲击美股IPO.pdf
- 通信行业研究:特朗普关税令落地,长期看好国产算力链.pdf
文档评论(0)