stem/AI/Neural Networks/CNN/GAN/CycleGAN.md
andy 236a5eac06 vault backup: 2023-05-31 22:51:45
Affected files:
.obsidian/app.json
.obsidian/appearance.json
.obsidian/workspace.json
Money/Markets/Commodity.md
STEM/AI/Neural Networks/CNN/CNN.md
STEM/AI/Neural Networks/CNN/GAN/CycleGAN.md
STEM/AI/Neural Networks/CNN/GAN/DC-GAN.md
STEM/AI/Neural Networks/CNN/GAN/cGAN.md
STEM/AI/Neural Networks/CV/Data Manipulations.md
STEM/AI/Neural Networks/MLP/Back-Propagation.md
STEM/CS/Code Types.md
STEM/CS/Compilers.md
STEM/Quantum/Confinement.md
2023-05-31 22:51:45 +01:00

22 lines
512 B
Markdown

Cycle Consistent [GAN](GAN.md)
- G
- $x \rightarrow y$
- F
- $y \rightarrow x$
- Aims to bridge gap across domains
- Zebras-horses
- Audi-BMW
- Learn bidirectional mapping function
- Transitivity regularises training
- $x \rightarrow y'$
- $y' \rightarrow x''$
- $x == x''$
- Cycle consistency
- Requires two datasets
- One for each domain
- Not directly paired
- Unlike edge map $\rightarrow$ bag
![cyclegan](../../../../img/cyclegan.png)
![cyclegan-results](../../../../img/cyclegan-results.png)