October 2017
Intermediate to advanced
330 pages
7h 7m
English
In this chapter, we will introduce a new type of neural network. Before, we've only considered neural networks where the information flows through the network in one direction. Next, we will introduce recurrent neural networks. In these networks, data is processed the same way for every element in a sequence, and the output depends on the previous computations. This structure has proven to be very powerful for many applications, such as for natural language processing (NLP) and time series predictions. We will introduce the important building blocks that revolutionized how we process temporal or other forms of sequence data in neural networks.
A simple RNN unit is shown in Figure 4.1:
Read now
Unlock full access