|
You are here |
blog.evjang.com | ||
| | | | |
lilianweng.github.io
|
|
| | | | | 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
|
|
| | | | | [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
|
|
| | | | | An in-depth practical guide to variational encoders from a probabilistic perspective. | |
| | | | |
wtfleming.github.io
|
|
| | | [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. | ||