Introduction to RNNs for Time Series Analysis
Learn how to build and evaluate RNN, LSTM, and GRU models for time series forecasting. This hands-on course covers univariate and multivariate data, classification, and advanced deep learning techniques for improved accuracy.
Handling Multivariate Time Series with RNNs
This course extends the concepts from the first course by introducing multiple time series inputs. It covers how to preprocess, structure, and train RNN models using **two related time series features** from the **Air Quality dataset**. It also includes model evaluation techniques to assess forecasting accuracy.
Time Series Forecasting with LSTMs
This course focuses on LSTM networks, a powerful extension of RNNs that handle long-term dependencies better than simple RNNs. Learners will build, optimize, and evaluate LSTM models for time series forecasting.
Time Series Forecasting with GRUs
This course explores Gated Recurrent Units (GRUs) in TensorFlow for multivariate time series forecasting. We will build, evaluate, and apply advanced GRU techniques like Bidirectional GRUs, Attention Mechanisms, and Hybrid GRU-CNN models to improve forecasting accuracy.