Skip to main content

Blog

Learn About Our Meetup

5000+ Members

MEETUPS

LEARN, CONNECT, SHARE

Join our meetup, learn, connect, share, and get to know your Toronto AI community. 

JOB POSTINGS

INDEED POSTINGS

Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.

CONTACT

CONNECT WITH US

Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.

[P] Generating Words From Embeddings

Hey guys,

I made a blog post a while back on Generating Words From Embeddings. It’s a simple project which aims to create new meaningful words by generating them character by character, conditioned on a word embedding.

Now, I finally got around to making a simple colab notebook which makes it very easy to play around with the model and sample new words in a matter of minutes. I’d love to see what weird and interesting words you encounter when messing around with it!

Also, I made this quite a while back, so I only experimented with a simple decoder RNN (GRU/LSTM). Given the leaps and bounds by which NLP research has grown since then, it might be worth trying out more models (perhaps transformers) and seeing if they can generate qualitatively more pleasing words.

GitHub repo

submitted by /u/MindSustenance
[link] [comments]