Explore >> Select a destination


You are here

rjlipton.com
| | gregorygundersen.com
3.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...
| | 667-per-cm.net
3.1 parsecs away

Travel
| | This post could also be subtitled "Residual deviance isn't the whole story." My favorite book on logistic regression is by Dr Joseph Hilbe, Logistic Regression Models, CRC Press, 2009, Chapman & Hill. It is a solidly frequentist text, but its discussion of models and rich examples make that besides the point. Except in one case....
| | qbnets.wordpress.com
3.0 parsecs away

Travel
| | My software is working! I am ecstatic. In a previous blog post entitled "Simple, Monte Carlo driven, Pearl-identifiability checker" which I wrote 2 days ago, I described my future plans to add to my software JudeasRx, an "identifiability checker" based on a very efficient and mature MCMC (Markov Chain Monte Carlo) Python software library called...
| | jaketae.github.io
18.6 parsecs away

Travel
| Recently, a friend recommended me a book, Deep Learning with Python by Francois Chollet. As an eager learner just starting to fiddle with the Keras API, I decided it was a good starting point. I have just finished the first section of Part 2 on Convolutional Neural Networks and image processing. My impression so far is that the book is more focused on code than math. The apparent advantage of this approach is that it shows readers how to build neural networks very transparently. It's also a good introduction to many neural network models, such as CNNs or LSTMs. On the flip side, it might leave some readers wondering why these models work, concretely and mathematically. This point notwithstanding, I've been enjoying the book very much so far, and this post is...