/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

blog.johnnovak.net
| | www.realtimerendering.com
2.0 parsecs away

Travel
| |
| | www.jallmenroeder.de
2.0 parsecs away

Travel
| | [AI summary] The author shares their educational journey and implementation details of creating a path tracer using the C++ framework Nori, progressing from basic geometry to advanced lighting techniques like multiple importance sampling.
| | arunrocks.com
1.7 parsecs away

Travel
| | A blog by Arun Ravindran, author and speaker, about Python, Django and other curious things.
| | blog.georgeshakan.com
25.1 parsecs away

Travel
| Principal Component Analysis (PCA) is a popular technique in machine learning for dimension reduction. It can be derived from Singular Value Decomposition (SVD) which we will discuss in this post. We will cover the math, an example in python, and finally some intuition. The Math SVD asserts that any $latex m \times d$ matrix $latex...