xdt

Deine
Weiterbildungs-Merkliste
Du kannst maximal 5 Weiterbildungen in Deiner Merkliste speichern. Wenn Du eine weitere Weiterbildung hinzufügen möchtest, entferne bitte vorab eine der untenstehenden Weiterbildungen.
Du hast aktuell noch keine Weiterbildung ausgewählt. Hier kannst Du bis zu 5 Weiterbildungen speichern und anschließend Dein persönliches Infomaterial anfordern. Fordere Dein personalisiertes Infomaterial für bis zu 5 Weiterbildungen an.

Kurshandbuch
Fakten zur Weiterbildung

Studienform: Fernstudium

Kursart: Online-Vorlesung

Gesamtdauer: Vollzeit: 4 Monate / Teilzeit: 8 Monate

Wir bieten digitale Kursunterlagen an, um Ressourcen zu schonen und unseren Beitrag zum Umweltschutz zu leisten. Bitte überlegen Sie, ob ein Ausdruck wirklich notwendig ist.

Niveau: Die Weiterbildung ist auf dem inhaltlichen Niveau eines Master Studiengangs.
Eine Weiterbildung auf Master-Niveau ist anspruchsvoller als auf Bachelor-Niveau. Vorhandenes Grundlagenwissen im gewählten Fachbereich ist deshalb von Vorteil.
Zugangsempfehlungen:
Kurs: DLMDSDL01
Deep Learning
Kursbeschreibung

Neural networks and deep learning approaches have revolutionized the fields of data science and artificial intelligence in recent years, and applications built on these techniques have reached or surpassed human performance in many specialized applications.

After a short review of the origins of neural networks and deep learning, this course will cover the most common neural network architectures and discuss in detail how neural networks are trained using dedicated data samples, avoiding common pitfalls such as overtraining.

The course includes a detailed overview of alternative methods to train neural networks and further network architectures which are relevant in a wide range of specialized application scenarios.

Kursinhalte
  1. Introduction to Neural Network and Deep Learning
    1. The Biological Brain
    2. Perceptron and Multi-Layer Perceptrons
  2. Network Architectures
    1. Feed-Forward Networks
    2. Convolutional Networks
    3. Recurrent Networks, Memory Cells and LSTMs
  3. Neural Network Training
    1. Weight Initialization and Transfer Function
    2. Backpropagation and Gradient Descent
    3. Regularization and Overtraining
  4. Alternative Training Methods
    1. Attention
    2. Feedback Alignment
    3. Synthetic Gradients
    4. Decoupled Network Interfaces
  5. Further Network Architectures
    1. Generative Adversarial Networks
    2. Autoencoders
    3. Restricted Boltzmann Machines
    4. Capsule Networks
    5. Spiking Networks

Fakten zum Modul

Modul: Deep Learning (DLMDSDL)

Niveau: Master

Unterrichtssprache: English

Credits: 5 ECTS-Punkte
Äquivalent bei Anrechnung an der IU Internationale Hochschule.
Kurse im Modul:
  • DLMDSDL01 (Deep Learning)
Kurs: DLMAIRIL01
Reinforcement Learning
Kursbeschreibung

Reinforcement learning allows computers to derive problem-solving strategies without being explicitly programmed for the specific task, similar to the way humans and animals learn.

After introducing the concepts of reinforcement learning, the course discusses the properties of Markov chains and single- and multi-armed bandits in detail. Special attention is given to the understanding of value functions and discounted value functions.

The course connects reinforcement learning with neural networks and deep learning and discusses how Q-Learning approaches can be used to utilize deep learning methods in reinforcement learning problems, including extensions such as double Q-Learning, hierarchical learning, and actor-critic learning.

Finally, the course discusses reinforcement learning approaches such as model-free and model-based learning and the tradeoff between exploration and exploitation.

Kursinhalte
  1. Introduction to Reinforcement Learning
    1. Understanding Reinforcement Learning
    2. Components of Reinforcement Learning Systems
  2. Markov Chains
    1. Markov Decision Process & Markov Property
    2. Value Functions and Discounted Value Functions
    3. General Utility Function
    4. Actions & Policy
    5. Bellman’s Equation
    6. Value Iteration
    7. Markov Chain Monte Carlo (MCMC)
  3. Bandit
    1. Single-Arm Bandit
    2. Multi-Arm Bandit
  4. Q-Learning
    1. Time-difference Learning
    2. Reinforcement Learning with Neural Networks & Deep Q Learning
    3. Experience Replay
    4. Double Q-Learning
    5. Delayed Sparse Rewards
    6. Hierarchical Learning
    7. Value- vs Policy-Based Learning
    8. Actor Critic Learning
  5. Reinforcement Learning Approaches
    1. Model-Free Learning
    2. Model-Based Learning
    3. Exploration vs Exploitation

