Skip to content

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…

Notifications You must be signed in to change notification settings

naga-anjaneyulu/Image-Creation---GANs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Image - Creation - 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 losses using binary cross entropy and updated the weights through backpropogation .

Check Results folder for generated images .

About

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…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages