Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autoencoders

Autoencoders are neural networks used for data compression, image de-noising, and dimensionality reduction. Building autoencoders using PyTorch.

Simple Autoencoder

Real images on top, generated at the bottom Linear autoencoder

Convolutional Autoencoder

Real images on top, generated at the bottom

Using interpolations inplace of transpose convolutions con autoencoder

About

Autoencoders are neural networks used for data compression, image de-noising, and dimensionality reduction. Using PyTorch.

Topics

Resources

Stars

6 stars

Watchers

1 watching

Forks

Contributors

Languages