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..

 Risposta accettata

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

3 Commenti

DC-GAN이지만 위의 페이지에서는 넓은 의미로 GAN이라고 지칭되었다는 것으로 이해하면 될까요??
네 그렇게 보아야 할 것 같습니다.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Deep Learning Toolbox in Centro assistenza e File Exchange

Community Treasure Hunt

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

Start Hunting!