Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vermavinay982/autoencoder-image-denoising

Random Noise removal from image, It can be used to enhance CCTV or photographs having Distortion, ISO Noise.
https://github.com/vermavinay982/autoencoder-image-denoising

anomaly-detection deep-learning keras machine-learning tensorflow

Last synced: 9 days ago
JSON representation

Random Noise removal from image, It can be used to enhance CCTV or photographs having Distortion, ISO Noise.

Awesome Lists containing this project

README

        

# De-Noising_Autoencoder
Random Noise removed from the image, It can be used to enhance CCTV or photographs having noise.
ISO Noise can also be tried with this.
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)

## Some Results
![Result](recon.jpg)

## 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