GANs involve __ density modeling
implicit
GAN input
Gan output
Generator role
Discriminator role
Game theory problem for GANs
GAN Objective
GAN Generator Objective
GAN Discriminator Objective
The ___ part of the GAN objective does not have good gradient properties
Generator
Alternate Objective for GAN Max-Max Game
GAN Drawbacks
VAE involve __ density modeling
explicit
VAE input
VAE Output
VAE Optimization
T/F: Variational AutoEncoders are differential
True - with caveat
VAE Reconstruction Loss
VAE Distribution Loss
The loss associated with the VAE Distribution diverging from the normal distribution (mu = 0, sigma = 1)
Gan Discriminator wants ___ (minimize/maximize)
E[log D(x)] + E[log (1 - D(G(z)))]
maximize
Gan Generator wants _____ (minimize/maximize)
E[log D(x)] + E[log (1 - D(G(z)))]
minimize
The ___ part of the objective for GAN does not have good
Generator
Semi-supervised learning data type
Different ideas for training in semi-supervised environment