Skip to content

Instantly share code, notes, and snippets.

@prashant343
prashant343 / imageautoencoder
Last active July 2, 2019 16:03
Multi Layer Image Auto Encoder
""" Auto Encoder Example.
References:
Y. LeCun, L. Bottou, Y. Bengio, and P. Haffner. "Gradient-based
learning applied to document recognition." Proceedings of the IEEE,
86(11):2278-2324, November 1998.
Links:
[MNIST Dataset] http://yann.lecun.com/exdb/mnist/
OriginalAuthor: Aymeric Damien
Project: https://github.com/aymericdamien/TensorFlow-Examples/