/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

possiblywrong.wordpress.com
| | github.com
6.3 parsecs away

Travel
| | A few demos showing how to estimate projects using Monte Carlo simulations. - lucasfcosta/agile-monte-carlo-demo
| | austinrochford.com
3.4 parsecs away

Travel
| | While preparing the first in an upcoming series of posts on multi-armed bandits, I realized that a post diving deep on a simple Monte Carlo estimate of $\pi$ would be a useful companion, so here it is
| | poissonisfish.com
8.1 parsecs away

Travel
| | Someof the most fundamental functions in R, in my opinion, are those that deal with probability distributions. Whenever you compute a P-value you relyon a probability distribution, and there are many types out there. In this exercise I will cover four: Bernoulli, Binomial, Poisson, and Normal distributions. Let me begin with some theory first: Bernoulli...
| | akosiorek.github.io
32.5 parsecs away

Travel
| Machine learning is all about probability.To train a model, we typically tune its parameters to maximise the probability of the training dataset under the mo...