1 of 4

CS468 Information Retrieval

Self-study 4

Vector Space Retrieval using Python

Krishnendu Ghosh

Department of Computer Science & Engineering

Indian Institute of Information Technology Dharwad

2 of 4

Vector Space Retrieval

The Vector Space Model (VSM) is a classical approach to document retrieval in information retrieval systems, where documents and queries are represented as vectors in a high-dimensional space, and similarity between documents and queries is computed using cosine similarity.

3 of 4

Tools: Python Libraries

4 of 4

Thank You