Skip to content

Instantly share code, notes, and snippets.

@brianspiering
Last active May 4, 2023 23:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brianspiering/342f446d4bed8699b90fe0569c069398 to your computer and use it in GitHub Desktop.
Save brianspiering/342f446d4bed8699b90fe0569c069398 to your computer and use it in GitHub Desktop.
Week 3 Prompts

Review Prompts

  1. Word Embeddings
  • Why are word embeddings useful?
  • What are the inputs?
  • What are the outputs?
  1. Recurrent Neural Network (RNN), Gated Recurrent Unit (GRU), Long Short Term Memory (LSTM)
  • What type of patterns are these models best at learning?
  • What is the most important part of the architecture for these models?

Discussion Prompts

  1. What are the limitations of word embeddings?
  2. When would you not use a RNN?
  3. Bonus: Why are Transformers more popular right now than RNN, GRU, LSTM?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment