- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Clustering Algorithms Applications Hierarchical Clustering k -Means Algorithms CURE Algorithm The Problem of Clustering Given a set of points, with a notion of distance between points, group the points into some number of clusters, so that members of a cluster are in some sense as close to each other as possible. Example Problems With Clustering Clustering in two dimensions looks easy. Clustering small amounts of data looks easy. And in most cases, looks are not deceiving. The Curse of Dimensionality Many applications involve not 2, but 10 or 10,000 dimensions. High-dimensional spaces look different: almost all pairs of points are at about the same distance. Example: Curse of Dimensionality Assume random points within a bounding box, e.g., values between 0 and 1 in each dimension. In 2 dimensions: a variety of distances between 0 and 1.41. In 10,000 dimensions, the difference in any one dimension is distributed as a triangle. Example – Continued The law of large numbers applies. Actual distance between two random points is the sqrt of the sum of squares of essentially the same set of differences. Example High-Dimension Application: SkyCat A catalog of 2 billion “sky objects” represents objects by their radiation in 7 dimensions (frequency bands). Problem: cluster into similar objects, e.g., galaxies, nearby stars, quasars, etc. Sloan Sky Survey is a newer, better version. Example: Clustering CD’s (Collaborative Filtering) Intuitively: music divides into categories, and customers prefer a few categories. But what are categories really? Represent a CD by the customers who bought it. Similar CD’s have similar sets of customers, and vice-versa. The Space of CD’s Think of a space with one dimension for each customer. Values in a dimension may be 0 or 1 only. A CD’s point in this space is (x1, x2,…, xk), where xi = 1 iff the i th customer bought the CD. Compare with boolean matrix: rows = customers; cols. = CD’s. Space of CD’s – (2) For Amazon, the dimension c
文档评论(0)