Artificial Intelligence, LP4, VT 2014

This is an old website! For the current version, visit: http://www.cse.chalmers.se/edu/course/TIN172/


The course consists of two parts: a written examination (2.5 hp/hecr) and a course project (5.0 hp/hecr). Both CTH and GU students will recieve an individudal grade 3, 4 or 5 for each part. The final grade for the course will then be calculated like this, in Pythonic notation:

def final_grade(school, project_grade, examination_grade):
    if school == "GU":
        project_grade = "VG" if project_grade >= 5 else "G"
        examination_grade = "VG" if examination_grade >= 4 else "G"
    return min(project_grade, examination_grade)

Note that CTH grade 4 corresponds to VG for the written exam, but only to G for the project.

Written examination

The written examination will be about the course literature, not about the project. Here are the exam dates:

There is a list of example examination questions, including some extra information.

Project submissions

You will work in teams of four students each, and submit all your work as a team. The project has two deadlines:

Each submission must include the written report (as PDF) and the complete source code (as a ZIP archive). Furthermore, each group participant should write one page where they describe their own contributions to the project work. These pages should be included as appendices to the project report.

Project grading

Given that all group members contributed equally, the grade for all group member equals the grade of the group. If it turns out that one or more group members contributed substantially more, or less, than the rest of the group, we will adjust the grade accordingly. A group or individual may fail the course (get “underkänt”) if the contribution is too low.

To assess your individual contribution we will look at:

Read the project description for information about different grade levels.

Oral examination

The oral examination is during week 21, the following times and locations. The groups present in numeric order, unless something special happens. Note that you only have to attend your own session!

Tue 20 May
9:00–11:45 in EL41: Groups 4, 7, 11, 17, 21, 23
13:15–16:00 in EL41: Groups 1, 8, 10, 18, 19 Wed 21 May
9:00–11:45 in EL42: Groups 0, 3, 5, 6, 9, 12
13:15–16:00 in EL42: Groups 2, 13, 14, 15, 16, 20

Please sign up for the project presentation in the following Doodle (now closed):

http://doodle.com/i9ycpyysny79kqkq

Each group selects one of these time slots, which means that each presentation time will consist of 5–6 groups. Each group will give a 10–15 minutes presentation of their project, and then there is 5–10 minutes for questions.

It is pretty much up to you what you present, but please think about the audience: