PetrKorab / Clustering-Textual-Data-with-Word2Vec

Pythonic approach to clustering text data with Word2vec model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clustering Textual Data with Word2Vec

Clustering Textual Data with Word2Vec, Python in Plain English (Medium), 2021-12-9. Article available from here.

The coding includes:

  • word2vec_medium_article.ipynb - data pre-processing, Word2Vec model training, PCA, K-means cluster visualization
  • clustering.ows - Orange (https://orangedatamining.com/) workflow that runs K-means clustering

About

Pythonic approach to clustering text data with Word2vec model

License:MIT License


Languages

Language:Jupyter Notebook 100.0%