July 2024
Intermediate to advanced
526 pages
14h 15m
English
In the previous chapter, we focused on Convolutional Neural Networks (CNNs) and used them to deal with image-related tasks. In this chapter, we will explore Recurrent Neural Networks (RNNs), which are suitable for sequential data and time-dependent data, such as daily temperature, DNA sequences, and customers’ shopping transactions over time. You will learn how the recurrent architecture works and see variants of the model. We will then work on their applications, including sentiment analysis, time series prediction, and text generation.
We will cover the following topics in this chapter:
Read now
Unlock full access