ICP 13 - Murarishetti-Shiva-Kumar/Python-Deep-Learning-Programming GitHub Wiki

DeepLearning Lesson 6: Autoencoders

image image image

1. Add one more hidden layer to autoencoder

image image

2. Do the prediction on the test data and then visualize the reconstructed version of that test data. Also, visualize the same test data before reconstruction using Matplotlib

image image

3. Repeat the question 2 on the denoisening autoencoder

image image image image image

4. plot loss and accuracy using the history object

image

Bonus question

1. Visualize the compressed version of the input data in the middle layer

image image