Dominik Rößle

Allgemeine Informationen rund um die Kurse von D. Rößle

Weitere Kurse

In this learning module, basic algorithms of artificial intelligence and their applications are explained. Students will learn the basic principles of machine learning using methods from supervised, unsupervised and reinforcement learning. The module will illustrate the fundamental ideas of learning patterns from data and how to use these models for predicting unseen data. Further, the theoretical knowledge will be applied to reals world problems in practical exercises. After successfully attending this module, students know and understand the basic principles of learning systems and their applications to real world problems. They know

  • the general idea of learning from data by optimizing
  • different methods to learn from data: Supervised, Unsupervised and Reinforcement Learning
  • the mathematical basis and the most important algorithms to train machine learning models on their own
  • Neural Networks and the building blocks of deep learning as well as how to apply them to solve real world problems
  • how to construct and monitor a machine learning training procedure
  • how to evaluate and validate machine learning models using different loss functions
  • the basic pitfalls and problems when training models and how to solve them efficiently

In this module, students learn to use more advanced algorithms of artificial intelligence and their applications on structures, unstructured and temporal data. The basic idea and mathematical backgrounds of neural networks are introduced. Students learn how to train simple neural networks to learn patterns from data for regression and classification tasks. Further, Deep Learning and its most common architectures are introduced, including Convolutions and recurrent connections. Students learn how to effectively train deep learning networks by choosing optimal hyperparameters and how to avoid overfitting. Thus, methods like Regularization and Dropout are explained. The goal of this module is further to introduce unsupervised learning to the students, as well as its application to solve clustering problems. The application of unsupervised learning in combination with neural networks is illustrated by introducing autoencoders. In addition, it is shown how to use unsupervised learning methods to reduce the dimensionality of datasets using feature selection and PCA techniques. After successfully attending this module, students know:

  • How to handle structured, unstructured and temporal data
  • What a neural network is and how it can be trained using backpropagation
  • How to use different optimizers for neural networks
  • The most important deep learning architectural layers like convolutions
  • How to effectively train neural networks and to avoid overfitting
  • The basic principles of unsupervised learning and their applications to real world problems
  • How to used features selection and PCA methods to reduce the dimensionality of datasets
  • Different forms of collaborative groups work
  • How to gather knowledge and share it within their learning group
  • How to summarize and present the most important information of a specific topic
In diesem Modul lernen wir die theoretischen Grundlagen und die Anwendung klassischer sowie moderner Bildverarbeitungsalgorithmen kennen und sicher anzuwenden.

In this course, we will learn the basic principles of programming using the Python programming language and apply the theoretical knowledge to implement different coding tasks in the practical sessions.