From 7386698aada7a2b0fdc246317dcefc772d10f1a5 Mon Sep 17 00:00:00 2001 From: jfschaefer <jfschaefer@outlook.com> Date: Thu, 9 Sep 2021 15:13:48 +0200 Subject: [PATCH] started ai1 sys proj --- courses/ai1sysproj.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 courses/ai1sysproj.md diff --git a/courses/ai1sysproj.md b/courses/ai1sysproj.md new file mode 100644 index 0000000..44dde2b --- /dev/null +++ b/courses/ai1sysproj.md @@ -0,0 +1,29 @@ +--- +layout: course + +title: AI-1 Systems Project +instructors: + - mkohlhase + +semesters: + - WS21/22 +--- + +The AI-1 Systems Project aims to provide hands-on experience for the topics covered in the [Artificial Intelligence 1 lecture](/courses/ai1/). +That includes the implementation of algorithms for specific problems and the use of existing tools. + +The [Artificial Intelligence 1 lecture](/courses/ai1/) ([last year's lecture notes for AI 1 & 2](/teaching/AI/notes-2019-20.pdf) +is not a strict requirement but we do recommend to take it as we will not teach the topics again in the project. +Note that the project will generally be paced more slowly than the lecture, i.e. you can take the project and the lecture in parallel. + +This is the first iteration of the AI-1 Systems Project and we only recently started planning it. +Therefore, a lot of things are not yet decided and we will update this website as we go along. +The AI-1 Systems Project will consist of several projects, which you will work on individually or in teams. + + +### Project plan (work in progress) + +| Topic | Project | +|-------|---------| +| Search | Find "best" connections for the Indian railway network | +| Adversarial Search | ? | -- GitLab