Skip to content

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

Notifications You must be signed in to change notification settings

mrdvince/autoencoders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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