前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >MMD_2a_FindSimilarSets

MMD_2a_FindSimilarSets

作者头像
用户1147754
发布2018-01-02 17:03:52
5490
发布2018-01-02 17:03:52
举报
文章被收录于专栏:YoungGyYoungGy

概述

application

there are many data-mining problems which can be expressed as finding similar sets, such as:

  • pages with similar words, e.g., for classification by topic
  • recommendation systems, classification by people or movie
  • entity resolution, different informs all point to one person
这里写图片描述
这里写图片描述

essential parts

这里写图片描述
这里写图片描述

shingling

这里写图片描述
这里写图片描述

minhashing

jaccard similarity measure

这里写图片描述
这里写图片描述

matrix represent

这里写图片描述
这里写图片描述

minihash

总体步骤

这里写图片描述
这里写图片描述

例子

这里写图片描述
这里写图片描述

性质

这里写图片描述
这里写图片描述

签名的相似性

这里写图片描述
这里写图片描述

implementation

将对矩阵的转置操作用不同的hash函数代替。

这里写图片描述
这里写图片描述

LSH

LSH means locality-sensitive hashing.

概述

  • general idea: generate from the collection of all elements (signatures in our examples) a small list of candidates pairs : pairs of elements whose similarity must be evaluated.
  • for signature matrices: hush columns to many buckets, and make elements of the same bucket candidate pairs.

候选pairs的规则

这里写图片描述
这里写图片描述

LSH具体阐述

这里写图片描述
这里写图片描述

例子

这里写图片描述
这里写图片描述

概率分析

这里写图片描述
这里写图片描述

总结

这里写图片描述
这里写图片描述

得到更多的signature(但是会有更多的空间占用与计算),可以有更大的b和r,能够获得更step的函数。

LSH Application

entity resolution

fingerprint

similar news articles

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 概述
    • application
      • essential parts
      • shingling
      • minhashing
        • jaccard similarity measure
          • matrix represent
            • minihash
              • 总体步骤
              • 例子
              • 性质
              • 签名的相似性
              • implementation
          • LSH
            • 概述
              • 候选pairs的规则
                • LSH具体阐述
                  • 例子
                    • 概率分析
                      • 总结
                      • LSH Application
                        • entity resolution
                          • fingerprint
                            • similar news articles
                            领券
                            问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档