Editing
Bayesian Machine Learning
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== <span style="color: #FFFFFF;">Understanding</span> == The Bayesian framework offers a coherent solution to a fundamental problem: how should we update our beliefs given evidence? The answer is Bayes' theorem: start with a prior, multiply by the likelihood of the observed data, and normalize to get the posterior. **The frequentist vs. Bayesian divide**: Frequentist ML (standard deep learning) treats model parameters as fixed unknowns estimated from data. Bayesian ML treats parameters as random variables with distributions β capturing our uncertainty about the true values. A single point estimate (e.g., maximum likelihood) discards this uncertainty information. **Why uncertainty matters**: A model that outputs "99% confidence: benign tumor" should actually be correct 99% of the time, not just have the highest logit. In medical AI, an overconfident prediction is dangerous. Bayesian methods provide principled calibration. **Gaussian processes**: A GP is a distribution over functions. Given a kernel (covariance function) and training data, GPs provide exact posterior distributions over function values, including uncertainty bounds. GPs are the backbone of Bayesian optimization: fit a GP to evaluated function values, use the posterior to identify where to evaluate next (acquisition function). **The computational challenge**: Computing exact posteriors requires integrating over all parameters, which is intractable for neural networks. Solutions: MCMC (exact but slow), variational inference (approximate but fast), Laplace approximation (quadratic approximation around MAP estimate), Monte Carlo Dropout (practical approximation). </div> <div style="background-color: #8B0000; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;">
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information