Explore >> Select a destination


You are here

jamie-wong.com
| | thenumb.at
3.6 parsecs away

Travel
| | [AI summary] This text provides a comprehensive overview of differentiable programming, focusing on its application in machine learning and image processing. It explains the fundamentals of automatic differentiation, including forward and backward passes, and demonstrates how to implement these concepts in a custom framework. The text also discusses higher-order differentiation and its implementation in frameworks like JAX and PyTorch. A practical example is given using differentiable programming to de-blur an image, showcasing how optimization techniques like gradient descent can be applied to solve real-world problems. The text emphasizes the importance of differentiable programming in enabling efficient and flexible computation for various domains, includ...
| | dgerrells.com
4.9 parsecs away

Travel
| | The challenge, simulate 1,000,000 particles in plain javascript at 60 fps on a phone using only the cpu. Let's go.
| | ciphrd.com
5.5 parsecs away

Travel
| | [latexpage] In this article I will describe a particle simulation that can produce different types of matter based on different input rules. This simulation is based on physical properties and physical rules but the rules were altered in a way that allows for the emergence of intriguing natural-like patterns. The implementation of part 1 and 2 will be done in Processing and the source code will be available at the end. The following illustrations demonstrates a few possible usages for this simulation.
| | rupertmckay.com
58.1 parsecs away

Travel
| async/await vs promises.