aboutsummaryrefslogtreecommitdiffstats
path: root/updates_20200525.md
diff options
context:
space:
mode:
Diffstat (limited to 'updates_20200525.md')
-rw-r--r--updates_20200525.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/updates_20200525.md b/updates_20200525.md
new file mode 100644
index 0000000..6b8082b
--- /dev/null
+++ b/updates_20200525.md
@@ -0,0 +1,25 @@
+
+There seem to be a bunch of new resources since I first researched this topic in 2017.
+
+Chapter 3: Finding Similar Items
+of Mining Massive Datasets textbook
+http://www.mmds.org/
+http://infolab.stanford.edu/~ullman/mmds/ch3.pdf
+
+1 + 1 = 1 or Record Deduplication with Python
+https://www.youtube.com/watch?v=4O87RdBgRJ4&feature=youtu.be
+
+Entity Resolution: Introduction
+https://www2.cs.duke.edu/courses/spring17/compsci590.1/lectures/14-er-intro.pdf
+
+Document Deduplication with Locality Sensitive Hashing
+https://mattilyra.github.io/2017/05/23/document-deduplication-with-lsh.html
+
+"How to speedup MinHash LSH indexing for hundreds of millions of MinHashes?"
+https://github.com/ekzhu/datasketch/issues/41
+
+"MinHash LSH for document clustering"
+https://github.com/ekzhu/datasketch/issues/120
+
+"Easy computation of all duplicates?"
+https://github.com/ekzhu/datasketch/issues/76