Posts

Add Post

« Return to Posts

word2vec and the Intel DevCloud

word2vec and the Intel DevCloud

Let's take a look at a popular ML model, word2vec.

The great thing about it is that it offers a unique represenation of words; vectors!
Vectors are great for semantics as it offers us a nearly unlimited space for defining the relationships between words. For example, once a model is trained, it allows word-rithmatic like "king" - "man" + "woman" = "queen". It's machine-learned metaphor!

To play with this great model as well as get some experience in plotting tools in python, check out this project as well as the source code linked within:
word2vec-for-semantically-plotting-self-improvement

For this, I used the Intel AI DevCloud. If you need access to the DevCloud, make sure to sign up here

Happy Plotting!