Differences between revisions 10 and 11
Revision 10 as of 2015-10-14 14:24:22
Size: 1358
Comment:
Revision 11 as of 2015-11-03 16:34:24
Size: 1463
Comment:
Deletions are marked like this. Additions are marked like this.
Line 28: Line 28:

The lecture will be given on a blackboard except the introduction[[attachment:BayesianLearning.pdf]]

Lecture “Bayesian Learning”

General Information

Lecture

Thursdays 14-16 (The first lecture will take place on Oct.22.)

Room

MAR 4.062

Teachers

Shinichi Nakajima

Contact

nakajima@tu-berlin.de

Language

English

Credits

3 ECTS, Elective Course in Machine Learning Module I (computer science M.Sc.)

Topics

Bayesian learning is a category of machine learning methods, which are based on a basic law of probability, called Bayes’ theorem. As advantages, Bayesian learning offers assessment of the estimation quality and model selection functionality in a single framework, while as disadvantages, it requires “integral” computation, which often is a bottleneck. In this course, we introduce Bayesian learning, discuss pros and cons, how to perform the integral computation based on “conjugacy”, and how to approximate Bayesian learning when it is intractable.

The course covers

  • Bayesian modeling and model selection.
  • Bayesian learning in conjugate cases.
  • Approximate Bayesian learning in conditionally conjugate cases:
    • Gibbs sampling
    • variational Bayesian learning.
  • Approximate Bayesian learning in non-conjugate cases:
    • Metropolis-Hastings algorithm.
    • local variational approximation.
    • expectation propagation.

The lecture will be given on a blackboard except the introductionBayesianLearning.pdf

IDA Wiki: Main/WS15_BayesianLearning (last edited 2016-01-26 02:16:56 by ShinichiNakajima)