This notebook shows the preocess of designing CNN -autoencoder and using itfor image denoising . Libraries used --
- Numpy
- Tensorflow
Observations --
- Training the same model for both clear and noisy images helps the autoencoder to learn better encoding for the image .
- It makes it more robust and perform better .
The noisy images and their corresponding output from the autoencoder are given :