07 2020 档案
摘要:Locality Sensitive Hashing for Similar Item Search An efficient approach to identifying approximate nearest neighbors. Motivation Everyone is aware of
阅读全文
摘要:Minhash算法及其应用 一、引言 MinHash算法属于Locality Sensitive Hashing,用于快速估计两个集合的相似度。最早由Broder Andrei Z. 在1997年提出,最初在AltaVista搜索引擎中用于在搜索结果中检测并消除重复Web页面。如今广泛应用于大数据集
阅读全文
摘要:Locality sensitive hashing — LSH explained The problem of finding duplicate documents in a list may look like a simple task — use a hash table, and th
阅读全文
摘要:Motivation The task of finding nearest neighbours is very common. You can think of applications like finding duplicate or similar documents, audio/vid
阅读全文
摘要:最小哈希签名(MinHash)简述 最小哈希签名(minhashing signature)解决的问题是,如何用一个哈希方法来对一个集合(集合大小为n)中的子集进行保留相似度的映射(使他在内存中占用的字节数尽可能的少)。 其实哈希本身并不算难,难的是怎么保留两个子集的相似度的信息。所谓保留相似度,就
阅读全文
摘要:Hashing Passwords – Python Cryptography Examples Building a from-scratch server or using a lightweight framework is empowering. With that power comes
阅读全文
摘要:(Very) Basic Intro to Hash Functions (SHA-256, MD5, etc) Why Use A Hash Function? Hash functions are used all over the internet in order to securely s
阅读全文
摘要:shingling算法用于计算两个文档的相似度,例如,用于网页去重。维基百科对w-shingling的定义如下: In natural language processing a w-shingling is a set of unique "shingles"—contiguous subsequ
阅读全文
摘要:##三角形的外接圆 定理:到线段两端点距离相等的点在这条线段的垂直平分线上 也有,垂直平分线上的点,到线段两端距离相等。 不共线的三个点定圆,是因为任找两条线段的垂直平分线交点,这个点也在第三条线段的垂直平分线上,使得垂直平分线交点到这个个给定的点的距离相等 内接三角形-外接圆 由任意三个不共线的点
阅读全文
摘要:OSINT Amateur Hour 处理从公开来源收集到的情报爱好者的演出时间 What happens when two complete newcomers to the art of open-source intelligence try their hand at a geolocati
阅读全文
摘要:关于游戏,有很多想说的,自己曾经也沉迷过一款手机游戏。偶然从网上看到有关游戏心里的文章。就稍微整合改写了一下以作学习记录
阅读全文
摘要:##程序是什么 程序是一系列定义计算机如何执行计算 (computation) 的指令。这种计算可以是数学上的计算,例如寻找公式的解或多项式的根,也可以是一个符号计算 (symbolic compu-tation),例如在文档中搜索并替换文本或者图片,就像处理图片或播放视频。 不同编程语言所写程序的
阅读全文

浙公网安备 33010602011771号