August 2021
Intermediate to advanced
752 pages
21h 59m
English
In this chapter, we introduce another important neural network architecture known as the recurrent neural network (RNN). This architecture is useful when doing predictions based on sequential data, and especially for sequences of variable lengths. Before explaining what an RNN is, we provide some context by describing some of the problem types to which RNNs can be applied. We relate these problem types to the tasks we have already encountered in previous chapters.
Up until now, we have applied networks to two main categories of tasks. One was a regression problem in which the network predicted a real-valued variable based on a number of other variables, such as the example of ...
Read now
Unlock full access