|
You are here |
www.countbayesie.com | ||
| | | | |
poissonisfish.com
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | Important mathematical prerequisites for getting into Machine Learning, Deep Learning, or any of the other space | |
| | | | |
antoinevastel.com
|
|
| | | In this article we will see how we can build a recommender system for movies using Python and exploiting the sparsity of the data. | ||