zhongkaifu / Txt2Vec

Txt2Vec is a toolkit to represent text by vector. It's based on Google's word2vec project, but with some new features, such incremental training, model vector and so on.
BSD 3-Clause "New" or "Revised" License
68 stars 30 forks source link

How to visualize the learned embeddings #4

Open My-Khan opened 7 years ago

My-Khan commented 7 years ago

Hello, Sir, can you guide me how to visualize the learned embeddings?

zhongkaifu commented 7 years ago

What kind of visualize do you want to have ? Can you give me a specified example about it ?

My-Khan commented 7 years ago

Many thanks for your kind reply, I am interested in plotting the words like the TensorFlow does. https://www.tensorflow.org/tutorials/word2vec image

zhongkaifu commented 7 years ago

Currently, Txt2Vec is a lib and command line tool. It doesn't support visualization yet.

My-Khan commented 7 years ago

Many Thanks, Sir, Actually, Sir, my whole research work is fully dependent on the use of text2Vec, RNNsharp nad CRFSharp Lib, now my adviser asked me to visualise the word vectors, Sir any help will be highly appreciated.