andy
5f167f25a4
Affected files: .obsidian/app.json .obsidian/workspace-mobile.json .obsidian/workspace.json STEM/AI/Neural Networks/CNN/CNN.md STEM/AI/Neural Networks/CNN/GAN/cGAN.md STEM/AI/Neural Networks/MLP/Back-Propagation.md
23 lines
638 B
Markdown
23 lines
638 B
Markdown
Conditional [GAN](GAN.md)
|
|
|
|
- Hard to control with [AM](../Interpretation.md#Activation%20Maximisation)
|
|
- Unconditional [GAN](GAN.md)
|
|
- Condition synthesis on a class label
|
|
- Concatenate unconditional code with conditioning vector
|
|
- Label
|
|
- No longer unsupervised
|
|
- Everything labelled
|
|
- Fake images and dataset
|
|
- **Requires pairing**
|
|
|
|
![cgan](../../../../img/cgan.png)
|
|
![cgan-example](../../../../img/cgan-example.png)
|
|
|
|
# Image Conditioning Vector
|
|
![icv-pos-neg-examples](../../../../img/icv-pos-neg-examples.png)
|
|
![icv-results](../../../../img/icv-results.png)
|
|
|
|
# Text Encoding
|
|
- word2vec
|
|
|
|
![word2vec](../../../../img/word2vec.png) |