/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

cp-algorithms.com
| | thenumb.at
3.0 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...
| | www.jeremykun.com
3.8 parsecs away

Travel
| | So far in this series we've seen elliptic curves from many perspectives, including the elementary, algebraic, and programmatic ones. We implemented finite field arithmetic and connected it to our elliptic curve code. So we're in a perfect position to feast on the main course: how do we use elliptic curves to actually do cryptography? History As the reader has heard countless times in this series, an elliptic curve is a geometric object whose points have a surprising and well-defined notion of addition.
| | blog.demofox.org
3.7 parsecs away

Travel
| | An irrational number is a number that can't be represented as a fraction using integers for the numerator and denominator. I'm a big fan of irrational numbers, and one of the biggest reasons for that is that they are great at making low discrepancy sequences, which give amazing results when used in stochastic (randomized) algorithms,...
| | brenocon.com
22.3 parsecs away

Travel
| [AI summary] The provided text is a collection of comments and discussions from a blog post that originally criticized artificial neural networks (ANNs) in 2008. The comments reflect a range of opinions and debates about the relationship between machine learning (ML) and statistics, with some users defending ML techniques like support vector machines (SVMs), probabilistic graphical models, and deep learning, while others argue for the importance of statistical methods. There are also discussions about the need for better communication between disciplines, the limitations of ML approaches, and the importance of understanding the underlying assumptions of models. The text includes recommendations for textbooks and courses, such as 'All of Statistics' and Andre...