Grundlagen der künstlichen Intelligenz WS2017/18

Lecturer: Prof. Dr.-Ing. Matthias Althoff

Teaching Assistants: Markus Koschi, Albert Rizaldi, Stefanie Manzinger, Silvia Magdici

Module: IN2062

Type: Lecture

Semester: WS 2017/18

ECTS: 5.0

SWS: 3V+1Ü

Audience
Obligatory in: Informatik Games Engineering; Robotics, Cognition, Intelligence; Automotive Software Engineering
Elective in: Informatik; Wirtschaftsinformatik; Physik; Technologie- u. Managementorientierte BWL

Time & Place:
Wed. 14:15 - 15:45 Friedrich L. Bauer Hörsaal (MI HS 1)
Fri. 12:45 - 13:30 Gustav-Niemann-Hörsaal (MW 0001)

Exercise:
Fri. 13:30 - 14:15 Gustav-Niemann-Hörsaal (MW 0001)


Exam

The exam will be a 90 min written exam. You will not be able to take any written material into the exam, but a formula sheet will be provided. You should take a non-programmable calculator and a pen (not a pencil).

  • The exam is on 26.02.2018, 08:00-09:30
  • The repetition exam is on 04.04.2018, 15:30 - 17.00

 

Seating arrangements for the repetition exam on 04.04.2018:

Seating arrangement is by last name and is as follows:

-KMW0001, Gustav-Niemann-Hörsaal
LStMW2001, Rudolf-Diesel-Hörsaal
SuZMW2001-Empore, Rudolf-Diesel-Hörsaal

 

 

 


News

  • December 22, 2017: ninety-minute lecture.
  • December 1, 2017: Exercise instead of lecture.
  • October 25, 2017: Exercise instead of lecture.
  • October 20, 2017: The lecture has to end at 14:00 due to a subsequent event.
  • October 18, 2017: The lecture starts.

Description

The course gives an overview of application areas and techniques in Artificial Intelligence. The course introduces the principles and techniques of Artificial Intelligence based on the textbook of Russell and Norvig (see below). The course covers the following topics:

  • Task environments and the structure of intelligent agents.
  • Solving problems by searching: breadth-first search, uniform-cost search, depth-first search, depth-limited search, iterative deepening search, greedy best-first search, A* search.
  • Constraint satisfaction problems: defining constraint satisfaction problems, backtracking search for constraint satisfaction problems, heuristics for backtracking search, interleaving search and inference, the structure of constraint satisfaction problems.
  • Logical agents: propositional logic, propositional theorem proving, syntax and semantics of first-order logic, using first-order logic, knowledge engineering in first-order logic, reducing first-order inference to propositional inference, unification and lifting, forward chaining, backward chaining, resolution.
  • Bayesian networks: acting under uncertainty, basics of probability theory, Bayesian networks, inference in Bayesian networks, approximate inference in Bayesian networks.
  • Hidden Markov models: time and uncertainty, inference in hidden Markov models (filtering, prediction, smoothing, most likely explanation), approximate inference in hidden Markov models.
  • Rational decisions: introduction to utility theory, utility functions, decision networks, the value of information, Markov decision processes, value iteration, policy iteration, partially observable Markov decision processes.
  • Learning: types of learning, supervised learning, learning decision trees.
  • Introduction to robotics: robot hardware, robotic perception, path planning, planning uncertain movements, control of movements, robotic software architectures, application domains.

Material

  • The material is provided through the moodle website.
  • Last year's moodle website (for long-term preview) is here.

Literature