Skip to content
zarak5 edited this page Dec 13, 2018 · 21 revisions

Machine Learning: RNN and Word2Vec

It is not required to write any new code for this assignment. You can simply run one or more of the examples and document your results in a blog post.

RNN Ideas

Word2Vec Ideas

  • Find words along the path between two words using average().
  • Compute the average vector for a block of text (sentence, paragraph, longer text). Then display the words closest to that average vector. Is this a way to do generate a keyword or tag for an article?
  • Experiment with poetry generation using word vectors and average sentence vectors as in Allison Parrish's tutorial.
  • Try training a word vector model with your own data, see instructions.

Name and URL