Matlab Example-I think this example's code, Generator and Discriminator's structure is DC-Gan's model Structure. Isn't it right?(tra​in-generat​ive-advers​arial-netw​ork)

http://mathworks.com/help/deeplearning/ug/train-generative-adversarial-network.html
This example's code, Generator and Discriminator's structure is DC-Gan's modle Structure.
They doesn't have 'fully connected layer' and 'pooling layer' but have enough batchnorm. I don't think this is gan.
But the title is 'traing GAN'. I am very confused.
I want to know if I'm right.
Thank you..

 Accepted Answer

안녕하세요.
DC-GAN은 Deep Convolutinoal GAN의 약자로써 일종의 GAN 이며 CNN을 위주로 사용한 구조입니다. 다시 말해 GAN은 좀 더 넓은 범위의 단어에 속한다고 할 수 있겠습니다. 따라서 언급하신 문서에서 DC-GAN이라고 지칭하지 않고 GAN이라고 지칭하더라도 큰 문제는 없어보입니다.

3 Comments

DC-GAN이지만 위의 페이지에서는 넓은 의미로 GAN이라고 지칭되었다는 것으로 이해하면 될까요??

Sign in to comment.

More Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!