Last active
April 28, 2020 14:05
-
-
Save greeness/ea918e723d7bff618852 to your computer and use it in GitHub Desktop.
simhash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
simple and clear algorithm description: | |
http://www.titouangalopin.com/blog/articles/2014/05/simhash-or-the-way-to-compare-quickly-two-datasets | |
a python impl | |
http://liangsun.org/posts/a-python-implementation-of-simhash-algorithm/ | |
original paper of simhash | |
http://www.cs.princeton.edu/courses/archive/spr04/cos598B/bib/CharikarEstim.pdf | |
simhash impl doc | |
http://simhash.googlecode.com/svn/trunk/paper/SimHashWithBib.pdf | |
detection of near-dup documents | |
http://d3s.mff.cuni.cz/~holub/sw/shash/#a2 | |
simhash hopefully made simple | |
http://ferd.ca/simhashing-hopefully-made-simple.html | |
In Defense of MinHash Over SimHash | |
http://jmlr.org/proceedings/papers/v33/shrivastava14.pdf | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment