Explore >> Select a destination


You are here

austinrochford.com
| | isaacslavitt.com
6.2 parsecs away

Travel
| | [AI summary] The provided text is a detailed tutorial on using scikit-learn for machine learning tasks, including data preprocessing, model selection, cross-validation, and pipeline creation. It also touches on integrating R and Julia with Python through Jupyter notebooks.
| | teddykoker.com
8.1 parsecs away

Travel
| | A few posts back I wrote about a common parameter optimization method known as Gradient Ascent. In this post we will see how a similar method can be used to create a model that can classify data. This time, instead of using gradient ascent to maximize a reward function, we will use gradient descent to minimize a cost function. Lets start by importing all the libraries we need:
| | dfm.io
6.5 parsecs away

Travel
| | [AI summary] This document provides a comprehensive guide to estimating autocorrelation times in Markov Chain Monte Carlo (MCMC) simulations. It begins by explaining the importance of autocorrelation in MCMC and how it affects the effective sample size. The text then introduces several methods for estimating autocorrelation times, including the Goodman & Weare (2010) method and a newer algorithm developed by the author (DFM 2017). The document also discusses the limitations of these methods with short chains and introduces a maximum likelihood approach using the celerite library to fit an autocorrelation model. Finally, it concludes with recommendations for choosing appropriate chain lengths based on the estimated autocorrelation times.
| | tiao.io
11.2 parsecs away

Travel
| An in-depth practical guide to variational encoders from a probabilistic perspective.