--- license: mit --- # NoiceGAN This project is aimed to understand the scope of noise generator models trained with GAN architecture. The *noise* in this project refers to the output of the generator, which is then added to the samples before given to the discriminator to classify. One of the target goals to hit in this project is identifying interpretations from what the generator has learned at the end.