/Information-Retrieval-System

An Information retrieval system using ranked retrieval coded from scratch in Python

Primary LanguageJupyter Notebook

Information-Retrieval-System

An Information retrieval system coded from scratch in Python. The system performs ranked retrieval for a query based on the cosine similarity score between the query and documents. The sample dataset used is synthetic and simple for example purposes and can be found in the repo.