autoencoder_explained icon indicating copy to clipboard operation
autoencoder_explained copied to clipboard

This is the code for "Autoencoder Explained" by Siraj Raval on Youtube

autoencoder_explained

This is the code for "Autoencoder Explained" by Siraj Raval on Youtube

Coding Challenge - Due Date- ~Thursday, Feb 1 2018

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!

Overview

This is the code for this video on Youtube by Siraj Raval on autoencoders.

Dependencies

  • keras

Install keras here.

Usage

Run the demo with python class_name.py in terminal

Credits

Credits go to the Keras team