Bayesian-thinking / autoencoder_explained

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 100.0%