2023-05-27 23:02:51 +01:00
|
|
|
# Fully [[Convolution]]al
|
2023-05-26 18:52:08 +01:00
|
|
|
- Remove [[Max Pooling]]
|
|
|
|
- Use strided [[upconv]]
|
2023-05-27 00:50:46 +01:00
|
|
|
- Remove [[MLP|FC]] layers
|
2023-05-26 18:29:17 +01:00
|
|
|
- Hurts convergence in non-classification
|
|
|
|
- Normalisation tricks
|
|
|
|
- Batch normalisation
|
|
|
|
- Batches of 0 mean and variance 1
|
2023-05-26 18:52:08 +01:00
|
|
|
- Leaky [[Activation Functions#ReLu|ReLu]]
|
2023-05-26 18:29:17 +01:00
|
|
|
|
|
|
|
# Stages
|
|
|
|
## Generator, G
|
|
|
|
- Synthesise 'fake' images
|
|
|
|
- From noise
|
|
|
|
## Discriminator, D
|
|
|
|
- Discriminator is a classifier
|
|
|
|
- Is image fake or real
|
|
|
|
|
|
|
|
![[gan-arch.png]]
|
|
|
|
![[gan-arch2.png]]
|
|
|
|
|
|
|
|
![[gan-results.png]]
|
|
|
|
|
|
|
|
# Training
|
|
|
|
![[gan-training-discriminator.png]]
|
|
|
|
![[gan-training-generator.png]]
|
|
|
|
|
|
|
|
# Code Vector Math for Control
|
|
|
|
![[cvmfc.png]]
|
2023-05-27 22:17:56 +01:00
|
|
|
- Do [[Interpretation#Activation Maximisation|AM]] to derive code for an image
|
2023-05-26 18:29:17 +01:00
|
|
|
![[code-vector-math-for-control-results.png]]
|