2 posts tagged with "deeplearning"

View All Tags

How to use BERT Sentence Embedding for Clustering text

Nikita Sharma

Nikita Sharma

Data Science Intern

This post is about identifying context captured in text sentences and grouping/clustering similar sentences together. Understanding the context means that we need to understand every possible way a sentence could be written.

Here we will use BERT to identify the similarity between sentences and then we will use the Kmeans clustering approach to cluster the sentences with the same context together.