Skip to content
Snippets Groups Projects
ai1.md 2.71 KiB
Newer Older
  • Learn to ignore specific revisions
  • Michael Kohlhase's avatar
    new
    Michael Kohlhase committed
    ---
    layout: course
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    title: Artificial Intelligence I
    
    Tom Wiesing's avatar
    Tom Wiesing committed
    instructors:
    
    Tom Wiesing's avatar
    Tom Wiesing committed
        - mkohlhase
    
    
    semesters:
        - WS16/17
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
        - WS17/18
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
        - WS18/19
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
        - WS19/20 
        - WS20/21 
        - WS21/22 
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
        - WS22/23 
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
        - WS23/24
        - WS24/25 
    
    Michael Kohlhase's avatar
    new
    Michael Kohlhase committed
    ---
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    This course is the first part of a two-semester introduction into the field of Artificial
    Intelligence (AI). It introduces the foundations of symbolic AI, in particular: 
    
    * Agent Models as foundation of AI
    * Logic Programming in Prolog
    * Heuristic Search as a methdod for problem solving
    * Adversarial Search (automating board games) via heuristic search
    * Constraint Propagation
    * Logical Languages for knowledge representation
    * Inference and automated theorem proving
    * Classical Planning
    * Planning and Acting in the real world. 
    
    The course follows the book
    [Artificial Intelligence: A Modern Approach](https://www.pearson.com/us/higher-education/program/Russell-Artificial-Intelligence-A-Modern-Approach-3rd-Edition/PGM156683.html)
    by Stuart Russell und Peter Norvig. We use the third edition. 
    
    The course materials (e.g. [Course Notes](http://kwarc.info/teaching/AI/notes.pdf) or
    [Assignments](http://kwarc.info/teaching/AI/assignments.pdf), but also old exams and
    (some) solutions) are [here](http://kwarc.info/teaching/AI/). 
    
    The course forum on [StudOn](https://studon.fau.de) is an important source for advice and
    discussions. The instrutor and tutors try to be present to help. 
    
    ### German Version (possibly out of date)
    
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    Diese Vorlesung ist der erste Teil einer zwei-semestrigen Einführung in die Künstlichen
    Intelligenz (KI). Sie beschäftigt sich mit den Grundlagen der symbolischen KI,
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    insbesondere
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    * Agentenmodelle als  Grundlagen der KI
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    * Logisches Programmieren in Prolog
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    * Heuristische Suche als Methode zum Problemlösen
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    * Adversarielle Suche (Strategiespiele)
    * Probleme unter Rand- oder Nebenbedingungen (Constraint Propagation)
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    * Logische Sprachen zur Wissensrepräsentation,
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    * Inferenz und Logisches Programmieren
    * Klassisches Planen
    * Planen und Agieren in der realen Welt
    
    Michael Kohlhase's avatar
    new
    Michael Kohlhase committed
    
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    Die Vorlesung folgt dem Buch
    [Artificial Intelligence: A Modern Approach](https://www.pearson.com/us/higher-education/program/Russell-Artificial-Intelligence-A-Modern-Approach-3rd-Edition/PGM156683.html)
    von Stuart Russell und Peter Norvig. Wir verwenden die dritte Ausgabe.
    
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    Die Kursmaterialien (z.B. [Course Notes](http://kwarc.info/teaching/AI/notes.pdf) oder
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    [Aufgaben](http://kwarc.info/teaching/AI/assignments.pdf), aber auch alte Klausuren)
    finden sich in [hier](http://kwarc.info/teaching/AI/). 
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    
    Diskussionen finden auf dem
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    [StudOn](https://studon.fau.de) statt. Dies ist
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    eine wichtige Quelle von Rat und Tat. Wir bemühen uns, auf dem Forum präsent zu sein, und
    schnell auf Fragen zu antworten. Also das Forum abonnieren!