/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
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}$.
| | akosiorek.github.io
1.6 parsecs away

Travel
| | Machine learning is all about probability.To train a model, we typically tune its parameters to maximise the probability of the training dataset under the mo...
| | 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.
| | teddykoker.com
16.4 parsecs away

Travel
| In this post we will be using a method known as transfer learning in order to detect metastatic cancer in patches of images from digital pathology scans.