Text Clustering with Word Embedding in Machine Learning

Text clustering is widely used in many applications such as recommender systems, sentiment analysis, topic selection, user segmentation. Word embeddings (for example word2vec) allow to exploit ordering of the words and semantics information from the text corpus. In this blog you can find several posts dedicated different word embedding models: GloVe – How to Convert … Read more

K Means Clustering Example with Word2Vec in Data Mining or Machine Learning

In this post you will find K means clustering example with word2vec in python code. Word2Vec is one of the popular methods in language modeling and feature learning techniques in natural language processing (NLP). This method is used to create word embeddings in machine learning whenever we need vector representation of data. For example in … Read more