© Vinita Silaparasetty 2020
V. SilaparasettyDeep Learning Projects Using TensorFlow 2https://doi.org/10.1007/978-1-4842-5802-6_7

7. Image Deblurring

Vinita Silaparasetty1 
(1)
Bangalore, India
 

In the previous chapter we talked about image colorization, which is done using tools like Photoshop. Now let’s talk about another task that Photoshop is normally used for, but which we can automate using neural networks. In this chapter we will talk about image deblurring. We are going to use a generative adversarial network (GAN) combined with a VGG-16 for this project. First we will take a look at what a GAN is and how it works. Then we will take a closer look at what image deblurring is.

What Is a GAN?

Generative Adversarial Networks (GANs) are a powerful ...

Get Deep Learning Projects Using TensorFlow 2: Neural Network Development with Python and Keras now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.