King -Man +Woman =Queen

Here is a fun example I put together to practice & display some Natural Language Processing capabilities. It uses the Uplink functionality and a Word-2-Vec model trained using the Gensim package.

Bottom line: put in words to find similar words. Play with analogies (i.e. King is to Man as Woman is to _____ ). The closest matches are based on cosine distance of the word vectors.

Take a look and let me know what you think.
https://word2vec.anvil.app

1 Like

This is so cool. Love this stuff.

That’s incredibly cool! There goes my productivity this morning.