|
1 | 1 | # 5SSD0 Course Homepage, *2025-2026 edition* |
2 | 2 | ### Bayesian Machine Learning and Information Processing (at [TU Eindhoven](https://www.tue.nl/en/)) |
3 | 3 |
|
| 4 | +<!--- |
4 | 5 | > [!WARNING] |
5 | 6 | > This site is currently under construction. This is the class for 12 Nov 2025 - 29 Jan 2026 (2nd quarter). |
| 7 | +---> |
6 | 8 |
|
7 | 9 | <img src="https://github.com/bmlip/course/blob/main/assets/figures/5SSD0-banner.png?raw=true"> |
8 | 10 |
|
9 | 11 | ### Course goals |
10 | 12 | This course provides an introduction to Bayesian machine learning and information processing systems. The Bayesian approach affords a unified and consistent treatment of many useful information processing systems. |
11 | 13 |
|
12 | 14 | ### Course summary |
13 | | -This course covers the fundamentals of a Bayesian (i.e., probabilistic) approach to machine learning and information processing systems. The Bayesian approach allows for a unified and consistent treatment of many model-based machine learning techniques. |
| 15 | +This course covers the fundamentals of a Bayesian (i.e., probabilistic) approach to machine learning and information processing systems. The Bayesian approach provides a unified, consistent framework for many model-based machine learning techniques. |
14 | 16 |
|
15 | | -Initially, we focus on Linear Gaussian systems and will discuss many useful models and applications, including common regression and classification methods, Gaussian mixture models, hidden Markov models and Kalman filters. We will discuss important algorithms for parameter estimation in these models including the _Variational Bayes_ method. |
| 17 | +Initially, we focus on Linear Gaussian systems and will discuss many useful models and applications, including common regression and classification methods, Gaussian mixture models, hidden Markov models, and Kalman filters. We will discuss essential algorithms for parameter estimation in these models, including the _Variational Bayes_ method. |
16 | 18 |
|
17 | 19 | The Bayesian method also provides tools for comparing the _performance_ of different information processing systems by means of estimating the _Bayesian evidence_ for each model. We will discuss several methods for approximating Bayesian evidence. |
18 | 20 |
|
19 | | -Next, we will discuss intelligent _agents_ that learn purposeful behavior from interactions with their environment. These agents are used for applications such as self-driving cars or interactive design of virtual and augmented realities. |
| 21 | +Next, we will discuss intelligent _agents_ that learn purposeful behavior through interactions with their environment. These agents are used in applications such as self-driving cars and the interactive design of virtual and augmented realities. |
20 | 22 |
|
21 | | -Indeed, in this course we relate synthetic Bayesian intelligent agents to natural intelligent agents such as the brain. You will be challenged to code Bayesian machine learning algorithms yourself and apply them to practical information processing problems. |
| 23 | +Indeed, in this course, we relate synthetic Bayesian intelligent agents to natural intelligent agents such as the brain. You will be challenged to code Bayesian machine learning algorithms yourself and apply them to practical information processing problems. |
22 | 24 |
|
23 | 25 |
|
24 | 26 |
|
25 | 27 | <h2 style="color:red;"> |
26 | 28 | News and Announcements |
27 | 29 | </h2> |
28 | 30 |
|
29 | | -- See Piazza |
30 | 31 | <!--- |
31 | | -- (13-Nov-2024) Please sign up for Piazza (Q&A platform) at [signup link](https://piazza.com/tue.nl/winter2025/5ssd0). As much as possible we will use the Piazza site for new announcements as well. |
| 32 | +- See Piazza |
32 | 33 | ---> |
| 34 | +- (12-Nov-2025) Please sign up for Piazza (Q&A platform) at [signup link](https://piazza.com/tue.nl/winter2026/5ssd0). As much as possible, we will use the Piazza site for new announcements as well. |
| 35 | + |
33 | 36 |
|
34 | 37 | ## Instructors |
35 | 38 |
|
@@ -63,7 +66,7 @@ Bishop](http://research.microsoft.com/en-us/um/people/cmbishop/index.htm) (2006) |
63 | 66 |
|
64 | 67 | ### Software |
65 | 68 |
|
66 | | -Please follow the [software installation instructions](https://github.com/bmlip/course/blob/main/Software%20installation.md). If you encounter any problems, please contact us in class or on Piazza. |
| 69 | +Please follow the [software installation instructions](https://github.com/bmlip/course/blob/main/Software%20installation.md). If you encounter any problems, please get in touch with us in class or on Piazza. |
67 | 70 |
|
68 | 71 |
|
69 | 72 | ### <a name="lectures">Lecture notes, assignments and video recordings</a> |
|
0 commit comments