Zur JKU Startseite
Institut für Machine Learning
Was ist das?

Institute, Schools und andere Einrichtungen oder Angebote haben einen Webauftritt mit eigenen Inhalten und Menüs.

Um die Navigation zu erleichtern, ist hier erkennbar, wo man sich gerade befindet.

Deep Learning and Neural Networks (2KV)

Course no.: 365.093
Lecturer: Thomas Unterthiner
Times/locations: Thur 10:15-11:45, room MT 226
Start: Thur, March 8, 2018
Mode: KV, 2h, weekly
Registration: KUSSS, öffnet eine externe URL in einem neuen Fenster

Motivation:

In recent years, Deep Learning has emerged as one of the most promising Machine Learning techniques. It is by far the best known method for image recognition, has has increased the performance in speech recognition by a large margin and powers the current Android phone voice recognition, it has been used to automatically translate from one language to another, to drive autonomous cars, to predict the biological activity of small chemical compounds, to automatically learn an AI for video games and much more.

This class explains the methods behind Deep Learning and its applications. Both mathematical details as well as practical aspects are shown. Students will implement the algorithms for performing classification and regression tasks, and try it out on applications such as image classification or audio compression. After attending the class, students should have an thorough understanding of how deep neural nets work, should be able to understand the current research literature on the topic and apply Deep Learning to new problems.

Basic knowledge of machine learning is expected, as well as familiarity with basic linear algebra, calculus and statistics. All programming examples and homework problems will be in Python.

 

Topics:

  • Short Recap: Supervised Machine Learning
  • Neural Networks and the backpropagation algorithm
  • Auto-Encoders and Restricted Bolzman Machines (RBMs)
  • Deep Neural Networks and Dropout
  • Convolutional Neural Networks
  • Recurrent Neural Networks and LSTMs
  • Advanced Algorithms and Applications