Explore >> Select a destination


You are here

dfm.io
| | smerity.com
4.4 parsecs away

Travel
| | [AI summary] This article details an experimental testbed for an unbiased Monte Carlo renderer that utilizes importance sampling, explicit light sampling, and Russian roulette path termination to achieve photo-realistic images significantly faster than traditional methods.
| | tiao.io
2.2 parsecs away

Travel
| | This post demonstrates how to approximate the KL divergence (in fact, any f-divergence) between implicit distributions, using density ratio estimation by probabilistic classification.
| | austinrochford.com
4.1 parsecs away

Travel
| | I recently read the interesting paper The ARR2 prior: flexible predictive prior definition for Bayesian auto-regressions on the arXiv and followed its references to the also fascinating Bayesian Regre
| | blog.demofox.org
9.9 parsecs away

Travel
| The images below were path traced using 100,000 samples per pixel, using the sample code provided in this post. Path tracing is a specific type of ray tracing that aims to make photo realistic images by solving something called the rendering equation. Path tracing relies heavily on a method called Monte Carlo integration to get...