我将不同的文本聚集成 15 个集群。
文本格式如下:
"Oreo Biscuit is good"
"Healthy Breakfast
"Cars are fast"
....
我将文本转换为 100 维的 Word2Vec。现在我有 15 个集群,我想绘制它们。
我不想绘制所有点,而是想为每个集群绘制 1 个点,这样图中就有 15 个点。我怎么做?
想法:
1) Use the cluster centre to plot each cluster.
Is there any other way (Converting all the Word2vecs in a cluster into
Doc2vec) or
Can Mds (Multi Dimensional Scaling) be used to plot the .
clusters?
谢谢