Fakten zum Modul

Modul: Reinforcement Learning (DLMAIRIL)

Niveau: Master

Unterrichtssprache: English

Credits: 5 ECTS-Punkte
Äquivalent bei Anrechnung an der IU Internationale Hochschule.
Kurse im Modul:
  • DLMAIRIL01 (Reinforcement Learning)
Kurs: DLMDSSEDIS01
Software Engineering for Data Intensive Sciences
Kursbeschreibung

Building a successful data-based product requires a significant amount of high-quality code which needs to run in a professional production environment. This course starts by introducing the agile approaches Scrum and Kanban and then discusses the shift from more traditional software development approaches to the DevOps culture.

Special focus is given to the discussion and understanding of techniques and approaches for producing high-quality code such as unit and integration testing, test-driven development, pair programing, and continuous delivery and integration.

Since many software artefacts are accessed via APIs, this course introduces concepts of API design and paradigms.

Finally, this course addresses the challenges of bringing code into a production environment, building a scalable environment, and using cloud-cased approaches.

Kursinhalte
  1. Agile Project Management
    1. Introduction to SCRUM
    2. Introduction to Kanban
  2. DevOps
    1. Traditional lifecycle management
    2. Bringing development and operations together
    3. Impact of team structure
    4. Building a DevOps infrastructure
  3. Software Development
    1. Unit & integration test, performance monitoring
    2. Test-driven development & pair programing
    3. Continuous delivery & integration
    4. Overview of relevant tools
  4. API
    1. API design
    2. API paradigms
  5. From Model to Production
    1. Building a scalable environment
    2. Model versioning and persistence
    3. Cloud-based approaches

Fakten zum Modul

Modul: Software Engineering for Data Intensive Sciences (DLMDSSEDIS)

Niveau: Master

Unterrichtssprache: English

Credits: 5 ECTS-Punkte
Äquivalent bei Anrechnung an der IU Internationale Hochschule.
Kurse im Modul:
  • DLMDSSEDIS01 (Software Engineering for Data Intensive Sciences)
Kurs: DLMDSML01
Machine Learning
Kursbeschreibung

Machine learning is a field of scientific study concerned with algorithmic techniques that enable machines to learn performance on a given task via the discovery of patterns or regularities in exemplary data. Consequently, its methods commonly draw upon a statistical basis in conjunction with the computational capabilities of modern computing hardware.

This course aims to acquaint the student with the main branches of machine learning and provide a thorough introduction to the most widely used approaches and methods in this field.

Kursinhalte
  1. Introduction to Machine Learning
    1. Regression & Classification
    2. Supervised & Unsupervised Learning
    3. Reinforcement Learning
  2. Clustering
    1. Introduction to clustering
    2. K-Means
    3. Expectation Maximization
    4. DBScan
    5. Hierarchical Clustering
  3. Regression
    1. Linear & Non-linear Regression
    2. Logistic Regression
    3. Quantile Regression
    4. Multivariate Regression
    5. Lasso & Ridge Regression
  4. Support Vector Machines
    1. Introduction to Support Vector Machines
    2. SVM for Classification
    3. SVM for Regression
  5. Decision Trees
    1. Introduction to Decision Trees
    2. Decision Trees for Classification
    3. Decision Trees for Regression
  6. Genetic Algorithms
    1. Introduction to Genetic Algorithms
    2. Applications of Genetic Algorithms

Fakten zum Modul

Modul: Machine Learning (DLMDSML)

Niveau: Master

Unterrichtssprache: English

Credits: 5 ECTS-Punkte
Äquivalent bei Anrechnung an der IU Internationale Hochschule.
Modulprüfung:
  • Klausur, 90 Minuten
Kurse im Modul:
  • DLMDSML01 (Machine Learning)

JETZT INFOMATERIAL ANFORDERN

Schön, dass Du Deine Auswahl getroffen hast und mehr über Deine Weiterbildung bei der IU Akademie erfahren willst. Fordere jetzt Dein Infomaterial an: kostenlos und unverbindlich.

Du hast folgende auf Deiner Merkliste:

Copyright © 2024 | IU Internationale Hochschule - Alle Rechte vorbehalten