Skip to content

piyush2896/Autoencoder-Implementations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • TensorFlow
  • Numpy
  • Pandas
  • Matplotlib
  • OpenCV

About

This repository contains various Autoencoders implemented using TensorFlow

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published