Questions
Let’s test what we learned in this chapter:
- Load the IMDB movies review dataset from TensorFlow and preprocess it.
- Build a CNN movie classifier.
- Build an LSTM movie classifier.
- Use the GloVe 6B embedding to apply a pretrained word embedding to LSTM architecture.
- Evaluate all the models, and save your best-performing one.