Cosine Similarity

  • Lp Regularization l2norm aka p = 2
  • ranges from -1 : exactly opposite, 1 : exactly same, 0: orthogonal/not correlated, intermediate
  • [Cosine Distance](Cosine Distance.md)
  • Cosine similarity is
  • magnitude of vectors is not taken into account, merely their direction
  • In practice, this means that the differences in values are not fully taken into account
  • If you take a Recommender System, for example, then the cosine similarity does not take into account the difference in rating scale between different users
  • high-dimensional data and when the magnitude of the vectors is not of importance