PV211 Introduction to Information Retrieval
Scoring, term weighting, vector space model and Distributed representations 18. 3. 2020
Lecture
- Introduction to Information Retrieval book (Manning et al., 2008):
- Lecture slides (see also the website of the course)::
- Lecture recordings from spring 2019:
- Week 5
- There was no lecture on distributed representations in spring 2019.
- Week 5
Seminars
Chyba: Odkazovaný objekt neexistuje nebo nemáte právo jej číst.
https://is.muni.cz/el/fi/jaro2020/PV211/um/67972589/PV211__Week_5_and_6__exercises_solution.pdf
Useful resources for the term project
The Gensim library
- The models.tfidfmodel module for ranked retrieval using the tf-idf model.
- The similarities.termsim module for modeling word similarity in the tf-idf model.