/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

leimao.github.io
| | marcospereira.me
5.9 parsecs away

Travel
| | Understanding floating point representation can help design systems in order to make the most out of this type.
| | nhigham.com
4.0 parsecs away

Travel
| | The 2008 revision of the IEEE Standard for Floating-Point Arithmetic introduced a half precision 16-bit floating point format, known as fp16, as a storage format. Various manufacturers have adopted fp16 for computation, using the obvious extension of the rules for the fp32 (single precision) and fp64 (double precision) formats. For example, fp16 is supported by...
| | blog.scaledcode.com
6.3 parsecs away

Travel
| | A dive into chapter 60 of Effective Java
| | thenumb.at
32.9 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...