Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 470 Bytes

File metadata and controls

12 lines (9 loc) · 470 Bytes

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