© Orhan Gazi Yalçın 2021
O. G. YalçınApplied Neural Networks with TensorFlow 2https://doi.org/10.1007/978-1-4842-6513-0_8

8. Recurrent Neural Networks

Orhan Gazi Yalçın1  
(1)
Istanbul, Turkey
 

In Chapter 6, we covered feedforward neural networks, which are the most basic artificial neural network types. Then, we covered convolutional neural networks in Chapter 7 as the type of artificial neural network architecture, which performs exceptionally good on image data. Now, it is time to cover another type of artificial neural network architecture, recurrent neural network, or RNN, designed particularly to deal with sequential data.

Sequence Data and Time-Series Data

RNNs are extremely useful for sequence data . If you are familiar with predictive analytics, ...

Get Applied Neural Networks with TensorFlow 2: API Oriented Deep Learning with Python now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.