/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
| | phdinds-aim.github.io
5.7 parsecs away

Travel
| |
| | www.karsdorp.io
3.5 parsecs away

Travel
| | I'm a researcher in Computational Humanities and Cultural Evolution at Amsterdam's [Meertens Institute](https://meertens.knaw.nl/index.php/en/), affiliated with the Royal Netherlands Academy of Arts and Sciences. I study aspects of cultural change and experiment with methods to quantify cultural diversity. A significant aspect of my recent work is understanding and accounting for biases in these quantifications. I like to use computational models from fields such as Machine Learning, Cultural Evolution, and Ecology to aid these investigations. Beyond research, I have a passion for teaching computer programming, especially within the Humanities context. Together with [Mike Kestemont](http://mikekestemont.github.io/) and [Allen Riddell](https://www.ariddell.or...
| | dfm.io
2.6 parsecs away

Travel
| |
| | gregorygundersen.com
23.6 parsecs away

Travel
| [AI summary] Hamiltonian Monte Carlo (HMC) is a Markov Chain Monte Carlo (MCMC) method that leverages Hamiltonian dynamics to generate samples from a probability distribution. Unlike traditional MCMC methods that rely on random walks, HMC introduces auxiliary momenta variables and simulates a physical system to produce correlated samples with higher efficiency. The method uses gradient information of the log density to guide the sampling process, enabling faster exploration of the target distribution and higher acceptance rates. The implementation of HMC involves defining the potential and kinetic energy functions, performing leapfrog integration to approximate the Hamiltonian dynamics, and using the Metropolis-Hastings acceptance criterion. An example using...