Skip to content
#

inverted-index

Here are 339 public repositories matching this topic...

Information Retrieval is the process of accessing relevant information from data sources using techniques like indexing and ranking. It is crucial for search engines, databases, and digital libraries for efficient information access.

  • Updated May 14, 2024
  • Python

MapReduce is a programming model and an associated implementation for processing and generating large data sets. Users specify a map function that processes a key/value pair to generate a set of intermediate key/value pairs, and a reduce function that merges all intermediate values associated with the same intermediate key. Many real-world tasks…

  • Updated Apr 24, 2024
  • Python

Coursework for CS 5154 - Information Retrieval. Dual level (grad & undergrad) course introducing information storage and retrieval with unstructured data. Includes concepts such as tf-idf, cosine similarity, relevance-based evaluation, text classification, clustering etc.

  • Updated Mar 11, 2024
  • Python

Improve this page

Add a description, image, and links to the inverted-index topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the inverted-index topic, visit your repo's landing page and select "manage topics."

Learn more