Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ahazxm committed Sep 17, 2018
1 parent c83b6dd commit 1c07774
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@



- **TODO**
- [**A neural algorithm for a fundamental computing problem**](http://science.sciencemag.org/content/358/6364/793) By [Sanjoy Dasgupta](https://dblp.org/pers/hd/d/Dasgupta:Sanjoy), [Charles F. Stevens](https://www.salk.edu/scientist/charles-f-stevens/), and [Saket Navlakha](https://www.salk.edu/scientist/saket-navlakha/)

- **1998-Similarity Search in High Dimensions via Hashing**
- 1998 [Similarity Search in High Dimensions via Hashing](https://www.cs.princeton.edu/courses/archive/spring13/cos598C/Gionis.pdf) By [Aristides Gionis](https://users.ics.aalto.fi/gionis/index.shtml), [Piotr Indyk](https://people.csail.mit.edu/indyk/), [Rajeev Motwaniz](https://en.wikipedia.org/wiki/Rajeev_Motwani#cite_note-Kanpur-19)
- **2004-Locality-Sensitive Hashing Scheme Based on p-Stable Distributions**
Expand All @@ -10,7 +13,7 @@
- **2010-Bi-level Locality Sensitive Hashing for K-Nearest Neighbor**
- 2004 [Locality-Sensitive Hashing Scheme Based on p-Stable Distributions](https://www.mlpack.org/papers/lsh.pdf) By Mayur Datar, [Nicole Immorlica](http://www.immorlica.com/), [Piotr Indyk](https://people.csail.mit.edu/indyk/), and [Vahab Mirrokni](https://ai.google/research/people/mirrokni)
- 2007 [Multiprobe LSH: efficient indexing for high-dimensional similarity search](http://www.cs.princeton.edu/cass/papers/mplsh_vldb07.pdf) By [Qin Lv](https://www.cs.colorado.edu/~lv/), William Josephson, Zhe Wang, [Moses Charikar](https://profiles.stanford.edu/moses-charikar), and [Kai Li](http://www.cs.princeton.edu/~li/)
- 2008 [Modeling lsh for performance tuning](http://www.cs.princeton.edu/cass/papers/cikm08.pdf) By Wei Dong, Zhe Wang, William Josephson, [Moses Charikar](https://profiles.stanford.edu/moses-charikar), and [Kai Li](http://www.cs.princeton.edu/~li/)
- 2008 [Modeling lsh for performance tuning](http://www.cs.princeton.edu/cass/papers/cikm08.pdf) By Wei Dong, Zhe Wang, William Josephson, [Moses Charikar](https://profiles.stanford.edu/moses-charikar), and [Kai Li](http://www.cs.princeton.edu/~li/)w
- 2008 [Query Adaptative Locality Sensitive Hashing](https://hal.inria.fr/inria-00318614/document) By [Hervé Jégou](https://research.fb.com/people/jegou-herve/), [Laurent Amsaleg](http://people.rennes.inria.fr/Laurent.Amsaleg/), [Cordelia Schmid](https://thoth.inrialpes.fr/~schmid/), and Patrick Gros
- 2007 [Learning the structure of manifolds using random projections](http://cseweb.ucsd.edu/~yfreund/papers/rptree_nips.pdf) By [Yoav Freund](https://cseweb.ucsd.edu/~yfreund/), [Sanjoy Dasgupta](https://dblp.org/pers/hd/d/Dasgupta:Sanjoy), [Mayank Kabra](https://dblp.uni-trier.de/pers/hd/k/Kabra:Mayank), and [Nakul Verma](http://www.cs.columbia.edu/~verma/)
- 2008 [Random projection trees and low dimensional manifolds](http://cseweb.ucsd.edu/~dasgupta/papers/rptree-stoc.pdf) By [Sanjoy Dasgupta](https://dblp.org/pers/hd/d/Dasgupta:Sanjoy) and [Yoav Freund](https://cseweb.ucsd.edu/~yfreund/)
Expand Down

0 comments on commit 1c07774

Please sign in to comment.