What is Bayesian Machine Learning?
Bayesian Machine Learning (also known as Bayesian ML) is a systematic approach to construct statistical models, based on Bayes’ Theorem.
Any standard machine learning problem includes two primary datasets that need analysis:
- A comprehensive set of training data
- A collection of all available inputs and all recorded outputs
The traditional approach to analysing this data for modelling is to determine some patterns that can be mapped between these datasets. An analyst will usually splice together a model to determine the mapping between these, and the resultant approach is a very deterministic method to generate predictions for a target variable.
Top Machine Learning Courses & AI Courses Online
The only problem is that there is absolutely no way to explain what is happening inside this model with a clear set of definitions. All that is accomplished, essentially, is the minimisation of some loss functions on the training data set – but that hardly qualifies as true modelling.
An ideal (and preferably, lossless) model entails an objective summary of the model’s inherent parameters, supplemented with statistical easter eggs (such as confidence intervals) that can be defined and defended in the language of mathematical probability. This “ideal” scenario is what Bayesian Machine Learning sets out to accomplish.
Trending Machine Learning Skills
Enrol for the Machine Learning Course from the World’s top Universities. Earn Masters, Executive PGP, or Advanced Certificate Programs to fast-track your career.
The Goals (And Magic) Of Bayesian Machine Learning
The primary objective of Bayesian Machine Learning is to estimate the posterior distribution, given the likelihood (a derivative estimate of the training data) and the prior distribution.
When training a regular machine learning model, this is exactly what we end up doing in theory and practice. Analysts are known to perform successive iterations of Maximum Likelihood Estimation on training data, thereby updating the parameters of the model in a way that maximises the probability of seeing the training data, because the model already has prima-facie visibility of the parameters.
It leads to a chicken-and-egg problem, which Bayesian Machine Learning aims to solve beautifully.
Things take an entirely different turn in a given instance where an analyst seeks to maximise the posterior distribution, assuming the training data to be fixed, and thereby determining the probability of any parameter setting that accompanies said data. This process is called Maximum A Posteriori, shortened as MAP. An easier way to grasp this concept is to think about it in terms of the likelihood function.Â
Taking Bayes’ Theorem into account, the posterior can be defined as:
In this scenario, we leave the denominator out as a simple anti-redundancy measure. Anything which does not cause dependence on the model can be ignored in the maximisation procedure. This key piece of the puzzle, prior distribution, is what allows Bayesian models to stand out in contrast to their classical MLE-trained counterparts.
Analysts can often make reasonable assumptions about how well-suited a specific parameter configuration is, and this goes a long way in encoding their beliefs about these parameters even before they’ve seen them in real-time. It’s relatively commonplace, for instance, to use a Gaussian prior over the model’s parameters.
The analyst here is assuming that these parameters have been drawn from a normal distribution, with some display of both mean and variance. This sort of distribution features a classic bell-curve shape, consolidating a significant portion of its mass, impressively close to the mean.
On the other hand, occurrences of values towards the tail-end are pretty rare. The use of such a prior, effectively states the belief that a majority of the model’s weights must fit within a defined narrow range, very close to the mean value with only a few exceptional outliers. This is a reasonable belief to pursue, taking real-world phenomena and non-ideal circumstances into consideration.
The effects of a Bayesian model, however, are even more interesting when you observe that the use of these prior distributions (and the MAP process) generates results that are staggeringly similar, if not equal to those resolved by performing MLE in the classical sense, aided with some added regularisation.
It’s very amusing to note that just by constraining the “accepted” model weights with the prior, we end up creating a regulariser.
On the whole, Bayesian Machine Learning is evolving rapidly as a subfield of machine learning, and further development and inroads into the established canon appear to be a rather natural and likely outcome of the current pace of advancements in computational and statistical hardware.
Read: Bayesian Networks
The Different Methods Of Bayesian Machine Learning
There are three largely accepted approaches to Bayesian Machine Learning, namely MAP, MCMC, and the “Gaussian” process.Â
Bayesian Machine Learning with MAP: Maximum A Posteriori
MAP enjoys the distinction of being the first step towards true Bayesian Machine Learning. However, it is limited in its ability to compute something as rudimentary as a point estimate, as commonly referred to by experienced statisticians.
The problem with point estimates is that they don’t reveal much about a parameter other than its optimum setting. Analysts and statisticians are often in pursuit of additional, core valuable information, for instance, the probability of a certain parameter’s value falling within this predefined range. After all, that’s where the real predictive power of Bayesian Machine Learning lies.
Must Read: Naive Bayes Explained
Bayesian Machine Learning with MCMC: Markov Chain Monte Carlo
Markov Chain Monte Carlo, also known commonly as MCMC, is a popular and celebrated “umbrella” algorithm, applied through a set of famous subsidiary methods such as Gibbs and Slice Sampling.
And while the mathematics of MCMC is generally considered difficult, it remains equally intriguing and impressive. The culmination of these subsidiary methods, is the construction of a known Markov chain, further settling into a distribution that is equivalent to the posterior.Â
Many successive algorithms have opted to improve upon the MCMC method by including gradient information in an attempt to let analysts navigate the parameter space with increased efficiency.
There are simpler ways to achieve this accuracy, however. For instance, there are Bayesian linear and logistic regression equivalents, in which analysts use the Laplace Approximation. An analytical approximation (that can be explained on paper) to the posterior distribution is what sets this process apart.
Popular AI and ML Blogs & Free Courses
Bayesian Machine Learning with the Gaussian process
The Gaussian process is a stochastic process, with strict Gaussian conditions being imposed on all the constituent, random variables. They work by determining a probability distribution over the space of all possible lines and then selecting the line that is most likely to be the actual predictor, taking the data into account.
These processes end up allowing analysts to perform regression in function space. Given that the entire posterior distribution is being analytically computed in this method, this is undoubtedly Bayesian estimation at its truest, and therefore both statistically and logically, the most admirable.
If you would like to know more about careers in Machine Learning and Artificial Intelligence, check out IIIT Bangalore and upGrad’s Master of Science in Machine Learning & AI.