Autoencoder-Implementations

This repository contains various Autoencoders implemented using TensorFlow

View the Project on GitHub piyush2896/Autoencoder-Implementations

Autoencoders

Autoencoders come under the category of Unsupervised Deep Learning. This means that there are no labels for the input. They usually are generative models, i.e., they can create new images.

AE
Schematic structure of an autoencoder with 3 fully-connected hidden layers.
Source: Wikipedia

This repository contains my implementations for autoencoders. Currently there are 3 autoencoders:

Dependencies