|
You are here |
sander.ai | ||
| | | | |
yang-song.net
|
|
| | | | | 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
|
|
| | | | | Machine Learning and Data Science. | |
| | | | |
bartwronski.com
|
|
| | | | | 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
|
|
| | | 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) ... | ||