MACHINE LEARNING

APPLICATION OF SUPERVISED LEARNING

DEEP LEARNING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following statements, when combined together, explain why we cannot train VAEs using Maximum likelihood Estimation?
A
The decoder is parameterised by a neural network so it is highly non-linear
B
The latent variable is continuous
C
MLE requires evaluating the marginal distribution on data
D
There are too many datapoints in the dataset
Explanation: 

Detailed explanation-1: -A generative model includes the distribution of the data itself, and tells you how likely a given example is. For example, models that predict the next word in a sequence are typically generative models (usually much simpler than GANs) because they can assign a probability to a sequence of words.

There is 1 question to complete.