Finish RNNs, Neural Network Tuning




CS256

Chris Pollett

Nov 15, 2021

Outline

Introduction

Long Term Dependencies

LSTMs

LSTMs

Diagram of LSTM gate

Optimization for RNN training

Quiz

Which of the following is true?

  1. Bidirectional RNNs are Turing Machine based and make use of a NN-controlled tape head.
  2. Backpropagation through time is the same a teacher forcing learning.
  3. The first of three RNN architectures we considered last week had an output at each time step and had recurrent connections between hidden units.

RNNs in Keras

Neural Nets in Practice

Performance Metrics

End-to-End Pipeline, Default Baseline Models