/GANs-Learning

This repository contains all the learning and experimented material during my GANs journey

Primary LanguageJupyter Notebook

GANs-Learning

This repository contains all the learning and expermented material during my GANs journey

image - Generator always want Yd near/equal to 1 while Discriminator wants it 0, in order to identify the fake possibilities.

TESTING OUT STUFF

GAN BIRD ADA GENERATION

From https://github.com/keras-team/keras-io/blob/master/examples/generative/gan_ada.py image

USEFUL LINKS

- 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