Cosine Similarity
- Cosine Similarity is used to calculate the similarity between two vectors
- Range: [-1, 1]
- In simple term, Cosine Similarity is the normalization (Euclidian Norm) of dot product
Cosine SImilarity
- -1 means opposite
- 1 means most similar
- 0 means no relation