Jaccard Similarity – Text Similarity in NLP

Reading Time: 2 minutes[latexpage]In Natural Language Processing, we sometimes need to estimate the similarity between text documents. There are several methods to achieve this such as Costine Distance, Jaccard Similarity and Euclidean Distance measurements. In this...

Cosine Similarity & Cosine Distance

Reading Time: < 1 minuteThe Cosine similarity is used to determine the similarity between documents or vectors. Mathematically the cosine similarity is used to measures the cosine of the angle between two vectors projected in a multi-dimensional space. There are...