I'm exploring Generative Adeversarial Networks (GAN's), which i use for several tasks not only image generation.
The Deep Convolutional GAN (DCGAN) is another approche of GAN that is specially used for image data, the particulatity of DCGAN's is that they use convolution layers in the discriminator and transpose convolution layers for the generator.
In my application i use convolution layers in the discriminator but rather than using transpose convolution for the generator i used a simple convolution.
The question is, since i don't use transpose convolution, am i currently using a simple GAN or a DCGAN
Thanks in advance for your answers, and have a nice day