Explore >> Select a destination


You are here

www.countbayesie.com
| | poissonisfish.com
8.9 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...
| | inventingsituations.net
11.8 parsecs away

Travel
| | Suppose you're buildinga widget that performs some simple action, which ends in either success or failure. You decide it needs to succeed 75% of the time before you're willing to release it. You run tentests, and seethat it succeeds exactly 8times. So you ask yourself, is that really good enough? Do you believe the test...
| | matthewmcateer.me
20.6 parsecs away

Travel
| | Important mathematical prerequisites for getting into Machine Learning, Deep Learning, or any of the other space
| | antoinevastel.com
87.0 parsecs away

Travel
| In this article we will see how we can build a recommender system for movies using Python and exploiting the sparsity of the data.