Bayesian Theory

128 readers
1 users here now

News and insights in Bayesian probability theory, statistics, and decision theory.

Please be respectful, rational, and keep a scientific attitude. See the Rules of conduct.

founded 1 year ago
MODERATORS
1
2
8
submitted 8 months ago* (last edited 8 months ago) by [email protected] to c/[email protected]
 
 

A little advertisement for a new free online course about the foundations of data science, machine learning, and – just a little – artificial intelligence. It's been designed for students in computer science and data science, who could be uncomfortable with a head-on probability-theory or statistics approach, and who might have a lighter background in maths. The main point of view of the course is how to build an artificial-intelligence agent who must draw inferences and make decisions. As a course, it's still a sort of experiment.

https://pglpm.github.io/ADA511/

In more technical terms, the course is actually about so-called "Bayesian nonparametric density inference" and Bayesian decision theory.

3
4
5
6
 
 

Bayesian nonparametric methods include machine-learning and deep-learning methods as special cases, obtained by making quite coarse approximations to make the computation feasible. Using the fully fledged Bayesian method would give much more, but would take orders of magnitude more computational resources and time.

Papers like this, however, open up many more possibilities to use the full theory rather than approximations. I'm quite surprised to see that this paper is already four years old. I wonder if there's been any progress since then.

7
1
Bayesian Learning (ermongroup.github.io)
submitted 1 year ago by [email protected] to c/[email protected]
8
1
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 
 

Old post (still true). Almost a meme now :)

9
 
 

Today there's an abundance of textbooks and webbooks on Bayesian probability theory, decision theory, and statistics, at very diverse technical levels. I wanted to point out three books whose main topic is not probability theory, but which give very good introductions (even superior to those of some specialized textbooks, in my opinion) to Bayesian probability theory:

  • Artificial Intelligence: A Modern Approach by S. J. Russell, P. Norvig. Part IV is an amazing introduction to Bayesian theory – including decision theory – with many connections with Artificial Intelligence and Logic.

  • Medical Decision Making by H. C. Sox, M. C. Higgins, D. K. Owens. This is essentially a very clear and insightful textbook on Bayesian probability theory and decision theory, but targeted to clinical decision-making.

  • Sentential Probability Logic: Origins, Development, Current Status, and Technical Applications by T. Hailperin. This is a book on Bayesian probability theory, presented as a generalization of propositional logic. This point of view is the most powerful I know of. The books also has important results on methods to find probability bounds, and on combining evidence.