Skip to content

Commit

Permalink
Remove broken ad
Browse files Browse the repository at this point in the history
  • Loading branch information
Planeshifter authored Sep 7, 2021
1 parent 90c19d2 commit 8df7373
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ Cosine Similarity

> Computes the [cosine similarity](http://en.wikipedia.org/wiki/Cosine_similarity) between two arrays.
<a target="_blank" rel="nofollow" href="https://app.codesponsor.io/link/2GH3ESgBANYoWNMCAicW2LQk/compute-io/cosine-similarity"><img alt="Sponsor" width="888" height="68" src="https://app.codesponsor.io/embed/2GH3ESgBANYoWNMCAicW2LQk/compute-io/cosine-similarity.svg"/></a>

[Cosine similarity](http://en.wikipedia.org/wiki/Cosine_similarity) defines vector similarity in terms of the angle separating two vectors.

<div class="equation" align="center" data-raw-text="s(\mathbf{x},\mathbf{y}) = {\mathbf{x} \cdot \mathbf{y} \over \|\mathbf{x}\| \|\mathbf{y}\|} = \frac{ \sum\limits_{i=0}^{n-1}{x_i y_i} }{ \sqrt{\sum\limits_{i=0}^{n-1}{(x_i)^2}} \times \sqrt{\sum\limits_{i=0}^{n-1}{(y_i)^2}} }" data-equation="eq:cosine_similarity">
Expand Down

0 comments on commit 8df7373

Please sign in to comment.