Bayesian Machine Learning - DataScienceCentral.com

#artificialintelligence 

As a data scientist, I am curious about knowing different analytical processes from a probabilistic point of view. There are two most popular ways of looking into any event, namely Bayesian and Frequentist . When Frequentist researchers look at any event from frequency of occurrence, Bayesian researchers focus more on probability of events happening. I will try to cover as much theory as possible with illustrative examples and sample codes so that readers can learn and practice simultaneously. As we all know Baye's rule is one of the most popular probability equation, which is defined as: P(a given b) P(a intersection b) / P(b) ….. (1) Here a and b are events that have taken place.