4 posts tagged with "nlp"

View All Tags

Assignar Forms Library

Zarmina Muhammad

Zarmina Muhammad

Data Analyst

I would like to share my project story, with challenges faced and learnings during revamp and transformation to build readily available templates that could facilitate with forms autofill and swiftly generate refined and cleaner data to assist in future ML solutions, adding value to forms automation.

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.