March 2022
Intermediate to advanced
397 pages
9h 6m
English
In the last chapter, we looked at convolutional neural networks (CNNs). Another network architecture that is widely used (for example, in natural language processing) is the recurrent one. Networks with this architecture are called recurrent neural networks, or RNNs. This chapter is a superficial description of how RNNs work, with one small application that should help you better understand their inner workings. A full explanation of RNNs would require multiple books, so the goal of this chapter is to give you a very basic understanding ...