Skip to content

Commit c062507

Browse files
authored
Update README.md
1 parent 2f4cd09 commit c062507

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88

99
A Julia package for [locality-sensitive hashing](https://en.wikipedia.org/wiki/Locality-sensitive_hashing) to accelerate similarity search.
1010

11+
- [What's LSH?](#whats-lsh)
12+
- [Installation](#installation)
13+
- [Supported similarity functions](#supported-similarity-functions)
14+
- [Examples](#examples)
15+
1116
## What's LSH?
1217
Traditionally, if you have a data point `x`, and want to find the most similar point(s) to `x` in your database, you would compute the similarity between `x` and all of the points in your database, and keep whichever points were the most similar. For instance, this type of approach is used by the classic [k-nearest neighbors algorithm](https://en.wikipedia.org/wiki/K-nearest_neighbors_algorithm). However, it has two major problems:
1318

0 commit comments

Comments
 (0)