|
|
|
|
|
by deepnet
2307 days ago
|
|
I found CNN a bit confusing, even though I did guess it meant Convolutional Neural Net. Perhaps my pre-caffeine morning brain is overly pedantic but Generative Nets use deconvolutions to generate images from latent codes, so using CNN rather than GAN (Generative Adversarial Network) is a bit confusing in this context. CNNs are used by VAEs (Variational AutoEncoders, also generative) use convolutions to produce the latent codes and the discriminator (adversarial) part of GAN training uses convolutions. I think Generative Networks ( or GNNs ;-) ) would perhaps have been clearer. |
|