This repository contains all the learning and expermented material during my GANs journey
- Generator always want Yd near/equal to 1 while Discriminator wants it 0, in order to identify the fake possibilities.
From https://github.com/keras-team/keras-io/blob/master/examples/generative/gan_ada.py
- https://pytorch.org/docs/stable/index.html
- https://github.com/keras-team/keras-io/blob/master/examples/generative/gan_ada.py
- https://github.com/tensorfreitas/DCGAN-for-Bird-Generation/blob/master/traindcgan.py
- https://github.com/soumith/ganhacks
- https://gist.github.com/anushaihalapathirana/37e1da8a2c1ad4c17ccfa6fa825dee4b
- https://www.youtube.com/results?search_query=gans+data+generation+using+pytorch