Deep Learning: Recurrent Neural Networks in Python

Deep Learning: Recurrent Neural Networks in Python

Deep Learning: Recurrent Neural Networks in Python - 
GRU, LSTM, Time Series Forecasting, Stock Predictions, Natural Language Processing (NLP) using Artificial Intelligence

Created by Lazy Programmer Inc.

Preview this Course

*** NOW IN TENSORFLOW 2 and PYTHON 3 ***

Learn about one of the most powerful Deep Learning architectures yet!

The Recurrent Neural Network (RNN) has been used to obtain state-of-the-art results in sequence modeling.

This includes time series analysis, forecasting and natural language processing (NLP).

Learn about why RNNs beat old-school machine learning algorithms like Hidden Markov Models.

What you'll learn


  • Apply RNNs to Time Series Forecasting (tackle the ubiquitous "Stock Prediction" problem)
  • Apply RNNs to Natural Language Processing (NLP) and Text Classification (Spam Detection)
  • Apply RNNs to Image Classification
  • Understand the simple recurrent unit (Elman unit), GRU, and LSTM (long short-term memory unit)
  • Write various recurrent networks in Tensorflow 2
  • Understand how to mitigate the vanishing gradient problem