Explore >> Select a destination


You are here

blog.evjang.com
| | lilianweng.github.io
1.4 parsecs away

Travel
| | So far, I've written about two types of generative models, GAN and VAE. Neither of them explicitly learns the probability density function of real data, $p(\mathbf{x})$ (where $\mathbf{x} \in \mathcal{D}$) - because it is really hard! Taking the generative model with latent variables as an example, $p(\mathbf{x}) = \int p(\mathbf{x}\vert\mathbf{z})p(\mathbf{z})d\mathbf{z}$ can hardly be calculated as it is intractable to go through all possible values of the latent code $\mathbf{z}$.
| | www.depthfirstlearning.com
2.2 parsecs away

Travel
| | [AI summary] The user has provided a detailed and complex set of questions and reading materials related to normalizing flows, variational inference, and generative models. The content covers topics such as the use of normalizing flows to enhance variational posteriors, the inference gap, and the implementation of models like NICE and RealNVP. The user is likely seeking guidance on how to approach these questions, possibly for academic or research purposes.
| | tiao.io
2.5 parsecs away

Travel
| | An in-depth practical guide to variational encoders from a probabilistic perspective.
| | wtfleming.github.io
10.3 parsecs away

Travel
| [AI summary] This article demonstrates how to achieve 98.6% accuracy in binary image classification of cats and dogs using Keras and transfer learning with the VGG16 model.