Machine Learning (SoSe 2024)
Notes on Privacy Policy:
Moodle, LMU-Cast and Uni2Work
Moodle, LMU Cast and Uni2Work are websites from the Ludwig-Maximilians-Universität München and follow the privacy policy which can be read here: https://www.en.uni-muenchen.de/funktionen/privacy/index.html
News
Organization
- Course: 3+2 hours weekly (equals 6 ECTS)
- Lecture: Prof. Dr. Volker Tresp
- Assistants: Gengyuan Zhang (zhang@dbs.ifi.lmu.de)
- Register: Moodle
Time and Locations
All times are c.t. (cum tempore)
Component | When | Where | Starts at |
Lecture | Thu, 9:00 c.t. - 12:00 h | Geschw.-Scholl-Pl. 1 (B) - B 006 | 18.04.2024 |
Tutorial 1 | Tue, 14:00 c.t. - 16:00 h | Prof.-Huber-Pl. 2 (V) - Lehrturm VU104 | 23.04.2024 |
Tutorial 2 | Tue, 16:00 c.t. - 18:00 h | Prof.-Huber-Pl. 2 (V) - Lehrturm VU104 | 23.04.2024 |
Content
Machine Learning is a data-driven approach for the development of technical solutions. Initially motivated by the adaptive capabilities of biological systems, machine learning has increasing impact in many fields, such as vision, speech recognition, machine translation, and bioinformatics, and is a technological basis for the emerging field of Big Data.
The lecture will cover:
- Supervised learning: the goal here is to learn functional dependencies for classification and regression. We cover linear systems, basis function approaches, kernel approaches and neural networks. We will cover the recent developments in deep learning which lead to exciting applications in speech recognition and vision.
- Unsupervised Learning: the goal here is to compactly describe important structures in the data. Typical representatives are clustering and principal component analysis
- Graphical models (Bayesian networks, Markov networks), which permit a unified description of high-dimensional probabilistic dependencies
- Reinforcement Learning as the basis for the learning-based optimization of autonomous agents
- Some theoretical aspects: frequentist statistics, Bayesian statistics, statistical learning theory
The technical topics will be illustrated with a number of real-world applications.
Course Materials
Final Examination
Recommended Literature:
- Deep Learning. Ian Goodfellow, Yoshua Bengio and Aaron Courville
- The Elements of Statistical Learning: Data mining, Inference and Prediction. Hastie, Tibshirani, Friedman
- Machine Learning: a Probabilistic Perspective. Kevin Murphy
- Bayesian Reasoning and Machine Learning. David Barber
- Pattern Recognition and Machine Learning. Christopher M. Bishop
- Artificial Intelligence: A Modern Approach. Russel and Norvig
Links to Tutorials
- Introduction to Python: Dive Into Python 3
- Introduction to PyTorch: Basics of PyTorch
- Playground TensorFlow