This is the code for "Autoencoder Explained" by Siraj Raval on Youtube
Create an autoencoder using Keras. Try to think of a cool use case. Bonus points for good documentation. Submit your github link in the comment section of this video. Good luck!
This is the code for this video on Youtube by Siraj Raval on autoencoders.
- keras
Install keras here.
Run the demo with python class_name.py in terminal
Credits go to the Keras team