Tensorflow Implementation of adversarial learning based adversarial example generator
-
Updated
Jan 31, 2018 - Python
Tensorflow Implementation of adversarial learning based adversarial example generator
Color the black and white picture with tensorflow
Improve Resolution of images using deep-learning techniques
This repository contains application based on various gans
I have used an inverted CNN as a generator and CNN as a Discriminator .Firstly,Trained the discriminator using real images , then with fake images through the 3 channels provided by the generator.Used ReLU activation for forward propogation in Generator network, LeakyReLU for forward propogation in Discriminator network and then computed the los…
Add a description, image, and links to the deconvolutionalneuralnetwork topic page so that developers can more easily learn about it.
To associate your repository with the deconvolutionalneuralnetwork topic, visit your repo's landing page and select "manage topics."