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
- Host: GitHub
- URL: https://github.com/coderham/context-aware-clustering
- Owner: CoderHam
- Created: 2016-09-21T17:56:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-24T11:03:34.000Z (over 9 years ago)
- Last Synced: 2025-02-19T05:20:10.768Z (over 1 year ago)
- Language: Python
- Homepage: http://aircconline.com/ijsea/V8N4/8417ijsea03.pdf
- Size: 10.2 MB
- Stars: 1
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.