Update with complete solutions
Quiz 4 - Concepts
Covers Structured Representations (Lesson 11), Language Models (Lesson
12), and Embeddings (Lesson 13).
Conceptual Questions:
• RNNs and LSTMs, how their update rules differ, and what
problems they each have or solve
RNN – Recurrent NNs, are designed to model sequences
• Many to Many: Input a sequence -> output a sequence ; aka sequence
transduction. Other setups know as Encoder - Decoder
OCR – given an image of a text, split that up into individual characters and try
, to recognize each one.
• Many to one: sequence as input, one output