MSE Master of Science in Engineering

The Swiss engineering master's degree


Jedes Modul umfasst 3 ECTS. Sie wählen insgesamt 10 Module/30 ECTS in den folgenden Modulkategorien:

  • ​​​​12-15 ECTS in Technisch-wissenschaftlichen Modulen (TSM)
    TSM-Module vermitteln Ihnen profilspezifische Fachkompetenz und ergänzen die dezentralen Vertiefungsmodule.
  • 9-12 ECTS in Erweiterten theoretischen Grundlagen (FTP)
    FTP-Module behandeln theoretische Grundlagen wie die höhere Mathematik, Physik, Informationstheorie, Chemie usw. Sie erweitern Ihre abstrakte, wissenschaftliche Tiefe und tragen dazu bei, den für die Innovation wichtigen Bogen zwischen Abstraktion und Anwendung spannen zu können.
  • 6-9 ECTS in Kontextmodulen (CM)
    CM-Module vermitteln Ihnen Zusatzkompetenzen aus Bereichen wie Technologiemanagement, Betriebswirtschaft, Kommunikation, Projektmanagement, Patentrecht, Vertragsrecht usw.

In der Modulbeschreibung (siehe: Herunterladen der vollständigen Modulbeschreibung) finden Sie die kompletten Sprachangaben je Modul, unterteilt in die folgenden Kategorien:

  • Unterricht
  • Dokumentation
  • Prüfung
Machine Learning (FTP_MachLe)

Machine learning (ML) emerged out of artificial intelligence and computer science as the academic discipline concerned with “giving computers the ability to learn without being explicitly programmed” (A. Samuel, 1959). Today, it is the methodological driver behind the mega-trend of digitalization. ML experts are highly sought after in industry and academia alike.

This course builds upon basic knowledge in math, programming and analytics/statistics as is typically gained in respective undergraduate courses of diverse engineering disciplines. From there, it teaches the foundations of modern machine learning techniques in a way that focuses on practical applicability to real-world problems. The complete process of building a learning system is considered:

  • formulating the task at hand as a learning problem;
  • extracting useful features from the available data;
  • choosing and parameterizing a suitable learning algorithm.

Covered topics include cross-cutting concerns like ML system design and debugging (how to get intuition into learned models and results) as well as feature engineering; covered algorithms include (amongst others) Support Vector Machines (SVM) and ensemble methods.

Eintrittskompetenzen

  • Math: basic calculus / linear algebra / probability calculus (e.g., derivatives, matrix multiplication, normal distribution)
  • Statistics: basic descriptive statistics (e.g., mean, variance, co-variance, histograms, box plots)
  • Programming: good command of any structured programming language (e.g., Python, Matlab, R, Java, C, C++)
  • Analytics: basic data analysis methods (data pre-processing, linear & logistic regression)

Lernziele

  • Students know the background and taxonomy of machine learning methods
  • On this basis, they formulate given problems as learning tasks and select a proper learning method
  • Students are able to convert a data set into a proper feature set fitting for a task at hand
  • They evaluate the chosen approach in a structured way using proper design of experiment
  • Students know how to select models, and „debug“ features and learning algorithms if results do not fit expectations
  • Students are able to leverage on the evaluation framework to tune the parameters of a given system and optimize its performances
  • Students have seen examples of different data sources / problem types and are able to acquire additional expert knowledge from the scientific literature

Modulkategorie

  • Introduction (2 weeks): Convergence for participants with different backgrounds
  • Supervised learning (7 weeks): Learn from labeled data
    Cross-cutting topics: Feature engineering; ensemble learning; debugging ML systems
    Algorithms: e.g. SVM, ensemble learning, graphical models (Bayesian networks)
  • Unsupervised learning (3 weeks): Learning without labels
    Algorithms: e.g., dimensionality reduction, anomaly detection, archetypal analysis
  • Special chapters (2 weeks):
    Algorithms: e.g., reinforcement learning, recommender systems, hidden Markov / Gaussian mixture models

Lehr- und Lernmethoden

Classroom teaching; programming exercises (e.g., in Python 3)

Bibliografie

T. Mitchell, “Machine Learning”, 1997

C. M. Bishop, “Pattern Recognition and Machine Learning”, 2006

G. James et al., “An Introduction to Statistical Learning”, 2014

K. Murphy, “Machine Learning – A Probabilistic Perspective”, 2012

Vollständige Modulbeschreibung herunterladen

Zurück