Recent posts

Cosine Similarity, Explained for Everyone

5 minute read

Cosine similarity is a simple way to compare texts: it checks whether two vectors point in the same direction, rather than how long they are. Here’s the begi...

Normalizer and TF-IDF in NLP

3 minute read

In this post, we explore how Normalizer and TF-IDF work in Natural Language Processing, focusing on their differences and when to use them.