/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

sander.ai
| | 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 ...
| | angusturner.github.io
2.3 parsecs away

Travel
| | Machine Learning and Data Science.
| | bartwronski.com
2.9 parsecs away

Travel
| | Recently, numerous academic papers in the machine learning / computer vision / image processing domains (re)introduce and discuss a "frequency loss function" or "spectral loss" - and while for many it makes sense and nicely improves achieved results, some of them define or use it wrongly. The basic idea is - instead of comparing pixels...
| | morepypy.blogspot.com
35.5 parsecs away

Travel
| String formatting is probably something you do just about every day in Python, and never think about. It's so easy, just "%d %d" % (i, i) ...