Size: 3995
Comment:
|
Size: 3968
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 33: | Line 33: |
{{{ #!html <!-- |
|
Line 37: | Line 35: |
--> }}} |
Welcome to the Wiki of the course "Information Retrieval" in the winter term 2019/2020
The course is given by Prof. Dr. Hannah Bast and assisted by Patrick Brosi. It takes place every Tuesday from 14:15 - 15:45 h in SR 101-00-010/14. The first lecture is on Tuesday 22.10.2019 and the last lecture is on Tuesday 04.02.2020. There will be no lectures on the Tuesdays 24.12.2019 and 31.12.2019 (christmas break) and on Tuesday 11.02.2019 (we finish a week early). This is 14 lectures altogether.
The tutors for this course are Daniel Bindemann, Claudius Korzen, Julian Tischner and Andreas Woitzik. The administrator of the supporting systems (Daphne, SVN, Forum, Jenkins) is Axel Lehmann.
Important Links
Our course management system Daphne (login with your RZ user name and password).
The forum for announcements and questions.
The manual for how to ask questions on the forum.
Our CodingStandards for C++, Java and Python 3.
Information about Subversion (SVN) can be found here (in german) and here (in english); about some editors (including Vim) here (in german); and about the installation of gtest (for C++ only) here (in english).
The courses from previous semesters: Information Retrieval WS 18/19, Information Retrieval WS 17/18, Information Retrieval WS 16/17, Information Retrieval WS 15/16, Information Retrieval WS 13/14, Information Retrieval WS 12/13.
The exams from previous semesters: WS 18/19, WS 17/18, WS 16/17, WS 15/16, WS 13/14, WS 12/13.
Here you can download our Linux Image (for Virtualbox or VMWare).
A cheat sheet for NumPy and SciPy can be found here.
Lecture Slides, Video Recordings, Exercise Sheets, and Code
Lecture 01, Tuesday, October 22, 2019 (Introduction, Inverted Index, Zipf's Law): Livestream, Slides, Exercise Sheet 1, Code from the lecture, Dataset for ES1 (189,897 movies with title + description), Template for Exercise Sheet 1