Files
Obsidian-Vault/AI Linear Algebra/Cosine Similarity.md

1 line
186 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

The cosine similarity is a way to measure the similarity of [[Vectors]]. It is defined as: $$cos(𝐱,𝐲)=\Biggl \langle\frac{𝐱}{‖𝐱‖},\frac{𝐲}{‖𝐲‖} \Biggr \rangle$$