/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

austinrochford.com
| | twiecki.io
1.6 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.
| | www.djmannion.net
2.8 parsecs away

Travel
| | Data are sometimes on a circular scale, such as the angle of an oriented stimulus, and the analysis of such data often needs to take this circularity into account. Here, we will look at how we can use PyMC to fit a model to circular data.
| | ckrapu.github.io
2.2 parsecs away

Travel
| | A PyMC Gaussian process example with uncertain spatial coordinates
| | blog.otoro.net
19.1 parsecs away

Travel
| [AI summary] This article describes a project that combines genetic algorithms, NEAT (NeuroEvolution of Augmenting Topologies), and backpropagation to evolve neural networks for classification tasks. The key components include: 1) Using NEAT to evolve neural networks with various activation functions, 2) Applying backpropagation to optimize the weights of these networks, and 3) Visualizing the results of the evolved networks on different datasets (e.g., XOR, two circles, spiral). The project also includes a web-based demo where users can interact with the system, adjust parameters, and observe the evolution process. The author explores how the genetic algorithm can discover useful features (like squaring inputs) without human intervention, and discusses the ...