Andy Pack
6882b75949
Affected files: .obsidian/graph.json .obsidian/workspace.json STEM/AI/Neural Networks/CNN/GAN/CycleGAN.md STEM/AI/Neural Networks/CNN/GAN/DC-GAN.md STEM/AI/Neural Networks/CNN/GAN/GAN.md STEM/AI/Neural Networks/CNN/GAN/StackGAN.md STEM/AI/Neural Networks/CNN/GAN/cGAN.md STEM/AI/Neural Networks/CV/Visual Search/Visual Search.md Tattoo/Artists.md Tattoo/Engineering.md Tattoo/Flowers.md Tattoo/Music.md Tattoo/Plans.md Tattoo/Sources.md
29 lines
715 B
Markdown
29 lines
715 B
Markdown
---
|
|
tags:
|
|
- ai
|
|
- media
|
|
- art
|
|
---
|
|
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](../../../Learning.md#Un-Supervised)
|
|
- 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) |