Image Restoration Using GAN's Part-1
What is GAN’s? Generative Adversarial Networks GAN’s are one of the most interesting ideas in computer science today. Two models are trained simultaneously by an adversarial process. A generator learns to create images that look real, while a discriminator learns to tell real images apart from fakes. Case: …
Lets continue the part-1 ^_^ ;).., We already know that what GAN’s are and why they are used. Well, not really. GANs belong to implicit learning methods. In explicit learning models, the model learns its weights directly from the data. whereas in implicit learning, the model learns without the data directly …