Skip to content

Engineer1999/Reducing-Image-Noise-with-Autoencoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Image Noise Reduction using Auto Encoder

Discription

In this project, a convolutional autoencoder is presented which is trained to denosify images. Model is trained on the actual images and nosiy images and tested with noisy images.

Background Detailes

What is Auto Encoder?

An autoencoder is a type of artificial neural network used to learn efficient data codings in an unsupervised manner. The aim of an autoencoder is to learn a representation for a set of data, typically for dimensionality reduction, by training the network to ignore signal “noise”

Data used to train the model

MNIST data is used to train and test the model

Architecture

System Model Link

Results

50% noise in training data and 10% noise in testing data

Output 1

50% noise in training data and 50% noise in testing data

Output 2

70% noise in training data and 50% noise in testing data

Output 3

70% noise in training data and 70% noise in testing data

Output 4

About

Image noise reduction using auto encoder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published