© David Paper 2021
D. PaperTensorFlow 2.x in the Colaboratory Cloudhttps://doi.org/10.1007/978-1-4842-6649-6_10

10. Time Series Forecasting with RNNs

David Paper1  
(1)
Logan, UT, USA
 

We’ve already leveraged RNNs for NLP. In this chapter, we create experiments to forecast with time series data. We use the famous Weather dataset to demonstrate both a univariate and a multivariate example.

A RNN is well suited for time series forecasting because it remembers the past and its decisions are influenced by what it has learned from the past. So it makes good decisions as data changes. Time series forecasting is deploying a model to predict future values based on previously observed values.

Time series data is different than what we’ve worked with so far because ...

Get TensorFlow 2.x in the Colaboratory Cloud: An Introduction to Deep Learning on Google’s Cloud Service 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.