De-noise a blurred given image using Deep Learning methods of Machine Learning like Convolutional Neural Networks.
The motivation behind creating this program is to learn the use of auto-encoders. The program is loosely based on guided project from Coursera(https://www.coursera.org/projects/autoencoders-image-denoising) taught by Ryan Ahmed.
Steps Involved
- Load the data set
- Take the training set and blur the images.
- Create a CNN model.
- Train the model using the blurred images as an input and the original images as the ground truth.
- Test the model.
For more details, check out this article https://medium.com/@done_n_dusted/de-blurring-images-using-convolutional-neural-networks-with-code-51d3f8d7b1d7