Questions tagged [conditional-gan]

For questions related to the conditional GAN model. See the paper "Conditional Generative Adversarial Nets" by Mehdi Mirza and Simon Osindero.

1 questions
0
votes
0 answers

Is there any difference between 'input' and 'conditional input' in the case of neural networks?

In the research paper titled Conditional Generative Adversarial Nets by Mehdi Mirza and Simon Osindero, there is a notion of conditioning a neural network on a class label. It is mentioned in the abstract that we need to simply feed extra input $y$…