Will be released after Module3
- Learn how to implement Wavelet Denoising + Auto Encoder Model + RNN Prediction models using Tensorflow Keras API on Google Colab
-
M4.1 Wavelet Stacked Autoencoder LSTM
- [Reading] Wavelet Stacked Autoencoder LSTM
-
M4.2 Wavelet Transform to Denoise the Data
- [Video] Understanding Wavelets, Part 1: What Are Wavelets (5min)
- [Video] Understanding Wavelets, Part 2: Types of Wavelet Transforms (5min)
- [Video] Understanding Wavelets, Part 3: An Example Application of the Discrete Wavelet Transform (5min)
- [Video] Understanding Wavelets, Part 4: An Example Application of Continuous Wavelet Transform (5min)
- [Hands-on-Labs] Wavelets in Python [Code]
-
M4.3 Keras Functional API and Stacked Autoencoders
- [Reading] A Gentle Introduction to the Keras Functional API
- [Hands-on-Labs] Autoencoders for Feature Extraction [Code]
-
M4.4 Stacked Autoencoders to Extract Features from Data
-
M4.5 Final Neural Network Model
-
M4.6 Assignment
-
M4.7 Slack Discussion
The beauty of this model is the once the construction is understood, the individual models can be swapped out for the best model there is. So over time the actual models used here will be different but the core framework will still be the same.