ICP 13 - Murarishetti-Shiva-Kumar/Python-Deep-Learning-Programming GitHub Wiki
DeepLearning Lesson 6: Autoencoders
1. Add one more hidden layer to autoencoder
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
3. Repeat the question 2 on the denoisening autoencoder
4. plot loss and accuracy using the history object
Bonus question
1. Visualize the compressed version of the input data in the middle layer