An open API service indexing awesome lists of open source software.

https://github.com/mrdvince/autoencoders

Autoencoders are neural networks used for data compression, image de-noising, and dimensionality reduction. Using PyTorch.
https://github.com/mrdvince/autoencoders

autoencoder autoencoders cnn convolution-autoencoders convolutional-neural-networks data-compression deeplearning dimensionality-reduction linear-autoencoders neural-networks python3 pytorch udacity udacity-nanodegree

Last synced: 12 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](screenshots/image-generated.PNG)

## Convolutional Autoencoder
> Real images on top, generated at the bottom

Using interpolations inplace of transpose convolutions
![con autoencoder](screenshots/image-generated-c.PNG)