/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
| | blog.evjang.com
2.6 parsecs away

Travel
| | This is a tutorial on common practices in training generative models that optimize likelihood directly, such as autoregressive models and ...
| | 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...
| | 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 ...
| | liorsinai.github.io
7.8 parsecs away

Travel
| A denoising diffusion probabilistic model for generating numbers based on the MNIST dataset. The underlying machine learning model is a U-Net model, which is...