nmonath / NLPProject

Repository for our Final Project
0 stars 0 forks source link

Write Code to Cluster All the Word2Vec Vectors from All the Training Documents #5

Closed nmonath closed 10 years ago

nmonath commented 10 years ago

Inputs: List of words that appear in 1+ training documents Word2Vec Pre-Trained Model k - number of clusters

Outputs: Mapping from word to cluster ID

nmonath commented 10 years ago

Clustering algorithms to try: Kmeans, DBscan

nmonath commented 10 years ago

Use hierarchical clustering