An introduction to VAEs, GANs and their challenges β Introduction Training generative models is a lot harder than training classifiers or regressors. When training a classifier in a supervised learning problem, we know the optimal mapping between the inputs and the outputs of our training examples. However, training generative models involves optimizing criteria that is intractable. In this article, Iβ¦