Explore >> Select a destination


You are here

jaketae.github.io
| | yang-song.net
2.6 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 ...
| | lilianweng.github.io
2.6 parsecs away

Travel
| | [Updated on 2021-09-19: Highly recommend this blog post on score-based generative modeling by Yang Song (author of several key papers in the references)]. [Updated on 2022-08-27: Added classifier-free guidance, GLIDE, unCLIP and Imagen. [Updated on 2022-08-31: Added latent diffusion model. [Updated on 2024-04-13: Added progressive distillation, consistency models, and the Model Architecture section.
| | 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...
| | blog.habrador.com
16.2 parsecs away

Travel
| Ever wanted to make a Neural Network in Unity using C#? Now you can do that in just eleven lines of code (excluding brackets) using my new...