Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vermavinay982/autoencoder-super-resolution

Experiment to enhance image resolutions without GANs by using autoencoder. Input being a small image.
https://github.com/vermavinay982/autoencoder-super-resolution

autoencoder deep-learning keras resolution

Last synced: 9 days ago
JSON representation

Experiment to enhance image resolutions without GANs by using autoencoder. Input being a small image.

Awesome Lists containing this project

README

        

# Increase_Resolution_AutoEncoder
They were invented to help
1. Hidden layer to learn more robust features
2. Reduce risk of overfitting in autoencoder
3. Prevent autoencoder to learn a simple identity function (that would make it just repeat what is entered into the input)

## Features of AutoEncoder
1. Denoise the image using DeepLearning
2. Anomaly Detection with Keras, Tensorflow, Deep Learning
3. Compressing the image to a latent space

![](assets/10epc_grid_target_ip.png)
![](assets/10epc_grid_target_op.png)