An open API service indexing awesome lists of open source software.

https://github.com/coderham/context-aware-clustering

Context-aware clustering of mixed/categorical data using word embeddings from Stanford's GloVe and t-SNE (for dimensionality reduction) with the k-means clustering algorithm. This serves as the code and implementation for the paper: Context-aware Clustering using Glove and k-Means
https://github.com/coderham/context-aware-clustering

Last synced: about 1 year ago
JSON representation

Context-aware clustering of mixed/categorical data using word embeddings from Stanford's GloVe and t-SNE (for dimensionality reduction) with the k-means clustering algorithm. This serves as the code and implementation for the paper: Context-aware Clustering using Glove and k-Means

Awesome Lists containing this project

README

          

# Context-aware-clustering
Context-aware clustering of mixed/categorical data using word embeddings from Stanford's GloVe and t-SNE (for dimensionality reduction) with the k-means clustering algorithm.