Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.85 KB

README.md

File metadata and controls

44 lines (36 loc) · 1.85 KB

GAN-study

Hi, this repository was created as a student of the master's degree in (computer engineering? i'm not sure that is the correct translation :P), and has the propose to help me understend the topic "generative adversial network". Also the english isn´t my strong point, so i hope i can improve as well.

GAN models

Here i present several GAN models and basic classifiers (just to compare results) in format of notebook implemented with tensorflow using the layers API

Current implementation's

  1. GAN (original 2014)
  2. Conditional GAN
  3. NN for MNIST Classification (simple nn, no dropout or other fancies tecniques, just to have baseline score)
  4. Auxiliar classifier GAN
  5. CNN for MNIST Classification (just to have baseline score)
  6. Deep Convolution GAN
  7. Condition Deep Convolution GAN

Current/future work

  • Condition Deep Convolution GAN
  • Semi Supervised GAN (Improved Techniques for Training GANs)
  • Information Retrieval GAN

Material used for current study

Material for future study

Requirements

  • jupyter notebook
  • tensorflow (1.4, 1.5 (soon)) (All the code was run on GPU version (but CPU should work to))
  • numpy
  • matplotlib