/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

iclr-blogposts.github.io
| | www.depthfirstlearning.com
2.8 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.
| | yang-song.net
1.9 parsecs away

Travel
| | This blog post focuses on a promising new direction for generative modeling. We can learn score functions (gradients of log probability density functions) on a large number of noise-perturbed data distributions, then generate samples with Langevin-type sampling. The resulting generative models, often called score-based generative models, has several important advantages over existing model families: GAN-level sample quality without adversarial training, flexible model architectures, exact log-likelihood ...
| | akosiorek.github.io
2.5 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...
| | wtfleming.github.io
13.1 parsecs away

Travel
| [AI summary] This post discusses achieving 99.1% accuracy in binary image classification of cats and dogs using an ensemble of ResNet models with PyTorch.