Explore >> Select a destination


You are here

gregorygundersen.com
| | fa.bianp.net
4.8 parsecs away

Travel
| | The Langevin algorithm is a simple and powerful method to sample from a probability distribution. It's a key ingredient of some machine learning methods such as diffusion models and differentially private learning. In this post, I'll derive a simple convergence analysis of this method in the special case when the ...
| | tiao.io
4.3 parsecs away

Travel
| | One weird trick to make exact inference in Bayesian logistic regression tractable.
| | twiecki.io
3.5 parsecs away

Travel
| |
| | aimatters.wordpress.com
14.1 parsecs away

Travel
| A few weeks ago, it was announced that Keras would be getting official Google support and would become part of the TensorFlow machine learning library. Keras is a collectionof high-level APIs in Python for creating and training neural networks, using either Theano or TensorFlow as the underlying engine. Given my previous posts on implementing an...