- 把input vector分成两个向量:c和z’
- 增加一个组件classifier
classifier根据G生成的x来预测输入的c
Generator + Classifier类似一个相反的auto-encoder - Discriminator用于检测G的结果好不好

C和D只有最后一部分不同,前面部分共享参数。
加入Classifier的好处:
C必须对x有clear的influence。
z’代表纯随机的无法解释的部分。
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help

加入Classifier的好处:
C必须对x有clear的influence。
z’代表纯随机的无法解释的部分。