/rnn-workshop

Primary LanguageJupyter Notebook

Recurrent Neural Networks Workshop (Lesson 8)

Online lesson:

Workshop date: November 6, 2017

Workshop Outline:

  1. Announcements and whatnot
  2. RNN/LSTM theory review
  3. Build a RNN to classify Trump's tweets vs. Obama's tweets (found in obama_trump_incomplete.ipynb)
  4. (Play around with Alice in Wonderland text generator)
  5. (Start brainstorming Spring 2018 AI-for-social-good project ideas?)

Before Workshop:

  • Download the GloVe pre-trained word embeddings here. Don't lose the file, because you'll have to specify where the file is in the python notebook.
  • Download repository files, add to your working directory
  • Navigate to workshop directory
  • Activate environment: source activate caispp
  • Launch jupyter notebook: jupyter notebook

After Workshop:

  1. Add your completed code to a repository on your own Github account
  2. Create a new "issue" in the repository
  3. Tag either @lucashu1, @jdormuth, or @ASzot so that we can check you off