Skip to content

Commit 8cf1f0d

Browse files
authored
Remove duplicated entry for Cosine Similarity
1 parent 31040b5 commit 8cf1f0d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

resources/data_glossary.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -372,15 +372,6 @@ Cosine similarity measures the orientation of two *n*-dimensional sample vectors
372372
<br>
373373
<br>
374374

375-
<a class="mk-toclify" id="cosine-similarity"></a>
376-
#### Cosine Similarity
377-
[[back to top](#table-of-contents)]
378-
379-
Cosine similarity measures the orientation of two *n*-dimensional sample vectors irrespective to their magnitude. It is calculated by the dot product of two numeric vectors, and it is normalized by the product of the vector lengths, so that output values close to 1 indicate high similarity.
380-
(submitted by [Vahid Mirjalili](https://github.com/mirjalil))
381-
382-
<br>
383-
<br>
384375

385376
<a class="mk-toclify" id="cost-function"></a>
386377
#### Cost function

0 commit comments

Comments
 (0)