/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

dsaber.com
| | twiecki.io
3.4 parsecs away

Travel
| | [AI summary] This technical blog post explains the advantages of hierarchical Bayesian modeling over non-hierarchical approaches using a case study of predicting radon levels across different US counties with the PyMC3 library.
| | austinrochford.com
4.7 parsecs away

Travel
| | .dataframe * {border-color: #c0c0c0 !important;} .dataframe th{background: #eee;} .dataframe td{ background: #fff; text-align: right; min-width:5em; } /* Format summary rows */ .datafram
| | www.jeremykun.com
4.2 parsecs away

Travel
| | Machine learning is broadly split into two camps, statistical learning and non-statistical learning. The latter we've started to get a good picture of on this blog; we approached Perceptrons, decision trees, and neural networks from a non-statistical perspective. And generally "statistical" learning is just that, a perspective. Data is phrased in terms of independent and dependent variables, and statistical techniques are leveraged against the data. In this post we'll focus on the simplest example of thi...
| | thenumb.at
25.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...