Chapter 4. Neural Networks with NLP
Note
Learning Objectives
By the end of this chapter, you will be able to:
Explain what a Recurrent Neural Network is
Design and build a Recurrent Neural Network
Evaluate non-numeric data
Evaluate the different state-of-the-art language models with RNNs
Predict a value with a temporal sequence of data
Note
This chapter covers various aspects of RNNs. it deals with explaining, designing, and building the various RNN models.