Skip to content

Commit b108b65

Browse files
committed
Add link to Wikipedia page for cosine similarity on the cosine similarity page.
1 parent 6920d48 commit b108b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/similarities/cosine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
This section is currently being developed. If you're interested in helping write this section, feel free to [open a pull request](https://github.com/kernelmethod/LSH.jl/pulls); otherwise, please check back later.
55

66
## Definition
7-
*Cosine similarity*, roughly speaking, measures the angle between a pair of inputs. Two inputs are very similar if the angle between them is low, and their similarity drops as the angle between them increases.
7+
[Cosine similarity](https://en.wikipedia.org/wiki/Cosine_similarity), roughly speaking, measures the angle between a pair of inputs. Two inputs are very similar if the angle between them is low, and their similarity drops as the angle between them increases.
88

99
Concretely, cosine similarity is computed as
1010

0 commit comments

Comments
 (0)