Python: Advanced Guide to Artificial Intelligence
by Giuseppe Bonaccorso, Armando Fandango, Rajalingappaa Shanmugamani
RNN with TensorFlow and Keras
In problems involving ordered sequences of data, such as time series Forecasting and natural language processing, the context is very valuable to predict the output. The context for such problems can be determined by ingesting the whole sequence, not just one last data point. Thus, the previous output becomes part of the current input, and when repeated, the last output turns out to be the results of all the previous inputs along with the last input. Recurrent Neural Network (RNN) architecture is a solution for handling machine learning problems that involve sequences.
Recurrent Neural Network (RNN) is a specialized neural network architecture for handling sequential data. The sequential data could be the sequence ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access