Skip to content

Commit 590da8a

Browse files
authored
Update README.md
1 parent 384966d commit 590da8a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ I built a Denoising Autoencoder to remove noise from the image. Image Denoising
44
Denoising autoencoders are a stochastic version of standard autoencoders that reduces the risk of learning the identity function. Autoencoders are a class of neural networks used for feature selection and extraction, also called dimensionality reduction. In general, the more hidden layers in an autoencoder, the more refined this dimensional reduction can be. However, if an autoencoder has more hidden layers than inputs there is a risk the algorithm only learns the identity function during training, the point where the output simply equals the input, and then becomes useless.
55
Denoising autoencoders attempt to get around this risk of identity-function affiliation by introducing noise, i.e. randomly corrupting input so that the autoencoder must then “denoise” or reconstruct the original input.
66

7-
I built an Autoencoder using the images of Brazilian model Adriana Lima which I found online. To the orginal image, I added GAUSSIAN NOISE and corrupted the pixels. Then passed the corrupted images as the input to the AutoEncoder and Predicted the output image which is denoised(Noise removed) image. The output images has removed a large volume of GUASSIAN NOISE which is apparent from the output given below.
7+
I built an Autoencoder using the images of Brazilian model Adriana Lima which I found online. To the orginal image, I added GAUSSIAN NOISE and corrupted the pixels. Then passed the corrupted images as the input to the AutoEncoder and Predicted the output image which is denoised(Noise removed) image. The output images has removed a large volume of GUASSIAN NOISE which is apparent from the output given below.
8+
The first row image represents the orginal images,
9+
The second row represents the Noise added images,
10+
THe third row repressents the Denoised images(Predicted).
811

9-
![Image of Yaktocat](denoised.png)
12+
![Output images](denoised.png)

0 commit comments

Comments
 (0)